From: Horatiu Vultur <horatiu.vultur@microchip.com>
To: <linux-kernel@vger.kernel.org>, <netdev@vger.kernel.org>
Cc: <UNGLinuxDriver@microchip.com>, <davem@davemloft.net>,
<kuba@kernel.org>, <f.fainelli@gmail.com>,
<vivien.didelot@gmail.com>, <vladimir.oltean@nxp.com>,
<andrew@lunn.ch>, Horatiu Vultur <horatiu.vultur@microchip.com>
Subject: [PATCH net-next 0/3] net: lan966x: Extend switchdev with mdb support
Date: Mon, 3 Jan 2022 14:10:36 +0100 [thread overview]
Message-ID: <20220103131039.3473876-1-horatiu.vultur@microchip.com> (raw)
This patch series extends lan966x with mdb support by implementing
the switchdev callbacks: SWITCHDEV_OBJ_ID_PORT_MDB and
SWITCHDEV_OBJ_ID_HOST_MDB.
It adds support for both ipv4/ipv6 entries and l2 entries.
Horatiu Vultur (3):
net: lan966x: Add function lan966x_mac_cpu_copy()
net: lan966x: Add PGID_FIRST and PGID_LAST
net: lan966x: Extend switchdev with mdb support
.../net/ethernet/microchip/lan966x/Makefile | 2 +-
.../ethernet/microchip/lan966x/lan966x_mac.c | 27 +-
.../ethernet/microchip/lan966x/lan966x_main.c | 2 +
.../ethernet/microchip/lan966x/lan966x_main.h | 24 +-
.../ethernet/microchip/lan966x/lan966x_mdb.c | 500 ++++++++++++++++++
.../ethernet/microchip/lan966x/lan966x_regs.h | 6 +
.../microchip/lan966x/lan966x_switchdev.c | 8 +
.../ethernet/microchip/lan966x/lan966x_vlan.c | 7 +-
8 files changed, 568 insertions(+), 8 deletions(-)
create mode 100644 drivers/net/ethernet/microchip/lan966x/lan966x_mdb.c
--
2.33.0
next reply other threads:[~2022-01-03 13:08 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-03 13:10 Horatiu Vultur [this message]
2022-01-03 13:10 ` [PATCH net-next 1/3] net: lan966x: Add function lan966x_mac_cpu_copy() Horatiu Vultur
2022-01-03 14:27 ` Vladimir Oltean
2022-01-03 15:39 ` Horatiu Vultur
2022-01-03 15:46 ` Vladimir Oltean
2022-01-03 13:10 ` [PATCH net-next 2/3] net: lan966x: Add PGID_FIRST and PGID_LAST Horatiu Vultur
2022-01-03 13:10 ` [PATCH net-next 3/3] net: lan966x: Extend switchdev with mdb support Horatiu Vultur
2022-01-03 14:43 ` Vladimir Oltean
2022-01-03 16:22 ` Horatiu Vultur
2022-01-03 16:57 ` Vladimir Oltean
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220103131039.3473876-1-horatiu.vultur@microchip.com \
--to=horatiu.vultur@microchip.com \
--cc=UNGLinuxDriver@microchip.com \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=f.fainelli@gmail.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=vivien.didelot@gmail.com \
--cc=vladimir.oltean@nxp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.