Hi, > -----Original Message----- > From: Alexander Kozyrev <akozy...@nvidia.com> > Sent: Wednesday, November 9, 2022 2:58 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Raslan Darawsheh <rasl...@nvidia.com>; Slava > Ovsiienko <viachesl...@nvidia.com>; Matan Azrad <ma...@nvidia.com>; > Michael Baum <michae...@nvidia.com> > Subject: [PATCH] net/mlx5: fix indexed pool local cache crash > > Local cache for an indexed pool is not initialized in the situation when > all the indices are allocated on one CPU core and freed on another one. > That leads to a crash once we try to check its reference counter. > Check that the local cache is initialized before accessing this counter. > > Fixes: d15c0946be ("net/mlx5: add indexed pool local cache") > Cc: sta...@dpdk.org > > Signed-off-by: Alexander Kozyrev <akozy...@nvidia.com>
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh