From: Steen Hegelund <steen.hegelund@microchip.com>
To: Casper Andersson <casper.casan@gmail.com>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
<netdev@vger.kernel.org>
Cc: Horatiu Vultur <horatiu.vultur@microchip.com>,
Lars Povlsen <lars.povlsen@microchip.com>,
<UNGLinuxDriver@microchip.com>
Subject: Re: [PATCH v2 net-next 0/3] net: sparx5: add mrouter support
Date: Mon, 29 Aug 2022 11:20:29 +0200 [thread overview]
Message-ID: <e9189f6ea1004a51d9387ed69483cebdd94f9c06.camel@microchip.com> (raw)
In-Reply-To: <20220825092837.907135-1-casper.casan@gmail.com>
Hi Casper,
On Thu, 2022-08-25 at 11:28 +0200, Casper Andersson wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>
> This series adds support for multicast router ports to SparX5. To manage
> mrouter ports the driver must keep track of mdb entries. When adding an
> mrouter port the driver has to iterate over all mdb entries and modify
> them accordingly.
>
> v2:
> - add bailout in free_mdb
> - re-arrange mdb struct to avoid holes
> - change devm_kzalloc -> kzalloc
> - change GFP_ATOMIC -> GFP_KERNEL
> - fix spelling
>
> Casper Andersson (3):
> ethernet: Add helpers to recognize addresses mapped to IP multicast
> net: sparx5: add list for mdb entries in driver
> net: sparx5: add support for mrouter ports
>
> .../ethernet/microchip/sparx5/sparx5_main.c | 4 +
> .../ethernet/microchip/sparx5/sparx5_main.h | 15 +
> .../microchip/sparx5/sparx5_switchdev.c | 271 ++++++++++++------
> .../ethernet/microchip/sparx5/sparx5_vlan.c | 7 +
> include/linux/etherdevice.h | 22 ++
> 5 files changed, 232 insertions(+), 87 deletions(-)
>
> --
> 2.34.1
>
For this series:
Reviewed-by: Steen Hegelund <Steen.Hegelund@microchip.com>
BR
Steen
next prev parent reply other threads:[~2022-08-29 9:20 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-25 9:28 [PATCH v2 net-next 0/3] net: sparx5: add mrouter support Casper Andersson
2022-08-25 9:28 ` [PATCH v2 net-next 1/3] ethernet: Add helpers to recognize addresses mapped to IP multicast Casper Andersson
2022-08-25 9:28 ` [PATCH v2 net-next 2/3] net: sparx5: add list for mdb entries in driver Casper Andersson
2022-08-25 9:28 ` [PATCH v2 net-next 3/3] net: sparx5: add support for mrouter ports Casper Andersson
2022-08-29 9:20 ` Steen Hegelund [this message]
2022-08-29 12:10 ` [PATCH v2 net-next 0/3] net: sparx5: add mrouter support patchwork-bot+netdevbpf
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=e9189f6ea1004a51d9387ed69483cebdd94f9c06.camel@microchip.com \
--to=steen.hegelund@microchip.com \
--cc=UNGLinuxDriver@microchip.com \
--cc=casper.casan@gmail.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=horatiu.vultur@microchip.com \
--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).