netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v1 0/2] net: dsa: microchip: Rework ksz_prmw8 and add partial ACL support
@ 2023-04-11 17:24 Oleksij Rempel
  2023-04-11 17:24 ` [PATCH net-next v1 1/2] net: dsa: microchip: rework ksz_prmw8 Oleksij Rempel
  2023-04-11 17:24 ` [PATCH net-next v1 2/2] net: dsa: microchip: Add partial ACL support for ksz9477 switches Oleksij Rempel
  0 siblings, 2 replies; 17+ messages in thread
From: Oleksij Rempel @ 2023-04-11 17:24 UTC (permalink / raw)
  To: David S. Miller, Andrew Lunn, Eric Dumazet, Florian Fainelli,
	Jakub Kicinski, Paolo Abeni, Vladimir Oltean, Woojung Huh,
	Arun Ramadoss
  Cc: Oleksij Rempel, kernel, linux-kernel, netdev, UNGLinuxDriver

This patch set introduces a rework of the ksz_prmw8 function and adds
partial Access Control List (ACL) support for the ksz9477 family of
switches in the net: dsa: microchip subsystem. The changes provide
support for layer 2 matching and prioritization of matched packets. The
second patch utilizes the refactored ksz_prmw8 function.

Oleksij Rempel (2):
  net: dsa: microchip: rework ksz_prmw8
  net: dsa: microchip: Add partial ACL support for ksz9477 switches

 drivers/net/dsa/microchip/Makefile      |   2 +-
 drivers/net/dsa/microchip/ksz9477.c     |   7 +
 drivers/net/dsa/microchip/ksz9477.h     |   7 +
 drivers/net/dsa/microchip/ksz9477_acl.c | 950 ++++++++++++++++++++++++
 drivers/net/dsa/microchip/ksz_common.c  |  40 +
 drivers/net/dsa/microchip/ksz_common.h  |   8 +-
 6 files changed, 1009 insertions(+), 5 deletions(-)
 create mode 100644 drivers/net/dsa/microchip/ksz9477_acl.c

-- 
2.39.2


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

end of thread, other threads:[~2023-04-18 12:10 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-11 17:24 [PATCH net-next v1 0/2] net: dsa: microchip: Rework ksz_prmw8 and add partial ACL support Oleksij Rempel
2023-04-11 17:24 ` [PATCH net-next v1 1/2] net: dsa: microchip: rework ksz_prmw8 Oleksij Rempel
2023-04-11 17:24 ` [PATCH net-next v1 2/2] net: dsa: microchip: Add partial ACL support for ksz9477 switches Oleksij Rempel
2023-04-12  5:36   ` kernel test robot
2023-04-13  4:29   ` Oleksij Rempel
2023-04-16 16:59     ` Vladimir Oltean
2023-04-17 11:41       ` Oleksij Rempel
2023-04-17 12:05         ` Vladimir Oltean
2023-04-18  7:24       ` Oleksij Rempel
2023-04-18 12:08         ` Vladimir Oltean
2023-04-16 16:56   ` Vladimir Oltean
2023-04-17  4:57     ` Oleksij Rempel
2023-04-17 10:12       ` Vladimir Oltean
2023-04-17 11:03         ` Oleksij Rempel
2023-04-17 12:19           ` Vladimir Oltean
2023-04-18  4:55             ` Oleksij Rempel
2023-04-17 14:16   ` kernel test robot

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