commit | de591c783ae739f6fb41e12f3371575edcb62af0 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Wed Sep 03 13:34:42 2014 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Sep 12 02:24:49 2014 -0700 |
tree | ca7297ac28c2676e0a9d09739979db8822d540e5 | |
parent | 13809609610ae2ab4a7730982c3e067d8edb5a67 [diff] |
e1000: switch to napi_gro_frags api napi_gro_frags allows skb re-use in case GRO can merge payload pages into an skb on the GRO lists. netperf TCP_STREAM, kvm-e1000 emulation, mtu 9k: Size Size Size Time Throughput bytes bytes bytes secs. 10^6bits/sec old: 87380 16384 16384 30.00 8985.78 new: 87380 16384 16384 30.00 9907.05 Signed-off-by: Florian Westphal <fw@strlen.de> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>