[PATCH v1] ethdev: remove bitfields from trace

Ali Alnubani alialnu at nvidia.com
Tue Feb 28 18:37:10 CET 2023


> -----Original Message-----
> From: Ankur Dwivedi <adwivedi at marvell.com>
> Sent: Tuesday, February 28, 2023 5:55 PM
> To: dev at dpdk.org
> Cc: Ali Alnubani <alialnu at nvidia.com>; jerinj at marvell.com;
> ferruh.yigit at amd.com; Ankur Dwivedi <adwivedi at 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 <adwivedi at marvell.com>
> ---

Thanks Ankur.

Tested-by: Ali Alnubani <alialnu at nvidia.com>


More information about the dev mailing list