commit | 11cd119d31a71b37c2362fc621f225e2aa12aea1 | [log] [tgz] |
---|---|---|
author | Michael Chan <michael.chan@broadcom.com> | Mon Feb 06 16:55:33 2017 -0500 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 07 13:30:57 2017 -0500 |
tree | b7460b48c5334a5489fcc54d9f246758ce6fa9d9 | |
parent | 6bb19474391d17954fee9a9997ecca25b35dfd46 [diff] |
bnxt_en: Don't use DEFINE_DMA_UNMAP_ADDR to store DMA address in RX path. To support XDP_TX, we need the RX buffer's DMA address to transmit the packet. Convert the DMA address field to a permanent field in bnxt_sw_rx_bd. Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>