[EXT] [PATCH v2 2/3] usertools/rss: add --info flag
Sunil Kumar Kori
skori at marvell.com
Tue Nov 21 07:15:33 CET 2023
> -----Original Message-----
> From: Robin Jarry <rjarry at redhat.com>
> Sent: Monday, November 20, 2023 9:53 PM
> To: dev at dpdk.org
> Subject: [EXT] [PATCH v2 2/3] usertools/rss: add --info flag
>
> External Email
>
> ----------------------------------------------------------------------
> Add a flag to print the RSS key and RETA size that are used to compute
> balanced traffic. Example:
>
> $ usertools/dpdk-rss-flows.py -i 4 1.0.0.0 2.2.0.0/24 -k mlx
> RSS key:
> 2cc681d15bdbf4f7fca28319db1a3e946b9e38d92c9c03d1ad9944a7d…
> RETA size: 4
>
> SRC_IP DST_IP QUEUE
> 1.0.0.0 2.2.0.1 2
> 1.0.0.0 2.2.0.2 0
> 1.0.0.0 2.2.0.4 1
> 1.0.0.0 2.2.0.6 3
>
> The flag is only available with the default text output.
>
> Signed-off-by: Robin Jarry <rjarry at redhat.com>
> ---
> usertools/dpdk-rss-flows.py | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)
>
Acked-by: Sunil Kumar Kori <skori at marvell.com>
> --
> 2.42.0
More information about the dev
mailing list