Re: [dpdk-dev] [PATCH 1/2] common/cnxk: limit RSS key config with RTE Flow operations

2023-09-19 Thread Jerin Jacob
On Mon, Sep 4, 2023 at 4:27 PM wrote: > > From: Kiran Kumar K > > Limit the configuring RSS key with RTE Flow operations for cnxk > device. Key can be update only with dev operations using > rte_eth_dev_rss_hash_update. > > Signed-off-by: Kiran Kumar K > Reviewed-by: Jerin Jacob Updated the gi

[dpdk-dev] [PATCH 1/2] common/cnxk: limit RSS key config with RTE Flow operations

2023-09-04 Thread psatheesh
From: Kiran Kumar K Limit the configuring RSS key with RTE Flow operations for cnxk device. Key can be update only with dev operations using rte_eth_dev_rss_hash_update. Signed-off-by: Kiran Kumar K Reviewed-by: Jerin Jacob --- drivers/common/cnxk/roc_npc.c | 33 ++