e1000: add and use e1000_rx_buffer info for Rx
authorFlorian Westphal <fw@strlen.de>
Wed, 3 Sep 2014 13:34:26 +0000 (13:34 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 12 Sep 2014 08:35:51 +0000 (01:35 -0700)
commit93f0afe9ce9cb095f1fcb23da8a5897f85d61275
treeeb599e78c3295c13c1f6bdf56f6533a98c81121d
parent2b294b18689c6b68f631535acbcdb6c8e6fa11cf
e1000: add and use e1000_rx_buffer info for Rx

e1000 uses the same metadata struct for Rx and Tx.  But Tx and Rx have
different requirements.

For Rx, we only need to store a buffer and a DMA address.

Follow-up patch will remove skb for Rx, bringing rx_buffer_info down
to 16 bytes on x86_64.

[ buffer_info is 48 bytes ]

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