On Thu, May 23, 2024 at 8:23 PM <[email protected]> wrote: > > From: Sunil Kumar Kori <[email protected]> > > Currently user passed RSS configuration is ignored via > rte_eth_dev_configure() API. Instead default RSS setup is done by > driver. > > Adding handling for user passed RSS configuration too via > rte_eth_dev_configure(). > > Fixes: b75e0aca84b0 ("net/cnxk: add device configuration operation") > Cc: [email protected] > > Signed-off-by: Sunil Kumar Kori <[email protected]> > --- > v1..v2: > - added Fixes tag.
Applied to dpdk-next-net-mrvl/for-main. Thanks

