[EXT] [PATCH 1/2] usertools/rss: add driver abstractions

Sunil Kumar Kori skori at marvell.com
Tue Nov 21 07:11:12 CET 2023


> -----Original Message-----
> From: Robin Jarry <rjarry at redhat.com>
> Sent: Monday, October 23, 2023 1:37 PM
> To: dev at dpdk.org
> Cc: Sunil Kumar Kori <skori at marvell.com>; thomas at monjalon.net;
> jerinjacobk at gmail.com; Robin Jarry <rjarry at redhat.com>
> Subject: [EXT] [PATCH 1/2] usertools/rss: add driver abstractions
> 
> External Email
> 
> ----------------------------------------------------------------------
> The default RETA size is not the same for all drivers. In some drivers (mlx5),
> the RETA size may also be dependent on the number of RX queues.
> 
> Introduce a new DriverInfo abstraction for known keys. Define a simple API
> to expose the RSS key and RETA size (based on the number of RX queues).
> 
> Use that abstraction for all three known keys.
> 
> Signed-off-by: Robin Jarry <rjarry at redhat.com>
> ---
>  usertools/dpdk-rss-flows.py | 144 ++++++++++++++++++++++--------------
>  1 file changed, 89 insertions(+), 55 deletions(-)
> 

Acked-by: Sunil Kumar Kori <skori at marvell.com>

> --
> 2.41.0



More information about the dev mailing list