linux_dsm_epyc7002/drivers/net/ethernet/intel/e1000
Florian Westphal 93f0afe9ce 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>
2014-09-12 01:35:51 -07:00
..
e1000_ethtool.c e1000: add and use e1000_rx_buffer info for Rx 2014-09-12 01:35:51 -07:00
e1000_hw.c e1000: move e1000_tbi_adjust_stats to where its used 2014-09-12 00:51:10 -07:00
e1000_hw.h e1000: move e1000_tbi_adjust_stats to where its used 2014-09-12 00:51:10 -07:00
e1000_main.c e1000: add and use e1000_rx_buffer info for Rx 2014-09-12 01:35:51 -07:00
e1000_osdep.h intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
e1000_param.c e1000: fix whitespace issues and multi-line comments 2013-02-15 21:46:37 -08:00
e1000.h e1000: add and use e1000_rx_buffer info for Rx 2014-09-12 01:35:51 -07:00
Makefile intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00