[net,0/2] octeontx2: Fix issues with promisc/allmulti mode

Message ID 20231208065610.16086-1-hkelam@marvell.com
Headers
Series octeontx2: Fix issues with promisc/allmulti mode |

Message

Hariprasad Kelam Dec. 8, 2023, 6:56 a.m. UTC
  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.


Hariprasad Kelam (2):
  octeontx2-pf: Fix promisc mcam entry action
  octeontx2-af: Update RSS algorithm index

 .../ethernet/marvell/octeontx2/af/rvu_npc.c   | 55 +++++++++++++++----
 .../ethernet/marvell/octeontx2/nic/otx2_pf.c  | 25 ++++++++-
 2 files changed, 66 insertions(+), 14 deletions(-)

--
2.17.1
  

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 11, 2023, 10:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Fri, 8 Dec 2023 12:26:08 +0530 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [net,1/2] octeontx2-pf: Fix promisc mcam entry action
    https://git.kernel.org/netdev/net/c/dbda436824de
  - [net,2/2] octeontx2-af: Update RSS algorithm index
    https://git.kernel.org/netdev/net/c/570ba37898ec

You are awesome, thank you!