public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] net: lan966x: Add support for ES0 VCAP
@ 2023-05-09  7:26 Horatiu Vultur
  2023-05-09  7:26 ` [PATCH net-next 1/3] net: lan966x: Add ES0 VCAP model Horatiu Vultur
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Horatiu Vultur @ 2023-05-09  7:26 UTC (permalink / raw)
  To: netdev, linux-kernel, linux-arm-kernel
  Cc: davem, edumazet, kuba, pabeni, lars.povlsen, Steen.Hegelund,
	daniel.machon, UNGLinuxDriver, Horatiu Vultur

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(-)

-- 
2.38.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-05-10  9:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-09  7:26 [PATCH net-next 0/3] net: lan966x: Add support for ES0 VCAP Horatiu Vultur
2023-05-09  7:26 ` [PATCH net-next 1/3] net: lan966x: Add ES0 VCAP model Horatiu Vultur
2023-05-09  7:26 ` [PATCH net-next 2/3] net: lan966x: Add ES0 VCAP keyset configuration for lan966x Horatiu Vultur
2023-05-09  7:26 ` [PATCH net-next 3/3] net: lan966x: Add TC support for ES0 VCAP Horatiu Vultur
2023-05-10  9:00 ` [PATCH net-next 0/3] net: lan966x: Add " patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox