RE: [EXT] Re: [PATCH v2] ethdev: queue rate parameter changed from 16b to 32b

2022-09-27 Thread Satha Koteswara Rao Kottidi
: queue rate parameter changed from 16b to 32b External Email -- On 9/23/22 16:45, skotesh...@marvell.com wrote: > From: Satha Rao > > The rate parameter modified to uint32_t, so that it can work for more >

Re: [PATCH v2] ethdev: queue rate parameter changed from 16b to 32b

2022-09-26 Thread Andrew Rybchenko
On 9/23/22 16:45, skotesh...@marvell.com wrote: From: Satha Rao The rate parameter modified to uint32_t, so that it can work for more than 64 Gbps. Signed-off-by: Satha Rao Overall LGTM, but please update release notes and cleanup deprecation in the next version. However, the patch require

[PATCH v2] ethdev: queue rate parameter changed from 16b to 32b

2022-09-23 Thread skoteshwar
From: Satha Rao The rate parameter modified to uint32_t, so that it can work for more than 64 Gbps. Signed-off-by: Satha Rao --- v2: Fixed checkpatch warnings app/test-pmd/cmdline.c| 8 app/test-pmd/config.c | 4 ++-- app/test-pmd/testpmd.h| 4