Merge branch 'octeontx2-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 11 Dec 2023 10:06:05 +0000 (10:06 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 11 Dec 2023 10:06:05 +0000 (10:06 +0000)
commitc3e041425af9068e3ec9d90c536de2a2ba97ba2b
tree8dd06d0ceb628e87fd0450c33e5c4cc43ea08042
parent284f717622417cb267e344a9174f8e5698d1e3c1
parent570ba37898ecd9069beb58bf0b6cf84daba6e0fe
Merge branch 'octeontx2-fixes'

Hariprasad Kelam says:

====================
octeontx2: Fix issues with promisc/allmulti mode

When interface is configured in promisc/all multi mode, low network
performance observed. This series patches address the same.

Patch1: Change the promisc/all multi mcam entry action to unicast if
there are no trusted vfs associated with PF.

Patch2: Configures RSS flow algorithm in promisc/all multi mcam entries
to address flow distribution issues.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>