mbox series

[v2,net-next,0/2] octeontx2: Few debugfs enhancements

Message ID 20240912161450.164402-1-lcherian@marvell.com (mailing list archive)
Headers show
Series octeontx2: Few debugfs enhancements | expand

Message

Linu Cherian Sept. 12, 2024, 4:14 p.m. UTC
Changelog from v1:
Removed wrong mutex_unlock invocations.

Patch 1 adds a devlink param to enable/disable counters for default
rules. Once enabled, counters can be read from the debugfs files 

Patch 2 adds channel info to the existing device - RPM map debugfs files  

Linu Cherian (2):
  octeontx2-af: Knobs for NPC default rule counters
  octeontx2-af: debugfs: Add Channel info to RPM map

 .../net/ethernet/marvell/octeontx2/af/rvu.h   |   8 +-
 .../marvell/octeontx2/af/rvu_debugfs.c        |  11 +-
 .../marvell/octeontx2/af/rvu_devlink.c        |  32 +++++
 .../ethernet/marvell/octeontx2/af/rvu_npc.c   | 134 ++++++++++++++++--
 .../marvell/octeontx2/af/rvu_npc_fs.c         |  36 ++---
 5 files changed, 178 insertions(+), 43 deletions(-)

Comments

Jakub Kicinski Sept. 14, 2024, 4:43 a.m. UTC | #1
On Thu, 12 Sep 2024 21:44:48 +0530 Linu Cherian wrote:
> Patch 1 adds a devlink param to enable/disable counters for default
> rules. Once enabled, counters can be read from the debugfs files 
> 
> Patch 2 adds channel info to the existing device - RPM map debugfs files  

We're closing up the 6.12 release, there isn't enough time to think
thru patch 1, but patch 2 looks fairly straightforward so I'll apply
just that. Please repost patch 1 when net-next reopens.
patchwork-bot+netdevbpf@kernel.org Sept. 14, 2024, 4:50 a.m. UTC | #2
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 12 Sep 2024 21:44:48 +0530 you wrote:
> Changelog from v1:
> Removed wrong mutex_unlock invocations.
> 
> Patch 1 adds a devlink param to enable/disable counters for default
> rules. Once enabled, counters can be read from the debugfs files
> 
> Patch 2 adds channel info to the existing device - RPM map debugfs files
> 
> [...]

Here is the summary with links:
  - [v2,net-next,1/2] octeontx2-af: Knobs for NPC default rule counters
    (no matching commit)
  - [v2,net-next,2/2] octeontx2-af: debugfs: Add Channel info to RPM map
    https://git.kernel.org/netdev/net-next/c/beb2baa9e54d

You are awesome, thank you!