Chain mbufs before passing to if_input()
authorshurd <shurd@FreeBSD.org>
Sat, 23 Sep 2017 01:35:14 +0000 (01:35 +0000)
committershurd <shurd@FreeBSD.org>
Sat, 23 Sep 2017 01:35:14 +0000 (01:35 +0000)
commitceadb28fa2616cb118b79a58de46b822d56c0230
tree401840dfbfe430989f7d9944d861bbf427217eaf
parentf81cb8df32ae96299b8bbc2e948c17ad3aab59ca
Chain mbufs before passing to if_input()

Build a list of mbufs to pass to if_input() after LRO. Results in
12% small packet forwarding rate improvement.

Reviewed by: sbruno
Approved by: sbruno (mentor)
Sponsored by: Limelight Networks
Differential Revision: https://reviews.freebsd.org/D12444
sys/net/iflib.c