netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] net: prestera: matchall features
@ 2022-08-23 11:39 Maksym Glubokiy
  2022-08-23 11:39 ` [PATCH net-next 1/3] net: prestera: acl: extract matchall logic into a separate file Maksym Glubokiy
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Maksym Glubokiy @ 2022-08-23 11:39 UTC (permalink / raw)
  To: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Taras Chornyi
  Cc: Maksym Glubokiy, Serhiy Boiko, linux-kernel, netdev

This patch series extracts matchall rules management out of SPAN API
implementation and adds 2 features on top of that:
  - support for egress traffic (mirred egress action)
  - proper rule priorities management between matchall and flower

Maksym Glubokiy (1):
  net: prestera: manage matchall and flower priorities

Serhiy Boiko (2):
  net: prestera: acl: extract matchall logic into a separate file
  net: prestera: add support for egress traffic mirroring

 .../net/ethernet/marvell/prestera/Makefile    |   2 +-
 .../ethernet/marvell/prestera/prestera_acl.c  |  43 ++++++
 .../ethernet/marvell/prestera/prestera_acl.h  |   2 +
 .../ethernet/marvell/prestera/prestera_flow.c |  12 +-
 .../ethernet/marvell/prestera/prestera_flow.h |   5 +
 .../marvell/prestera/prestera_flower.c        |  48 +++++++
 .../marvell/prestera/prestera_flower.h        |   2 +
 .../ethernet/marvell/prestera/prestera_hw.c   |  30 +++--
 .../ethernet/marvell/prestera/prestera_hw.h   |   5 +-
 .../marvell/prestera/prestera_matchall.c      | 125 ++++++++++++++++++
 .../marvell/prestera/prestera_matchall.h      |  17 +++
 .../ethernet/marvell/prestera/prestera_span.c |  66 +--------
 .../ethernet/marvell/prestera/prestera_span.h |  12 +-
 13 files changed, 291 insertions(+), 78 deletions(-)
 create mode 100644 drivers/net/ethernet/marvell/prestera/prestera_matchall.c
 create mode 100644 drivers/net/ethernet/marvell/prestera/prestera_matchall.h

-- 
2.25.1


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

end of thread, other threads:[~2022-08-26  9:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-23 11:39 [PATCH net-next 0/3] net: prestera: matchall features Maksym Glubokiy
2022-08-23 11:39 ` [PATCH net-next 1/3] net: prestera: acl: extract matchall logic into a separate file Maksym Glubokiy
2022-08-25 11:11   ` Paolo Abeni
2022-08-25 11:43     ` Maksym Glubokiy
2022-08-23 11:39 ` [PATCH net-next 2/3] net: prestera: add support for egress traffic mirroring Maksym Glubokiy
2022-08-23 11:39 ` [PATCH net-next 3/3] net: prestera: manage matchall and flower priorities Maksym Glubokiy
2022-08-26  9:20 ` [PATCH net-next 0/3] net: prestera: matchall features 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;
as well as URLs for NNTP newsgroup(s).