commit | 93f0afe9ce9cb095f1fcb23da8a5897f85d61275 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Wed Sep 03 13:34:26 2014 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Sep 12 01:35:51 2014 -0700 |
tree | eb599e78c3295c13c1f6bdf56f6533a98c81121d | |
parent | 2b294b18689c6b68f631535acbcdb6c8e6fa11cf [diff] |
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>