Linux Kernel Selftest development
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Vladimir Oltean <vladimir.oltean@nxp.com>
Cc: netdev@vger.kernel.org, davem@davemloft.net, edumazet@google.com,
	kuba@kernel.org, pabeni@redhat.com, claudiu.manoil@nxp.com,
	alexandre.belloni@bootlin.com, atenart@kernel.org,
	UNGLinuxDriver@microchip.com, hongbo.wang@nxp.com,
	xiaoliang.yang_1@nxp.com, andrew@lunn.ch, f.fainelli@gmail.com,
	colin.foster@in-advantage.com, horatiu.vultur@microchip.com,
	liuhangbin@gmail.com, petrm@nvidia.com, idosch@nvidia.com,
	linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH net 00/14] VLAN fixes for Ocelot driver
Date: Fri, 16 Aug 2024 09:10:32 +0000	[thread overview]
Message-ID: <172379943226.3458201.417541764470956886.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240815000707.2006121-1-vladimir.oltean@nxp.com>

Hello:

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

On Thu, 15 Aug 2024 03:06:53 +0300 you wrote:
> This is a collection of patches I've gathered over the past several
> months.
> 
> Patches 1-6/14 are supporting patches for selftests.
> 
> Patch 9/14 fixes PTP TX from a VLAN upper of a VLAN-aware bridge port
> when using the "ocelot-8021q" tagging protocol. Patch 7/14 is its
> supporting selftest.
> 
> [...]

Here is the summary with links:
  - [net,01/14] selftests: net: local_termination: refactor macvlan creation/deletion
    https://git.kernel.org/netdev/net/c/8d019b15ddd5
  - [net,02/14] selftests: net: local_termination: parameterize sending interface
    https://git.kernel.org/netdev/net/c/4261fa35185c
  - [net,03/14] selftests: net: local_termination: parameterize test name
    https://git.kernel.org/netdev/net/c/df7cf5cc551c
  - [net,04/14] selftests: net: local_termination: add one more test for VLAN-aware bridges
    https://git.kernel.org/netdev/net/c/5b8e74182ed3
  - [net,05/14] selftests: net: local_termination: introduce new tests which capture VLAN behavior
    https://git.kernel.org/netdev/net/c/5fea8bb00974
  - [net,06/14] selftests: net: local_termination: don't use xfail_on_veth()
    https://git.kernel.org/netdev/net/c/9aa3749ca4a8
  - [net,07/14] selftests: net: local_termination: add PTP frames to the mix
    https://git.kernel.org/netdev/net/c/237979504264
  - [net,08/14] selftests: net: bridge_vlan_aware: test that other TPIDs are seen as untagged
    https://git.kernel.org/netdev/net/c/e29b82ef2761
  - [net,09/14] net: mscc: ocelot: use ocelot_xmit_get_vlan_info() also for FDMA and register injection
    https://git.kernel.org/netdev/net/c/67c3ca2c5cfe
  - [net,10/14] net: mscc: ocelot: fix QoS class for injected packets with "ocelot-8021q"
    https://git.kernel.org/netdev/net/c/e1b9e80236c5
  - [net,11/14] net: mscc: ocelot: serialize access to the injection/extraction groups
    https://git.kernel.org/netdev/net/c/c5e12ac3beb0
  - [net,12/14] net: dsa: provide a software untagging function on RX for VLAN-aware bridges
    https://git.kernel.org/netdev/net/c/93e4649efa96
  - [net,13/14] net: dsa: felix: fix VLAN tag loss on CPU reception with ocelot-8021q
    https://git.kernel.org/netdev/net/c/f1288fd7293b
  - [net,14/14] net: mscc: ocelot: treat 802.1ad tagged traffic as 802.1Q-untagged
    https://git.kernel.org/netdev/net/c/36dd1141be70

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-08-16  9:10 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-15  0:06 [PATCH net 00/14] VLAN fixes for Ocelot driver Vladimir Oltean
2024-08-15  0:06 ` [PATCH net 01/14] selftests: net: local_termination: refactor macvlan creation/deletion Vladimir Oltean
2024-08-15  0:06 ` [PATCH net 02/14] selftests: net: local_termination: parameterize sending interface Vladimir Oltean
2024-08-15  0:06 ` [PATCH net 03/14] selftests: net: local_termination: parameterize test name Vladimir Oltean
2024-08-15  0:06 ` [PATCH net 04/14] selftests: net: local_termination: add one more test for VLAN-aware bridges Vladimir Oltean
2024-08-15  0:06 ` [PATCH net 05/14] selftests: net: local_termination: introduce new tests which capture VLAN behavior Vladimir Oltean
2024-08-15  0:06 ` [PATCH net 06/14] selftests: net: local_termination: don't use xfail_on_veth() Vladimir Oltean
2024-08-15  0:07 ` [PATCH net 07/14] selftests: net: local_termination: add PTP frames to the mix Vladimir Oltean
2024-08-15  0:07 ` [PATCH net 08/14] selftests: net: bridge_vlan_aware: test that other TPIDs are seen as untagged Vladimir Oltean
2024-08-15  9:11   ` Ido Schimmel
2024-08-15  9:38     ` Vladimir Oltean
2024-08-15  0:07 ` [PATCH net 09/14] net: mscc: ocelot: use ocelot_xmit_get_vlan_info() also for FDMA and register injection Vladimir Oltean
2024-08-15  0:07 ` [PATCH net 10/14] net: mscc: ocelot: fix QoS class for injected packets with "ocelot-8021q" Vladimir Oltean
2024-08-15  0:07 ` [PATCH net 11/14] net: mscc: ocelot: serialize access to the injection/extraction groups Vladimir Oltean
2024-08-15  0:07 ` [PATCH net 12/14] net: dsa: provide a software untagging function on RX for VLAN-aware bridges Vladimir Oltean
2024-08-15  0:07 ` [PATCH net 13/14] net: dsa: felix: fix VLAN tag loss on CPU reception with ocelot-8021q Vladimir Oltean
2024-08-15  0:07 ` [PATCH net 14/14] net: mscc: ocelot: treat 802.1ad tagged traffic as 802.1Q-untagged Vladimir Oltean
2024-08-16  9:10 ` 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=172379943226.3458201.417541764470956886.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=atenart@kernel.org \
    --cc=claudiu.manoil@nxp.com \
    --cc=colin.foster@in-advantage.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=f.fainelli@gmail.com \
    --cc=hongbo.wang@nxp.com \
    --cc=horatiu.vultur@microchip.com \
    --cc=idosch@nvidia.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=liuhangbin@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=petrm@nvidia.com \
    --cc=vladimir.oltean@nxp.com \
    --cc=xiaoliang.yang_1@nxp.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