mbox series

[net-next,0/2] net: sparx5: Add multicast support

Message ID 20220321101446.2372093-1-casper.casan@gmail.com (mailing list archive)
Headers show
Series net: sparx5: Add multicast support | expand

Message

Casper Andersson March 21, 2022, 10:14 a.m. UTC
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

Comments

patchwork-bot+netdevbpf@kernel.org March 21, 2022, 1:30 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Mon, 21 Mar 2022 11:14:44 +0100 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] net: sparx5: Add arbiter for managing PGID table
    https://git.kernel.org/netdev/net-next/c/af9b45d08eb4
  - [net-next,2/2] net: sparx5: Add mdb handlers
    https://git.kernel.org/netdev/net-next/c/3bacfccdcb2d

You are awesome, thank you!
Steen Hegelund March 21, 2022, 1:33 p.m. UTC | #2
Hi Dave,

That must be a mistake.

I have just added some comments to the series, and I have not had more than a few hours to look at
it, so I do not think that you have given this enough time to mature.

BR
Steen

On Mon, 2022-03-21 at 13:30 +0000, patchwork-bot+netdevbpf@kernel.org wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> Hello:
> 
> This series was applied to netdev/net-next.git (master)
> by David S. Miller <davem@davemloft.net>:
> 
> On Mon, 21 Mar 2022 11:14:44 +0100 you wrote:
> > 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.
> > 
> > [...]
> 
> Here is the summary with links:
>   - [net-next,1/2] net: sparx5: Add arbiter for managing PGID table
>     https://git.kernel.org/netdev/net-next/c/af9b45d08eb4
>   - [net-next,2/2] net: sparx5: Add mdb handlers
>     https://git.kernel.org/netdev/net-next/c/3bacfccdcb2d
> 
> You are awesome, thank you!
> --
> Deet-doot-dot, I am a bot.
> https://korg.docs.kernel.org/patchwork/pwbot.html
> 
>
Jakub Kicinski March 21, 2022, 7:47 p.m. UTC | #3
On Mon, 21 Mar 2022 14:33:34 +0100 Steen Hegelund wrote:
> I have just added some comments to the series, and I have not had
> more than a few hours to look at it, so I do not think that you have
> given this enough time to mature.

Sorry about that. Is it possible to fix the issues in a follow up
or should we revert the patches?
Steen Hegelund March 22, 2022, 8:06 a.m. UTC | #4
Hi Jacub,

I guess that Casper can fix the issues in a follow up.
What do you say Casper?

BR
Steen

On Mon, 2022-03-21 at 12:47 -0700, Jakub Kicinski wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> On Mon, 21 Mar 2022 14:33:34 +0100 Steen Hegelund wrote:
> > I have just added some comments to the series, and I have not had
> > more than a few hours to look at it, so I do not think that you have
> > given this enough time to mature.
> 
> Sorry about that. Is it possible to fix the issues in a follow up
> or should we revert the patches?
Casper Andersson March 22, 2022, 8:18 a.m. UTC | #5
I will do a follow up. Thanks for the feedback, Steen.

BR
Casper

On 2022-03-22 09:06, Steen Hegelund wrote:
> Hi Jacub,
> 
> I guess that Casper can fix the issues in a follow up.
> What do you say Casper?
> 
> BR
> Steen
> 
> On Mon, 2022-03-21 at 12:47 -0700, Jakub Kicinski wrote:
> > EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> > 
> > On Mon, 21 Mar 2022 14:33:34 +0100 Steen Hegelund wrote:
> > > I have just added some comments to the series, and I have not had
> > > more than a few hours to look at it, so I do not think that you have
> > > given this enough time to mature.
> > 
> > Sorry about that. Is it possible to fix the issues in a follow up
> > or should we revert the patches?
>