All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH intel-net v2 0/6] i40e: ice: ixgbe: ixgbevf: igb: igc: add correct exception tracing for XDP
@ 2021-05-10  9:38 ` Magnus Karlsson
  0 siblings, 0 replies; 28+ messages in thread
From: Magnus Karlsson @ 2021-05-10  9:38 UTC (permalink / raw)
  To: magnus.karlsson, intel-wired-lan, anthony.l.nguyen, maciej.fijalkowski
  Cc: Magnus Karlsson, netdev, brouer

Add missing exception tracing to XDP when a number of different errors
can occur. The support was only partial. Several errors where not
logged which would confuse the user quite a lot not knowing where and
why the packets disappeared.

This patch set fixes this for all Intel drivers with XDP support.

v1 -> v2:
* Applied fix to new XDP support in igc driver
* Rebased on latest net

Thanks: Magnus

Magnus Karlsson (6):
  i40e: add correct exception tracing for XDP
  ice: add correct exception tracing for XDP
  ixgbe: add correct exception tracing for XDP
  igb: add correct exception tracing for XDP
  ixgbevf: add correct exception tracing for XDP
  igc: add correct exception tracing for XDP

 drivers/net/ethernet/intel/i40e/i40e_txrx.c      |  7 ++++++-
 drivers/net/ethernet/intel/i40e/i40e_xsk.c       |  8 ++++++--
 drivers/net/ethernet/intel/ice/ice_txrx.c        | 12 +++++++++---
 drivers/net/ethernet/intel/ice/ice_xsk.c         |  8 ++++++--
 drivers/net/ethernet/intel/igb/igb_main.c        | 10 ++++++----
 drivers/net/ethernet/intel/igc/igc_main.c        | 11 +++++------
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c    | 16 ++++++++--------
 drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c     | 14 ++++++++------
 .../net/ethernet/intel/ixgbevf/ixgbevf_main.c    |  3 +++
 9 files changed, 57 insertions(+), 32 deletions(-)


base-commit: b741596468b010af2846b75f5e75a842ce344a6e
--
2.29.0

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

end of thread, other threads:[~2021-05-28  4:18 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-10  9:38 [PATCH intel-net v2 0/6] i40e: ice: ixgbe: ixgbevf: igb: igc: add correct exception tracing for XDP Magnus Karlsson
2021-05-10  9:38 ` [Intel-wired-lan] " Magnus Karlsson
2021-05-10  9:38 ` [PATCH intel-net v2 1/6] i40e: " Magnus Karlsson
2021-05-10  9:38   ` [Intel-wired-lan] " Magnus Karlsson
2021-05-19 16:12   ` Bhandare, KiranX
2021-05-19 16:12     ` Bhandare, KiranX
2021-05-10  9:38 ` [PATCH intel-net v2 2/6] ice: " Magnus Karlsson
2021-05-10  9:38   ` [Intel-wired-lan] " Magnus Karlsson
2021-05-19 16:14   ` Bhandare, KiranX
2021-05-19 16:14     ` Bhandare, KiranX
2021-05-10  9:38 ` [PATCH intel-net v2 3/6] ixgbe: " Magnus Karlsson
2021-05-10  9:38   ` [Intel-wired-lan] " Magnus Karlsson
2021-05-28  4:16   ` Jambekar, Vishakha
2021-05-28  4:16     ` Jambekar, Vishakha
2021-05-10  9:38 ` [PATCH intel-net v2 4/6] igb: " Magnus Karlsson
2021-05-10  9:38   ` [Intel-wired-lan] " Magnus Karlsson
2021-05-21 11:44   ` Jambekar, Vishakha
2021-05-21 11:44     ` Jambekar, Vishakha
2021-05-10  9:38 ` [PATCH intel-net v2 5/6] ixgbevf: " Magnus Karlsson
2021-05-10  9:38   ` [Intel-wired-lan] " Magnus Karlsson
2021-05-21 11:42   ` Jambekar, Vishakha
2021-05-21 11:42     ` Jambekar, Vishakha
2021-05-10  9:38 ` [PATCH intel-net v2 6/6] igc: " Magnus Karlsson
2021-05-10  9:38   ` [Intel-wired-lan] " Magnus Karlsson
2021-05-24 10:05   ` Dvora Fuxbrumer
2021-05-24 10:05     ` Dvora Fuxbrumer
2021-05-24 10:08   ` Dvora Fuxbrumer
2021-05-24 10:08     ` Dvora Fuxbrumer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.