mbox series

[net-next,0/2] net: sparx5: Refactor based on feedback on

Message ID 20220324113853.576803-1-casper.casan@gmail.com (mailing list archive)
Headers show
Series net: sparx5: Refactor based on feedback on | expand

Message

Casper Andersson March 24, 2022, 11:38 a.m. UTC
This is a follow up to a previous patch that was merged
before manufacturer could give feedback. This addresses
the feedback. See link below for previous patch series.
https://lore.kernel.org/netdev/20220322081823.wqbx7vud4q7qtjuq@wse-c0155/T/#t

Casper Andersson (2):
  net: sparx5: Remove unused GLAG handling in PGID
  net: sparx5: Refactor mdb handling according to feedback

 .../microchip/sparx5/sparx5_mactable.c        | 19 ++++--------------
 .../ethernet/microchip/sparx5/sparx5_main.h   |  7 ++-----
 .../ethernet/microchip/sparx5/sparx5_pgid.c   | 20 +++----------------
 .../microchip/sparx5/sparx5_switchdev.c       | 18 ++++++++---------
 .../ethernet/microchip/sparx5/sparx5_vlan.c   |  7 +++++++
 5 files changed, 24 insertions(+), 47 deletions(-)

Comments

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

This series was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 24 Mar 2022 12:38:51 +0100 you wrote:
> This is a follow up to a previous patch that was merged
> before manufacturer could give feedback. This addresses
> the feedback. See link below for previous patch series.
> https://lore.kernel.org/netdev/20220322081823.wqbx7vud4q7qtjuq@wse-c0155/T/#t
> 
> Casper Andersson (2):
>   net: sparx5: Remove unused GLAG handling in PGID
>   net: sparx5: Refactor mdb handling according to feedback
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] net: sparx5: Remove unused GLAG handling in PGID
    https://git.kernel.org/netdev/net/c/264a9c5c9dff
  - [net-next,2/2] net: sparx5: Refactor mdb handling according to feedback
    https://git.kernel.org/netdev/net/c/ad238fc6de7d

You are awesome, thank you!