mbox series

[net-next,0/3] net: lan966x: Add support for ES0 VCAP

Message ID 20230509072645.3245949-1-horatiu.vultur@microchip.com (mailing list archive)
Headers show
Series net: lan966x: Add support for ES0 VCAP | expand

Message

Horatiu Vultur May 9, 2023, 7:26 a.m. UTC
Provide the Egress Stage 0 (ES0) VCAP (Versatile Content-Aware
Processor) support for the lan966x platform.

The ES0 VCAP has only 1 lookup which is accessible with a TC chain
id 10000000.

Currently only one action is support which is vlan pop. Also it is
possible to link the IS1 to ES0 using 'goto chain 10000000'.

Horatiu Vultur (3):
  net: lan966x: Add ES0 VCAP model
  net: lan966x: Add ES0 VCAP keyset configuration for lan966x
  net: lan966x: Add TC support for ES0 VCAP

 .../ethernet/microchip/lan966x/lan966x_main.h |   3 +
 .../ethernet/microchip/lan966x/lan966x_regs.h |  15 +
 .../microchip/lan966x/lan966x_tc_flower.c     |  61 ++++
 .../microchip/lan966x/lan966x_vcap_ag_api.c   | 264 +++++++++++++++++-
 .../microchip/lan966x/lan966x_vcap_debugfs.c  |  23 ++
 .../microchip/lan966x/lan966x_vcap_impl.c     |  82 ++++++
 .../net/ethernet/microchip/vcap/vcap_ag_api.h |  67 +++--
 7 files changed, 485 insertions(+), 30 deletions(-)

Comments

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

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

On Tue, 9 May 2023 09:26:42 +0200 you wrote:
> Provide the Egress Stage 0 (ES0) VCAP (Versatile Content-Aware
> Processor) support for the lan966x platform.
> 
> The ES0 VCAP has only 1 lookup which is accessible with a TC chain
> id 10000000.
> 
> Currently only one action is support which is vlan pop. Also it is
> possible to link the IS1 to ES0 using 'goto chain 10000000'.
> 
> [...]

Here is the summary with links:
  - [net-next,1/3] net: lan966x: Add ES0 VCAP model
    https://git.kernel.org/netdev/net-next/c/011be8726434
  - [net-next,2/3] net: lan966x: Add ES0 VCAP keyset configuration for lan966x
    https://git.kernel.org/netdev/net-next/c/96b6c8a662a3
  - [net-next,3/3] net: lan966x: Add TC support for ES0 VCAP
    https://git.kernel.org/netdev/net-next/c/85f050002ba9

You are awesome, thank you!