public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/9] Add support for lan966x IS2 VCAP
@ 2022-11-25  9:50 Horatiu Vultur
  2022-11-25  9:50 ` [PATCH net-next 1/9] net: microchip: vcap: Merge the vcap_ag_api_kunit.h into vcap_ag_api.h Horatiu Vultur
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Horatiu Vultur @ 2022-11-25  9:50 UTC (permalink / raw)
  To: linux-kernel, netdev, linux-arm-kernel
  Cc: davem, edumazet, kuba, pabeni, lars.povlsen, Steen.Hegelund,
	daniel.machon, UNGLinuxDriver, Horatiu Vultur

This provides initial support for lan966x for 'tc' traffic control
userspace tool and its flower filter. For this is required to use
the VCAP library.

Currently supported flower filter keys and actions are:
- source and destination MAC address keys
- trap action

Horatiu Vultur (9):
  net: microchip: vcap: Merge the vcap_ag_api_kunit.h into vcap_ag_api.h
  net: microchip: vcap: Extend vcap with lan966x
  net: lan966x: Add initial VCAP
  net: lan966x: Add is2 vcap model to vcap API.
  net: lan966x: add vcap registers
  net: lan966x: add tc flower support for VCAP API
  net: lan966x: add tc matchall goto action
  net: lan966x: Add port keyset config and callback interface
  net: microchip: vcap: Implement w32be

 .../net/ethernet/microchip/lan966x/Kconfig    |    1 +
 .../net/ethernet/microchip/lan966x/Makefile   |    6 +-
 .../ethernet/microchip/lan966x/lan966x_goto.c |   54 +
 .../ethernet/microchip/lan966x/lan966x_main.c |   11 +
 .../ethernet/microchip/lan966x/lan966x_main.h |   18 +
 .../ethernet/microchip/lan966x/lan966x_regs.h |  196 ++
 .../ethernet/microchip/lan966x/lan966x_tc.c   |    2 +
 .../microchip/lan966x/lan966x_tc_flower.c     |  262 +++
 .../microchip/lan966x/lan966x_tc_matchall.c   |    6 +
 .../microchip/lan966x/lan966x_vcap_ag_api.c   | 1608 +++++++++++++++++
 .../microchip/lan966x/lan966x_vcap_ag_api.h   |   11 +
 .../microchip/lan966x/lan966x_vcap_impl.c     |  550 ++++++
 .../net/ethernet/microchip/vcap/vcap_ag_api.h |  561 +++++-
 .../microchip/vcap/vcap_ag_api_kunit.h        |  643 -------
 .../net/ethernet/microchip/vcap/vcap_api.c    |  116 +-
 .../net/ethernet/microchip/vcap/vcap_api.h    |    3 -
 16 files changed, 3321 insertions(+), 727 deletions(-)
 create mode 100644 drivers/net/ethernet/microchip/lan966x/lan966x_goto.c
 create mode 100644 drivers/net/ethernet/microchip/lan966x/lan966x_tc_flower.c
 create mode 100644 drivers/net/ethernet/microchip/lan966x/lan966x_vcap_ag_api.c
 create mode 100644 drivers/net/ethernet/microchip/lan966x/lan966x_vcap_ag_api.h
 create mode 100644 drivers/net/ethernet/microchip/lan966x/lan966x_vcap_impl.c
 delete mode 100644 drivers/net/ethernet/microchip/vcap/vcap_ag_api_kunit.h

-- 
2.38.0


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

end of thread, other threads:[~2022-11-29 12:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-25  9:50 [PATCH net-next 0/9] Add support for lan966x IS2 VCAP Horatiu Vultur
2022-11-25  9:50 ` [PATCH net-next 1/9] net: microchip: vcap: Merge the vcap_ag_api_kunit.h into vcap_ag_api.h Horatiu Vultur
2022-11-25  9:50 ` [PATCH net-next 2/9] net: microchip: vcap: Extend vcap with lan966x Horatiu Vultur
2022-11-25  9:50 ` [PATCH net-next 3/9] net: lan966x: Add initial VCAP Horatiu Vultur
2022-11-25  9:50 ` [PATCH net-next 4/9] net: lan966x: Add is2 vcap model to vcap API Horatiu Vultur
2022-11-25  9:50 ` [PATCH net-next 5/9] net: lan966x: add vcap registers Horatiu Vultur
2022-11-25  9:50 ` [PATCH net-next 6/9] net: lan966x: add tc flower support for VCAP API Horatiu Vultur
2022-11-25  9:50 ` [PATCH net-next 7/9] net: lan966x: add tc matchall goto action Horatiu Vultur
2022-11-25  9:50 ` [PATCH net-next 8/9] net: lan966x: Add port keyset config and callback interface Horatiu Vultur
2022-11-25  9:50 ` [PATCH net-next 9/9] net: microchip: vcap: Implement w32be Horatiu Vultur
2022-11-29 12:40 ` [PATCH net-next 0/9] Add support for lan966x IS2 VCAP 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