From: Casper Andersson <casper.casan@gmail.com>
To: "David S. Miller" <davem@davemloft.net>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
netdev@vger.kernel.org
Cc: Lars Povlsen <lars.povlsen@microchip.com>,
Steen Hegelund <Steen.Hegelund@microchip.com>,
UNGLinuxDriver@microchip.com
Subject: [PATCH net-next 0/2] net: sparx5: Add multicast support
Date: Mon, 21 Mar 2022 11:14:44 +0100 [thread overview]
Message-ID: <20220321101446.2372093-1-casper.casan@gmail.com> (raw)
Add multicast support to Sparx5.
--
I apologies, I accidentally forgot to add the netdev
mailing list the first time I sent this. Here it comes
to netdev as well.
Casper Andersson (2):
net: sparx5: Add arbiter for managing PGID table
net: sparx5: Add mdb handlers
.../net/ethernet/microchip/sparx5/Makefile | 2 +-
.../microchip/sparx5/sparx5_mactable.c | 33 ++++--
.../ethernet/microchip/sparx5/sparx5_main.c | 3 +
.../ethernet/microchip/sparx5/sparx5_main.h | 23 ++++
.../ethernet/microchip/sparx5/sparx5_pgid.c | 60 ++++++++++
.../microchip/sparx5/sparx5_switchdev.c | 111 ++++++++++++++++++
6 files changed, 221 insertions(+), 11 deletions(-)
create mode 100644 drivers/net/ethernet/microchip/sparx5/sparx5_pgid.c
--
2.30.2
next reply other threads:[~2022-03-21 10:14 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-21 10:14 Casper Andersson [this message]
2022-03-21 10:14 ` [PATCH net-next 1/2] net: sparx5: Add arbiter for managing PGID table Casper Andersson
2022-03-21 13:23 ` Steen Hegelund
2022-03-21 10:14 ` [PATCH net-next 2/2] net: sparx5: Add mdb handlers Casper Andersson
2022-03-21 13:24 ` Steen Hegelund
2022-03-22 9:59 ` Casper Andersson
2022-03-22 14:51 ` Steen Hegelund
2022-03-22 15:40 ` Casper Andersson
2022-03-21 13:30 ` [PATCH net-next 0/2] net: sparx5: Add multicast support patchwork-bot+netdevbpf
2022-03-21 13:33 ` Steen Hegelund
2022-03-21 19:47 ` Jakub Kicinski
2022-03-22 8:06 ` Steen Hegelund
2022-03-22 8:18 ` Casper Andersson
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=20220321101446.2372093-1-casper.casan@gmail.com \
--to=casper.casan@gmail.com \
--cc=Steen.Hegelund@microchip.com \
--cc=UNGLinuxDriver@microchip.com \
--cc=davem@davemloft.net \
--cc=kuba@kernel.org \
--cc=lars.povlsen@microchip.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.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 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).