commit | 189ead81a83eba5f5c5ce56c45620e51abcb5cb8 | [log] [tgz] |
---|---|---|
author | Jesper Dangaard Brouer <brouer@redhat.com> | Tue Apr 17 16:45:32 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 17 10:50:27 2018 -0400 |
tree | 3c89600c8aa6b14bc4d0a2312833a472684b8f72 | |
parent | 5ab073ffd326480a6185d096e9703f62ef92b86c [diff] |
ixgbe: use xdp_return_frame API Extend struct ixgbe_tx_buffer to store the xdp_mem_info. Notice that this could be optimized further by putting this into a union in the struct ixgbe_tx_buffer, but this patchset works towards removing this again. Thus, this is not done. Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>