netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Pawel Dembicki <paweldembicki@gmail.com>
Cc: netdev@vger.kernel.org, pabeni@redhat.com, andrew@lunn.ch,
	f.fainelli@gmail.com, olteanv@gmail.com, davem@davemloft.net,
	edumazet@google.com, kuba@kernel.org, claudiu.manoil@nxp.com,
	alexandre.belloni@bootlin.com, UNGLinuxDriver@microchip.com,
	linux@armlinux.org.uk, linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next v4 00/12] net: dsa: vsc73xx: Implement VLAN operations
Date: Mon, 15 Jul 2024 14:00:33 +0000	[thread overview]
Message-ID: <172105203319.25785.8590538549374697996.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240713211620.1125910-1-paweldembicki@gmail.com>

Hello:

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

On Sat, 13 Jul 2024 23:16:06 +0200 you wrote:
> This patch series is a result of splitting a larger patch series [0],
> where some parts was merged before.
> 
> The first patch implements port state configuration, which is required
> for bridge functionality. STP frames are not forwarded at this moment.
> BPDU frames are only forwarded from/to the PI/SI interface.
> For more information, see chapter 2.7.1 (CPU Forwarding) in the
> datasheet.
> 
> [...]

Here is the summary with links:
  - [net-next,v4,01/12] net: dsa: vsc73xx: add port_stp_state_set function
    https://git.kernel.org/netdev/net-next/c/1e5b23e50ffb
  - [net-next,v4,02/12] net: dsa: vsc73xx: Add vlan filtering
    https://git.kernel.org/netdev/net-next/c/6b783ded364a
  - [net-next,v4,03/12] net: dsa: tag_sja1105: absorb logic for not overwriting precise info into dsa_8021q_rcv()
    https://git.kernel.org/netdev/net-next/c/dcfe7673787b
  - [net-next,v4,04/12] net: dsa: tag_sja1105: absorb entire sja1105_vlan_rcv() into dsa_8021q_rcv()
    https://git.kernel.org/netdev/net-next/c/0064b863abdc
  - [net-next,v4,05/12] net: dsa: tag_sja1105: prefer precise source port info on SJA1110 too
    https://git.kernel.org/netdev/net-next/c/823e5cc141c6
  - [net-next,v4,06/12] net: dsa: tag_sja1105: refactor skb->dev assignment to dsa_tag_8021q_find_user()
    https://git.kernel.org/netdev/net-next/c/d124cf54df6f
  - [net-next,v4,07/12] net: dsa: vsc73xx: introduce tag 8021q for vsc73xx
    https://git.kernel.org/netdev/net-next/c/6c87e1a47928
  - [net-next,v4,08/12] net: dsa: vsc73xx: Implement the tag_8021q VLAN operations
    https://git.kernel.org/netdev/net-next/c/e3386ec4ec90
  - [net-next,v4,09/12] net: dsa: Define max num of bridges in tag8021q implementation
    https://git.kernel.org/netdev/net-next/c/ce20fdd670ac
  - [net-next,v4,10/12] net: dsa: prepare 'dsa_tag_8021q_bridge_join' for standalone use
    https://git.kernel.org/netdev/net-next/c/85aabd1fe9d6
  - [net-next,v4,11/12] net: dsa: vsc73xx: Add bridge support
    https://git.kernel.org/netdev/net-next/c/6dfaaa276337
  - [net-next,v4,12/12] net: dsa: vsc73xx: start treating the BR_LEARNING flag
    https://git.kernel.org/netdev/net-next/c/259a7061c2f1

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2024-07-15 14:00 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-13 21:16 [PATCH net-next v4 00/12] net: dsa: vsc73xx: Implement VLAN operations Pawel Dembicki
2024-07-13 21:16 ` [PATCH net-next v4 01/12] net: dsa: vsc73xx: add port_stp_state_set function Pawel Dembicki
2024-07-13 21:16 ` [PATCH net-next v4 02/12] net: dsa: vsc73xx: Add vlan filtering Pawel Dembicki
2024-07-13 22:13   ` Vladimir Oltean
2024-07-13 21:16 ` [PATCH net-next v4 03/12] net: dsa: tag_sja1105: absorb logic for not overwriting precise info into dsa_8021q_rcv() Pawel Dembicki
2024-07-13 21:16 ` [PATCH net-next v4 04/12] net: dsa: tag_sja1105: absorb entire sja1105_vlan_rcv() " Pawel Dembicki
2024-07-13 21:16 ` [PATCH net-next v4 05/12] net: dsa: tag_sja1105: prefer precise source port info on SJA1110 too Pawel Dembicki
2024-07-13 21:16 ` [PATCH net-next v4 06/12] net: dsa: tag_sja1105: refactor skb->dev assignment to dsa_tag_8021q_find_user() Pawel Dembicki
2024-07-13 21:16 ` [PATCH net-next v4 07/12] net: dsa: vsc73xx: introduce tag 8021q for vsc73xx Pawel Dembicki
2024-07-13 21:16 ` [PATCH net-next v4 08/12] net: dsa: vsc73xx: Implement the tag_8021q VLAN operations Pawel Dembicki
2024-07-13 22:20   ` Vladimir Oltean
2024-07-13 21:16 ` [PATCH net-next v4 09/12] net: dsa: Define max num of bridges in tag8021q implementation Pawel Dembicki
2024-07-13 21:16 ` [PATCH net-next v4 10/12] net: dsa: prepare 'dsa_tag_8021q_bridge_join' for standalone use Pawel Dembicki
2024-07-13 21:16 ` [PATCH net-next v4 11/12] net: dsa: vsc73xx: Add bridge support Pawel Dembicki
2024-07-13 21:16 ` [PATCH net-next v4 12/12] net: dsa: vsc73xx: start treating the BR_LEARNING flag Pawel Dembicki
2024-07-13 22:36 ` [PATCH net-next v4 00/12] net: dsa: vsc73xx: Implement VLAN operations Vladimir Oltean
2024-07-16 17:47   ` Paweł Dembicki
2024-07-15 14:00 ` patchwork-bot+netdevbpf [this message]

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=172105203319.25785.8590538549374697996.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=UNGLinuxDriver@microchip.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=andrew@lunn.ch \
    --cc=claudiu.manoil@nxp.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=f.fainelli@gmail.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=netdev@vger.kernel.org \
    --cc=olteanv@gmail.com \
    --cc=pabeni@redhat.com \
    --cc=paweldembicki@gmail.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).