mbox series

[0/7] igb: xdp patches followup

Message ID 20201007152506.66217-1-sven.auhagen@voleatech.de
Headers show
Series igb: xdp patches followup | expand

Message

Sven Auhagen Oct. 7, 2020, 3:24 p.m. UTC
From: Sven Auhagen <sven.auhagen@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.auhagen@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(-)