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

Linu Cherian posted 2 patches 2 months, 2 weeks ago
.../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(-)
[PATCH v2 net-next 0/2] octeontx2: Few debugfs enhancements
Posted by Linu Cherian 2 months, 2 weeks ago
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(-)

-- 
2.34.1
Re: [PATCH v2 net-next 0/2] octeontx2: Few debugfs enhancements
Posted by Jakub Kicinski 2 months, 2 weeks ago
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.