> -----Original Message----- > From: Robin Jarry <[email protected]> > Sent: Monday, October 23, 2023 1:37 PM > To: [email protected] > Cc: Sunil Kumar Kori <[email protected]>; [email protected]; > [email protected]; Robin Jarry <[email protected]> > 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 <[email protected]> > --- > usertools/dpdk-rss-flows.py | 144 ++++++++++++++++++++++-------------- > 1 file changed, 89 insertions(+), 55 deletions(-) >
Acked-by: Sunil Kumar Kori <[email protected]> > -- > 2.41.0

