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

2022-10-04 Thread Andrew Rybchenko
On 9/28/22 08:51, 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 Reviewed-by: Andrew Rybchenko Applied to dpdk-next-net/main, thanks.

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

2022-10-02 Thread Satha Koteswara Rao Kottidi
Kollanukkaran Subject: [PATCH v3] ethdev: queue rate parameter changed from 16b to 32b 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 v3: updated release notes, cleanup deprecation

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

2022-09-30 Thread Satha Koteswara Rao Kottidi
Kollanukkaran Subject: [PATCH v3] ethdev: queue rate parameter changed from 16b to 32b 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 v3: updated release notes, cleanup deprecation

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

2022-09-27 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 v3: updated release notes, cleanup deprecation, addressed review comments app/test-pmd/cmdline.c | 8 app/t