From: Sven Auhagen <[email protected]>
This patch series addresses some of the comments that came back
after the igb XDP patch was accepted.
Most of it is code cleanup.
The last patch contains a fix for a tx queue timeout
that can occur when using xdp.
Change from v3:
* extack message on error add netdev warning when rx buffer
is too small that shows the buffer and frame size
Change from v2:
* Move SOB line to end
* Remove SOB from cover letter
* Add a better commit message for
avoid transmit queue timeout in xdp path
* Add ACK by from Maciej Fijalkowski
Change from v1:
* Drop patch 5 as the igb_rx_frame_truesize won't match
* Fix typo in comment
* Add Suggested-by and Reviewed-by tags
* Add how to avoid transmit queue timeout in xdp path
is fixed in the commit message
Sven Auhagen (6):
igb: XDP xmit back fix error code
igb: take vlan double header into account
igb: XDP extack message on error
igb: skb add metasize for xdp
igb: use xdp_do_flush
igb: avoid transmit queue timeout in xdp path
drivers/net/ethernet/intel/igb/igb.h | 5 ++++
drivers/net/ethernet/intel/igb/igb_main.c | 33 +++++++++++++++--------
2 files changed, 27 insertions(+), 11 deletions(-)
--
2.20.1