From: Sven Auhagen <sven.auha...@voleatech.de> 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.
Signed-off-by: Sven Auhagen <sven.auha...@voleatech.de> Sven Auhagen (7): 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 igb_rx_buffer_flip 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 | 119 ++++++++++------------ 2 files changed, 61 insertions(+), 63 deletions(-) -- 2.20.1