All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Vladimir Oltean <olteanv@gmail.com>
Cc: kuba@kernel.org, davem@davemloft.net, netdev@vger.kernel.org,
	f.fainelli@gmail.com, andrew@lunn.ch, vivien.didelot@gmail.com,
	richardcochran@gmail.com, vladimir.oltean@nxp.com
Subject: Re: [PATCH v3 net-next 00/10] DSA tagging driver for NXP SJA1110
Date: Fri, 11 Jun 2021 19:50:06 +0000	[thread overview]
Message-ID: <162344100612.31473.9219537976281390378.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210611190131.2362911-1-olteanv@gmail.com>

Hello:

This series was applied to netdev/net-next.git (refs/heads/master):

On Fri, 11 Jun 2021 22:01:21 +0300 you wrote:
> From: Vladimir Oltean <vladimir.oltean@nxp.com>
> 
> This series adds support for tagging data and control packets on the new
> NXP SJA1110 switch (supported by the sja1105 driver). Up to this point
> it used the sja1105 driver, which allowed it to send data packets, but
> not PDUs as those required by STP and PTP.
> 
> [...]

Here is the summary with links:
  - [v3,net-next,01/10] net: dsa: sja1105: enable the TTEthernet engine on SJA1110
    https://git.kernel.org/netdev/net-next/c/29305260d29e
  - [v3,net-next,02/10] net: dsa: sja1105: allow RX timestamps to be taken on all ports for SJA1110
    https://git.kernel.org/netdev/net-next/c/6c0de59b3d73
  - [v3,net-next,03/10] net: dsa: generalize overhead for taggers that use both headers and trailers
    https://git.kernel.org/netdev/net-next/c/4e50025129ef
  - [v3,net-next,04/10] net: dsa: tag_sja1105: stop resetting network and transport headers
    https://git.kernel.org/netdev/net-next/c/baa3ad08de6d
  - [v3,net-next,05/10] net: dsa: tag_8021q: remove shim declarations
    https://git.kernel.org/netdev/net-next/c/ab6a303c5440
  - [v3,net-next,06/10] net: dsa: tag_8021q: refactor RX VLAN parsing into a dedicated function
    https://git.kernel.org/netdev/net-next/c/233697b3b3f6
  - [v3,net-next,07/10] net: dsa: sja1105: make SJA1105_SKB_CB fit a full timestamp
    https://git.kernel.org/netdev/net-next/c/617ef8d9377b
  - [v3,net-next,08/10] net: dsa: add support for the SJA1110 native tagging protocol
    https://git.kernel.org/netdev/net-next/c/4913b8ebf8a9
  - [v3,net-next,09/10] net: dsa: sja1105: add the RX timestamping procedure for SJA1110
    https://git.kernel.org/netdev/net-next/c/30b73242e679
  - [v3,net-next,10/10] net: dsa: sja1105: implement TX timestamping for SJA1110
    https://git.kernel.org/netdev/net-next/c/566b18c8b752

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



      parent reply	other threads:[~2021-06-11 19:50 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-11 19:01 [PATCH v3 net-next 00/10] DSA tagging driver for NXP SJA1110 Vladimir Oltean
2021-06-11 19:01 ` [PATCH v3 net-next 01/10] net: dsa: sja1105: enable the TTEthernet engine on SJA1110 Vladimir Oltean
2021-06-11 19:01 ` [PATCH v3 net-next 02/10] net: dsa: sja1105: allow RX timestamps to be taken on all ports for SJA1110 Vladimir Oltean
2021-06-11 19:01 ` [PATCH v3 net-next 03/10] net: dsa: generalize overhead for taggers that use both headers and trailers Vladimir Oltean
2021-06-11 19:01 ` [PATCH v3 net-next 04/10] net: dsa: tag_sja1105: stop resetting network and transport headers Vladimir Oltean
2021-06-11 19:01 ` [PATCH v3 net-next 05/10] net: dsa: tag_8021q: remove shim declarations Vladimir Oltean
2021-06-11 19:01 ` [PATCH v3 net-next 06/10] net: dsa: tag_8021q: refactor RX VLAN parsing into a dedicated function Vladimir Oltean
2021-06-11 19:01 ` [PATCH v3 net-next 07/10] net: dsa: sja1105: make SJA1105_SKB_CB fit a full timestamp Vladimir Oltean
2021-06-11 19:01 ` [PATCH v3 net-next 08/10] net: dsa: add support for the SJA1110 native tagging protocol Vladimir Oltean
2021-06-11 19:01 ` [PATCH v3 net-next 09/10] net: dsa: sja1105: add the RX timestamping procedure for SJA1110 Vladimir Oltean
2021-06-11 19:01 ` [PATCH v3 net-next 10/10] net: dsa: sja1105: implement TX timestamping " Vladimir Oltean
2021-06-11 19:50 ` 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=162344100612.31473.9219537976281390378.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=f.fainelli@gmail.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=olteanv@gmail.com \
    --cc=richardcochran@gmail.com \
    --cc=vivien.didelot@gmail.com \
    --cc=vladimir.oltean@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.