netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] igb: xdp patches followup
@ 2020-10-17  7:12 sven.auhagen
  2020-10-17  7:12 ` [PATCH v2 1/6] igb: XDP xmit back fix error code sven.auhagen
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: sven.auhagen @ 2020-10-17  7:12 UTC (permalink / raw)
  To: anthony.l.nguyen, maciej.fijalkowski
  Cc: davem, intel-wired-lan, netdev, nhorman, sassmann,
	sandeep.penigalapati, brouer

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>

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 | 32 +++++++++++++++--------
 2 files changed, 26 insertions(+), 11 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-10-19  5:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-17  7:12 [PATCH v2 0/6] igb: xdp patches followup sven.auhagen
2020-10-17  7:12 ` [PATCH v2 1/6] igb: XDP xmit back fix error code sven.auhagen
2020-10-17  7:12 ` [PATCH v2 2/6] igb: take vlan double header into account sven.auhagen
2020-10-17  7:12 ` [PATCH v2 3/6] igb: XDP extack message on error sven.auhagen
2020-10-17  7:12 ` [PATCH v2 4/6] igb: skb add metasize for xdp sven.auhagen
2020-10-17  7:12 ` [PATCH v2 5/6] igb: use xdp_do_flush sven.auhagen
2020-10-17  7:12 ` [PATCH v2 6/6] igb: avoid transmit queue timeout in xdp path sven.auhagen
2020-10-18 13:28   ` Maciej Fijalkowski
2020-10-18 13:39 ` [PATCH v2 0/6] igb: xdp patches followup Maciej Fijalkowski
2020-10-18 19:03   ` Jakub Kicinski
2020-10-19  5:43     ` Sven Auhagen
2020-10-19  5:43   ` Sven Auhagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).