Intel-Wired-Lan Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH iwl-net 0/3] Fix AF_XDP problems after changing queue number
@ 2024-05-15 16:02 Larysa Zaremba
  2024-05-15 16:02 ` [Intel-wired-lan] [PATCH iwl-net 1/3] ice: remove af_xdp_zc_qps bitmap Larysa Zaremba
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Larysa Zaremba @ 2024-05-15 16:02 UTC (permalink / raw)
  To: intel-wired-lan, Jacob Keller
  Cc: maciej.fijalkowski, Jesper Dangaard Brouer, Daniel Borkmann,
	Larysa Zaremba, Przemek Kitszel, John Fastabend,
	Alexei Starovoitov, David S. Miller, Eric Dumazet, netdev,
	Jakub Kicinski, bpf, Paolo Abeni, Magnus Karlsson, igor.bagnucki,
	linux-kernel

Presented fixes address the following test-case:
* Run xdpsock on queue 10
* change number of combined channels to 20
* observe an error on xdpsock side

The first 2 patches deal with errors, the last one addresses the lack of
traffic.

Larysa Zaremba (3):
  ice: remove af_xdp_zc_qps bitmap
  ice: add flag to distinguish reset from .ndo_bpf in XDP rings config
  ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()

 drivers/net/ethernet/intel/ice/ice.h      |  44 +++++---
 drivers/net/ethernet/intel/ice/ice_base.c |   3 +
 drivers/net/ethernet/intel/ice/ice_lib.c  |  27 ++---
 drivers/net/ethernet/intel/ice/ice_main.c | 118 +++++++++++++---------
 drivers/net/ethernet/intel/ice/ice_xsk.c  |  13 ++-
 5 files changed, 119 insertions(+), 86 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-05-30  5:57 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-15 16:02 [Intel-wired-lan] [PATCH iwl-net 0/3] Fix AF_XDP problems after changing queue number Larysa Zaremba
2024-05-15 16:02 ` [Intel-wired-lan] [PATCH iwl-net 1/3] ice: remove af_xdp_zc_qps bitmap Larysa Zaremba
2024-05-16  8:27   ` Simon Horman
2024-05-30  5:53   ` Rout, ChandanX
2024-05-15 16:02 ` [Intel-wired-lan] [PATCH iwl-net 2/3] ice: add flag to distinguish reset from .ndo_bpf in XDP rings config Larysa Zaremba
2024-05-16  8:27   ` Simon Horman
2024-05-16 10:00   ` Sergey Temerkhanov
2024-05-30  5:55   ` Rout, ChandanX
2024-05-15 16:02 ` [Intel-wired-lan] [PATCH iwl-net 3/3] ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors() Larysa Zaremba
2024-05-16  8:27   ` Simon Horman
2024-05-16 11:43     ` Larysa Zaremba
2024-05-16 11:59       ` Simon Horman
2024-05-16 17:12         ` Jacob Keller
2024-05-30  5:57   ` Rout, ChandanX

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox