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, andrew@lunn.ch,
vivien.didelot@gmail.com, f.fainelli@gmail.com
Subject: Re: [PATCH net 00/15] Update DSA documentation
Date: Mon, 18 Jul 2022 11:50:18 +0000 [thread overview]
Message-ID: <165814501869.27406.3239925265484328864.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220716185344.1212091-1-vladimir.oltean@nxp.com>
Hello:
This series was applied to netdev/net.git (master)
by David S. Miller <davem@davemloft.net>:
On Sat, 16 Jul 2022 21:53:29 +0300 you wrote:
> These are some updates of dsa.rst, since it hasn't kept up with
> development (in some cases, even since 2017). I've added Fixes: tags as
> I thought was appropriate.
>
> Vladimir Oltean (15):
> docs: net: dsa: update probing documentation
> docs: net: dsa: document the shutdown behavior
> docs: net: dsa: rename tag_protocol to get_tag_protocol
> docs: net: dsa: add more info about the other arguments to
> get_tag_protocol
> docs: net: dsa: document change_tag_protocol
> docs: net: dsa: document the teardown method
> docs: net: dsa: document port_setup and port_teardown
> docs: net: dsa: document port_fast_age
> docs: net: dsa: remove port_bridge_tx_fwd_offload
> docs: net: dsa: remove port_vlan_dump
> docs: net: dsa: delete port_mdb_dump
> docs: net: dsa: add a section for address databases
> docs: net: dsa: re-explain what port_fdb_dump actually does
> docs: net: dsa: delete misinformation about -EOPNOTSUPP for
> FDB/MDB/VLAN
> docs: net: dsa: mention that VLANs are now refcounted on shared ports
>
> [...]
Here is the summary with links:
- [net,01/15] docs: net: dsa: update probing documentation
https://git.kernel.org/netdev/net/c/19b3b13c932f
- [net,02/15] docs: net: dsa: document the shutdown behavior
https://git.kernel.org/netdev/net/c/54367831c5d0
- [net,03/15] docs: net: dsa: rename tag_protocol to get_tag_protocol
https://git.kernel.org/netdev/net/c/c3f0e84d1086
- [net,04/15] docs: net: dsa: add more info about the other arguments to get_tag_protocol
https://git.kernel.org/netdev/net/c/c56313a42aaa
- [net,05/15] docs: net: dsa: document change_tag_protocol
https://git.kernel.org/netdev/net/c/d6a0336addd4
- [net,06/15] docs: net: dsa: document the teardown method
https://git.kernel.org/netdev/net/c/b763f50dc157
- [net,07/15] docs: net: dsa: document port_setup and port_teardown
https://git.kernel.org/netdev/net/c/3c87237ecd27
- [net,08/15] docs: net: dsa: document port_fast_age
https://git.kernel.org/netdev/net/c/0cb8682ebf5e
- [net,09/15] docs: net: dsa: remove port_bridge_tx_fwd_offload
https://git.kernel.org/netdev/net/c/308362394850
- [net,10/15] docs: net: dsa: remove port_vlan_dump
https://git.kernel.org/netdev/net/c/e465d507c76c
- [net,11/15] docs: net: dsa: delete port_mdb_dump
https://git.kernel.org/netdev/net/c/7f75d3dd4f5b
- [net,12/15] docs: net: dsa: add a section for address databases
https://git.kernel.org/netdev/net/c/4e9d9bb6df6b
- [net,13/15] docs: net: dsa: re-explain what port_fdb_dump actually does
https://git.kernel.org/netdev/net/c/ea7006a7aaee
- [net,14/15] docs: net: dsa: delete misinformation about -EOPNOTSUPP for FDB/MDB/VLAN
https://git.kernel.org/netdev/net/c/6ba1a4aa5974
- [net,15/15] docs: net: dsa: mention that VLANs are now refcounted on shared ports
https://git.kernel.org/netdev/net/c/7b02f40350f1
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2022-07-18 11:50 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-16 18:53 [PATCH net 00/15] Update DSA documentation Vladimir Oltean
2022-07-16 18:53 ` [PATCH net 01/15] docs: net: dsa: update probing documentation Vladimir Oltean
2022-07-17 15:14 ` Andrew Lunn
2022-07-17 16:56 ` Florian Fainelli
2022-07-17 23:39 ` Vladimir Oltean
2022-07-17 16:56 ` Florian Fainelli
2022-07-16 18:53 ` [PATCH net 02/15] docs: net: dsa: document the shutdown behavior Vladimir Oltean
2022-07-17 15:16 ` Andrew Lunn
2022-07-17 16:57 ` Florian Fainelli
2022-07-16 18:53 ` [PATCH net 03/15] docs: net: dsa: rename tag_protocol to get_tag_protocol Vladimir Oltean
2022-07-17 15:22 ` Andrew Lunn
2022-07-17 16:57 ` Florian Fainelli
2022-07-16 18:53 ` [PATCH net 04/15] docs: net: dsa: add more info about the other arguments " Vladimir Oltean
2022-07-17 16:58 ` Florian Fainelli
2022-07-16 18:53 ` [PATCH net 05/15] docs: net: dsa: document change_tag_protocol Vladimir Oltean
2022-07-17 15:25 ` Andrew Lunn
2022-07-17 16:58 ` Florian Fainelli
2022-07-16 18:53 ` [PATCH net 06/15] docs: net: dsa: document the teardown method Vladimir Oltean
2022-07-17 15:26 ` Andrew Lunn
2022-07-17 16:58 ` Florian Fainelli
2022-07-16 18:53 ` [PATCH net 07/15] docs: net: dsa: document port_setup and port_teardown Vladimir Oltean
2022-07-17 15:28 ` Andrew Lunn
2022-07-17 16:59 ` Florian Fainelli
2022-07-16 18:53 ` [PATCH net 08/15] docs: net: dsa: document port_fast_age Vladimir Oltean
2022-07-17 15:29 ` Andrew Lunn
2022-07-17 16:59 ` Florian Fainelli
2022-07-16 18:53 ` [PATCH net 09/15] docs: net: dsa: remove port_bridge_tx_fwd_offload Vladimir Oltean
2022-07-17 15:36 ` Andrew Lunn
2022-07-17 19:30 ` Florian Fainelli
2022-07-16 18:53 ` [PATCH net 10/15] docs: net: dsa: remove port_vlan_dump Vladimir Oltean
2022-07-17 15:36 ` Andrew Lunn
2022-07-17 19:22 ` Florian Fainelli
2022-07-16 18:53 ` [PATCH net 11/15] docs: net: dsa: delete port_mdb_dump Vladimir Oltean
2022-07-17 15:37 ` Andrew Lunn
2022-07-17 19:22 ` Florian Fainelli
2022-07-16 18:53 ` [PATCH net 12/15] docs: net: dsa: add a section for address databases Vladimir Oltean
2022-07-17 15:46 ` Andrew Lunn
2022-07-17 19:26 ` Florian Fainelli
2022-07-16 18:53 ` [PATCH net 13/15] docs: net: dsa: re-explain what port_fdb_dump actually does Vladimir Oltean
2022-07-17 15:47 ` Andrew Lunn
2022-07-17 19:26 ` Florian Fainelli
2022-07-16 18:53 ` [PATCH net 14/15] docs: net: dsa: delete misinformation about -EOPNOTSUPP for FDB/MDB/VLAN Vladimir Oltean
2022-07-17 15:50 ` Andrew Lunn
2022-07-17 19:27 ` Florian Fainelli
2022-07-16 18:53 ` [PATCH net 15/15] docs: net: dsa: mention that VLANs are now refcounted on shared ports Vladimir Oltean
2022-07-17 15:51 ` Andrew Lunn
2022-07-17 19:27 ` Florian Fainelli
2022-07-17 19:28 ` [PATCH net 00/15] Update DSA documentation Florian Fainelli
2022-07-18 11: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=165814501869.27406.3239925265484328864.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=f.fainelli@gmail.com \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.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.