Message ID | 20221117213114.699375-1-steen.hegelund@microchip.com (mailing list archive) |
---|---|
Headers | show |
Series | Add support for VCAP debugFS in Sparx5 | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Thu, 17 Nov 2022 22:31:06 +0100 you wrote: > This provides support for getting VCAP instance, VCAP rule and VCAP port > keyset configuration information via the debug file system. > > It builds on top of the initial IS2 VCAP support found in these series: > > https://lore.kernel.org/all/20221020130904.1215072-1-steen.hegelund@microchip.com/ > https://lore.kernel.org/all/20221109114116.3612477-1-steen.hegelund@microchip.com/ > https://lore.kernel.org/all/20221111130519.1459549-1-steen.hegelund@microchip.com/ > > [...] Here is the summary with links: - [net-next,v2,1/8] net: microchip: sparx5: Ensure L3 protocol has a default value https://git.kernel.org/netdev/net-next/c/bcddc196d481 - [net-next,v2,2/8] net: microchip: sparx5: Ensure VCAP last_used_addr is set back to default https://git.kernel.org/netdev/net-next/c/277e9179efe5 - [net-next,v2,3/8] net: microchip: sparx5: Add VCAP debugFS support https://git.kernel.org/netdev/net-next/c/e0305cc1d125 - [net-next,v2,4/8] net: microchip: sparx5: Add raw VCAP debugFS support for the VCAP API https://git.kernel.org/netdev/net-next/c/d4134d41e3cb - [net-next,v2,5/8] net: microchip: sparx5: Add VCAP rule debugFS support for the VCAP API https://git.kernel.org/netdev/net-next/c/3a7921560d2f - [net-next,v2,6/8] net: microchip: sparx5: Add VCAP debugFS key/action support for the VCAP API https://git.kernel.org/netdev/net-next/c/72d84dd609be - [net-next,v2,7/8] net: microchip: sparx5: Add VCAP locking to protect rules https://git.kernel.org/netdev/net-next/c/71c9de995260 - [net-next,v2,8/8] net: microchip: sparx5: Add VCAP debugfs KUNIT test https://git.kernel.org/netdev/net-next/c/552b7d131aa0 You are awesome, thank you!
On Thu, 17 Nov 2022 22:31:06 +0100 Steen Hegelund wrote: > This provides support for getting VCAP instance, VCAP rule and VCAP port > keyset configuration information via the debug file system. Have you checked devlink dpipe? On a quick scan it may be the right API to use here? Perhaps this was merged before people who know the code had a chance to take a look :(
Hi Jacub, On Mon, 2022-11-21 at 11:01 -0800, Jakub Kicinski wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > On Thu, 17 Nov 2022 22:31:06 +0100 Steen Hegelund wrote: > > This provides support for getting VCAP instance, VCAP rule and VCAP port > > keyset configuration information via the debug file system. > > Have you checked devlink dpipe? On a quick scan it may be the right API > to use here? Perhaps this was merged before people who know the code > had a chance to take a look :( No I was not aware of the scope of devlink-dpipe, but it looks like the Sparx5 VCAP feature would fit in. I need to take a closer look at the model and see if I can make ends meet, but if so, then I could send support for devlink-dpipe at a later stage... BR Steen
On Tue, 22 Nov 2022 10:17:22 +0100 Steen Hegelund wrote: > > Have you checked devlink dpipe? On a quick scan it may be the right API > > to use here? Perhaps this was merged before people who know the code > > had a chance to take a look :( > > No I was not aware of the scope of devlink-dpipe, but it looks like the Sparx5 > VCAP feature would fit in. > > I need to take a closer look at the model and see if I can make ends meet, but > if so, then I could send support for devlink-dpipe at a later stage... SG. I don't feel strongly, maybe someone else does..