On Mon, Sep 4, 2023 at 4:27 PM <psathe...@marvell.com> wrote: > > From: Kiran Kumar K <kirankum...@marvell.com> > > 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 <kirankum...@marvell.com> > Reviewed-by: Jerin Jacob <jer...@marvell.com>
Updated the git commit for 1/2 patch as follows and applied to dpdk-next-net-mrvl/for-next-net. Thanks 2/2 patch can be merged along with port representor changes. Holding2/2 patch now. common/cnxk: fix RSS key configuration Limit the configuring RSS key with rte_flow operations as it is a global resource. Key can be update only with ethdev dev operations using rte_eth_dev_rss_hash_update(). Fixes: 51dc6a80f843 ("common/cnxk: support RSS action in NPC rule") Cc: sta...@dpdk.org Signed-off-by: Kiran Kumar K <kirankum...@marvell.com> Reviewed-by: Jerin Jacob <jer...@marvell.com>