>-----Original Message-----
>From: Intel-wired-lan <intel-wired-lan-boun...@osuosl.org> On Behalf Of
>Zaremba, Larysa
>Sent: Wednesday, May 15, 2024 9:32 PM
>To: intel-wired-...@lists.osuosl.org; Keller, Jacob E 
><jacob.e.kel...@intel.com>
>Cc: Fijalkowski, Maciej <maciej.fijalkow...@intel.com>; Jesper Dangaard Brouer
><h...@kernel.org>; Daniel Borkmann <dan...@iogearbox.net>; Zaremba,
>Larysa <larysa.zare...@intel.com>; Kitszel, Przemyslaw
><przemyslaw.kits...@intel.com>; John Fastabend
><john.fastab...@gmail.com>; Alexei Starovoitov <a...@kernel.org>; David S.
>Miller <da...@davemloft.net>; Eric Dumazet <eduma...@google.com>;
>net...@vger.kernel.org; Jakub Kicinski <k...@kernel.org>;
>b...@vger.kernel.org; Paolo Abeni <pab...@redhat.com>; Magnus Karlsson
><magnus.karls...@gmail.com>; Bagnucki, Igor <igor.bagnu...@intel.com>;
>linux-ker...@vger.kernel.org
>Subject: [Intel-wired-lan] [PATCH iwl-net 1/3] ice: remove af_xdp_zc_qps
>bitmap
>
>Referenced commit has introduced a bitmap to distinguish between ZC and
>copy-mode AF_XDP queues, because xsk_get_pool_from_qid() does not do
>this for us.
>
>The bitmap would be especially useful when restoring previous state after
>rebuild, if only it was not reallocated in the process. This leads to e.g.
>xdpsock dying after changing number of queues.
>
>Instead of preserving the bitmap during the rebuild, remove it completely and
>distinguish between ZC and copy-mode queues based on the presence of a
>device associated with the pool.
>
>Fixes: e102db780e1c ("ice: track AF_XDP ZC enabled queues in bitmap")
>Reviewed-by: Przemek Kitszel <przemyslaw.kits...@intel.com>
>Signed-off-by: Larysa Zaremba <larysa.zare...@intel.com>
>---
> drivers/net/ethernet/intel/ice/ice.h     | 32 ++++++++++++++++--------
> drivers/net/ethernet/intel/ice/ice_lib.c |  8 ------
>drivers/net/ethernet/intel/ice/ice_xsk.c | 13 +++++-----
> 3 files changed, 27 insertions(+), 26 deletions(-)
>

Tested-by: Chandan Kumar Rout <chandanx.r...@intel.com> (A Contingent Worker at 
Intel)

Reply via email to