Re: [PATCH v1] eventdev: fix invalid memory free operation

2023-03-03 Thread Jerin Jacob
On Wed, Mar 1, 2023 at 3:01 AM Abdullah Sevincer wrote: > > This commit fixes invalid memory free operation > caused by extending xstats ID width from 32 to 64 bits. > > Telemetry application crashed when freeing memory, > hence, the telemetry app could not display xstats. > > Fixes: 1bdfe4d76e98

[PATCH v1] eventdev: fix invalid memory free operation

2023-02-28 Thread Abdullah Sevincer
This commit fixes invalid memory free operation caused by extending xstats ID width from 32 to 64 bits. Telemetry application crashed when freeing memory, hence, the telemetry app could not display xstats. Fixes: 1bdfe4d76e98 ("eventdev: increase xstats ID width to 64 bits") Cc: sta...@dpdk.org