Hi,
> -----Original Message-----
> From: Rongwei Liu <rongw...@nvidia.com>
> Sent: Monday, January 22, 2024 9:44 AM
> To: dev@dpdk.org; Matan Azrad <ma...@nvidia.com>; Slava Ovsiienko
> <viachesl...@nvidia.com>; Ori Kam <or...@nvidia.com>; Suanming Mou
> <suanmi...@nvidia.com>; NBU-Contact-Thomas Monjalon (EXTERNAL)
> <tho...@monjalon.net>
> Cc: sta...@dpdk.org; Anatoly Burakov <anatoly.bura...@intel.com>
> 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 <rongw...@nvidia.com>
> Acked-by: Matan Azrad <ma...@nvidia.com>
> Fixes: 750e48c7d ("common/mlx5: add DevX commands for queue counters")
> Cc: ma...@nvidia.com
> Cc: sta...@dpdk.org[
[Fixed] fixes tag and CC should be before signed-off by tag.
Patch applied to next-net-mlx,

Kindest regards
Raslan Darawsheh

Reply via email to