Re: [net PATCH v2 0/8] octeontx2: miscellaneous fixes

2021-03-18 Thread patchwork-bot+netdevbpf
Hello:

This series was applied to netdev/net.git (refs/heads/master):

On Thu, 18 Mar 2021 19:45:41 +0530 you wrote:
> This series of patches fixes various issues related to NPC MCAM entry
> management, debugfs, devlink, CGX LMAC mapping, RSS config etc
> 
> Change-log:
> v2:
> Fixed below review comments
>   - corrected Fixed tag syntax with 12 digits SHA1
>   and providing space between SHA1 and subject line
>   - remove code improvement patch
>   - make commit description more clear
> 
> [...]

Here is the summary with links:
  - [net,v2,1/8] octeontx2-pf: Do not modify number of rules
https://git.kernel.org/netdev/net/c/f41b2d67d767
  - [net,v2,2/8] octeontx2-af: Formatting debugfs entry rsrc_alloc.
https://git.kernel.org/netdev/net/c/f7884097141b
  - [net,v2,3/8] octeontx2-af: Remove TOS field from MKEX TX
https://git.kernel.org/netdev/net/c/ce86c2a531e2
  - [net,v2,4/8] octeontx2-af: Return correct CGX RX fifo size
https://git.kernel.org/netdev/net/c/297887872973
  - [net,v2,5/8] octeontx2-af: Fix irq free in rvu teardown
https://git.kernel.org/netdev/net/c/ae2619dd4fcc
  - [net,v2,6/8] octeontx2-pf: Clear RSS enable flag on interace down
https://git.kernel.org/netdev/net/c/f12098ce9b43
  - [net,v2,7/8] octeontx2-af: fix infinite loop in unmapping NPC counter
https://git.kernel.org/netdev/net/c/64451b98306b
  - [net,v2,8/8] octeontx2-af: Fix uninitialized variable warning
https://git.kernel.org/netdev/net/c/8c16cb0304cd

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html




[net PATCH v2 0/8] octeontx2: miscellaneous fixes

2021-03-18 Thread Hariprasad Kelam
This series of patches fixes various issues related to NPC MCAM entry
management, debugfs, devlink, CGX LMAC mapping, RSS config etc

Change-log:
v2:
Fixed below review comments
- corrected Fixed tag syntax with 12 digits SHA1
  and providing space between SHA1 and subject line
- remove code improvement patch
- make commit description more clear

Geetha sowjanya (2):
  octeontx2-af: Fix irq free in rvu teardown
  octeontx2-pf: Clear RSS enable flag on interace down

Hariprasad Kelam (1):
  octeontx2-af: fix infinite loop in unmapping NPC counter

Rakesh Babu (1):
  octeontx2-af: Formatting debugfs entry rsrc_alloc.

Subbaraya Sundeep (4):
  octeontx2-pf: Do not modify number of rules
  octeontx2-af: Remove TOS field from MKEX TX
  octeontx2-af: Return correct CGX RX fifo size
  octeontx2-af: Fix uninitialized variable warning

 .../marvell/octeontx2/af/npc_profile.h|  2 -
 .../net/ethernet/marvell/octeontx2/af/rvu.c   |  6 +-
 .../net/ethernet/marvell/octeontx2/af/rvu.h   |  1 +
 .../ethernet/marvell/octeontx2/af/rvu_cgx.c   | 18 +-
 .../marvell/octeontx2/af/rvu_debugfs.c| 55 ---
 .../ethernet/marvell/octeontx2/af/rvu_nix.c   |  2 +-
 .../ethernet/marvell/octeontx2/af/rvu_npc.c   |  2 +-
 .../marvell/octeontx2/nic/otx2_flows.c|  4 +-
 .../ethernet/marvell/octeontx2/nic/otx2_pf.c  |  5 ++
 9 files changed, 65 insertions(+), 30 deletions(-)

--
2.17.1