>-----Original Message-----
>From: Intel-wired-lan <[email protected]> On Behalf Of
>Fijalkowski, Maciej
>Sent: Wednesday, May 29, 2024 4:54 PM
>To: [email protected]
>Cc: Fijalkowski, Maciej <[email protected]>; Zaremba, Larysa
><[email protected]>; [email protected]; Kubiak, Michal
><[email protected]>; Nguyen, Anthony L
><[email protected]>; Karlsson, Magnus
><[email protected]>
>Subject: [Intel-wired-lan] [PATCH v2 iwl-net 8/8] ice: xsk: fix txq interrupt
>mapping
>
>ice_cfg_txq_interrupt() internally handles XDP Tx ring. Do not use
>ice_for_each_tx_ring() in ice_qvec_cfg_msix() as this causing us to treat XDP
>ring that belongs to queue vector as Tx ring and therefore misconfiguring the
>interrupts.
>
>Fixes: 2d4238f55697 ("ice: Add support for AF_XDP")
>Signed-off-by: Maciej Fijalkowski <[email protected]>
>---
> drivers/net/ethernet/intel/ice/ice_xsk.c | 24 ++++++++++++++----------
> 1 file changed, 14 insertions(+), 10 deletions(-)
>
Tested-by: Chandan Kumar Rout <[email protected]> (A Contingent Worker at
Intel)