]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
e1000: convert to build_skb
authorFlorian Westphal <fw@strlen.de>
Wed, 3 Sep 2014 13:34:36 +0000 (13:34 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 12 Sep 2014 09:16:46 +0000 (02:16 -0700)
commit13809609610ae2ab4a7730982c3e067d8edb5a67
treeadef2268213008277f3f1875ef4ee9df96a639a6
parent580f321d8498f1c7f83f2765601c84105a21e423
e1000: convert to build_skb

Instead of preallocating Rx skbs, allocate them right before sending
inbound packet up the stack.

e1000-kvm, mtu1500, netperf TCP_STREAM:
Size   Size    Size     Time     Throughput
bytes  bytes   bytes    secs.    10^6bits/sec
old: 87380  16384  16384    60.00    4532.40
new: 87380  16384  16384    60.00    4599.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>
drivers/net/ethernet/intel/e1000/e1000.h
drivers/net/ethernet/intel/e1000/e1000_ethtool.c
drivers/net/ethernet/intel/e1000/e1000_main.c