> -----Original Message----- > From: Robin Jarry <rja...@redhat.com> > Sent: Monday, October 23, 2023 1:37 PM > To: dev@dpdk.org > Cc: Sunil Kumar Kori <sk...@marvell.com>; tho...@monjalon.net; > jerinjac...@gmail.com; Robin Jarry <rja...@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 <rja...@redhat.com> > --- > usertools/dpdk-rss-flows.py | 144 ++++++++++++++++++++++-------------- > 1 file changed, 89 insertions(+), 55 deletions(-) >
Acked-by: Sunil Kumar Kori <sk...@marvell.com> > -- > 2.41.0