Re: [PATCH] eventdev: increase xstats ID width to 64 bits

2022-10-13 Thread Mattias Rönnblom
On 2022-10-13 11:23, pbhagavat...@marvell.com wrote: > From: Pavan Nikhilesh > > Increase xstats ID width to 64bits from 32 bits, this also "Increase xstats ID width from 32 to 64 bits. This /../" Not that "unsigned int" is always 32, but anyways, I guess that's true for all platforms DPDK sup

RE: [PATCH] eventdev: increase xstats ID width to 64 bits

2022-10-13 Thread Morten Brørup
> From: pbhagavat...@marvell.com [mailto:pbhagavat...@marvell.com] > Sent: Thursday, 13 October 2022 11.24 > > From: Pavan Nikhilesh > > Increase xstats ID width to 64bits from 32 bits, this also > fixes the xstats ID datatype discrepancy between reset and > rest of the xstats family. > > Signe

[PATCH] eventdev: increase xstats ID width to 64 bits

2022-10-13 Thread pbhagavatula
From: Pavan Nikhilesh Increase xstats ID width to 64bits from 32 bits, this also fixes the xstats ID datatype discrepancy between reset and rest of the xstats family. Signed-off-by: Pavan Nikhilesh --- doc/guides/rel_notes/release_22_11.rst | 5 ++ drivers/event/cnxk/cnxk_eventdev.h