Hi, > -----Original Message----- > From: Rongwei Liu <[email protected]> > Sent: Monday, January 22, 2024 9:44 AM > To: [email protected]; Matan Azrad <[email protected]>; Slava Ovsiienko > <[email protected]>; Ori Kam <[email protected]>; Suanming Mou > <[email protected]>; NBU-Contact-Thomas Monjalon (EXTERNAL) > <[email protected]> > Cc: [email protected]; Anatoly Burakov <[email protected]> > Subject: [PATCH v1] net/mlx5: fix secondary process query stats segfault > > The "outer_of_buffer" counter is owned by the primary process devx object > and it is pointer by pointer in mlx5_priv structure. Actually, there are 4 > levels' > pointers in this piece of code. > > The secondary process can't access this part directly since it belongs to > another > process' heap. [Fixed] typo = process' => process's > > Return ENOTSUP as workaround. > > Signed-off-by: Rongwei Liu <[email protected]> > Acked-by: Matan Azrad <[email protected]> > Fixes: 750e48c7d ("common/mlx5: add DevX commands for queue counters") > Cc: [email protected] > Cc: [email protected][ [Fixed] fixes tag and CC should be before signed-off by tag.
Patch applied to next-net-mlx, Kindest regards Raslan Darawsheh

