> -----Original Message-----
> From: Ankur Dwivedi <adwiv...@marvell.com>
> Sent: Tuesday, February 28, 2023 5:55 PM
> To: dev@dpdk.org
> Cc: Ali Alnubani <alia...@nvidia.com>; jer...@marvell.com;
> ferruh.yi...@amd.com; Ankur Dwivedi <adwiv...@marvell.com>
> Subject: [PATCH v1] ethdev: remove bitfields from trace
> 
> To capture bitfield variables in trace, the pointer to the structure
> containing the bitfields was referenced. But during trace point
> registration the pointer contains invalid address. Referencing this
> invalid address causes segmentation fault.
> 
> This patch removes the capture of bitfield variables in trace.
> 
> Bugzilla ID: 1167
> Fixes: 6679cf21d608 ("ethdev: add trace points")
> Fixes: ed04fd4072e9 ("ethdev: add trace points for flow")
> 
> Signed-off-by: Ankur Dwivedi <adwiv...@marvell.com>
> ---

Thanks Ankur.

Tested-by: Ali Alnubani <alia...@nvidia.com>

Reply via email to