From: patchwork-bot+netdevbpf@kernel.org
To: Hangbin Liu <liuhangbin@gmail.com>
Cc: netdev@vger.kernel.org, davem@davemloft.net, dsahern@kernel.org,
edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
idosch@idosch.org, razor@blackwall.org, roopa@nvidia.com,
stephen@networkplumber.org, fw@strlen.de, andrew@lunn.ch,
f.fainelli@gmail.com, olteanv@gmail.com, jiri@resnulli.us,
mmuehlfe@redhat.com
Subject: Re: [PATCHv4 net-next 00/10] Doc: update bridge doc
Date: Tue, 05 Dec 2023 10:10:26 +0000 [thread overview]
Message-ID: <170177102658.7715.5767114300890049688.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20231201081951.1623069-1-liuhangbin@gmail.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:
On Fri, 1 Dec 2023 16:19:40 +0800 you wrote:
> The current bridge kernel doc is too old. It only pointed to the
> linuxfoundation wiki page which lacks of the new features.
>
> Here let's start the new bridge document and put all the bridge info
> so new developers and users could catch up the last bridge status soon.
>
> v3 -> v4:
> - Patch01: Reference and borrow definitions from the IEEE 802.1Q-2022 standard
> for bridge (Stephen Hemminger)
> - Patch04: Remind that kAPI is unstable. Add back sysfs part, but only note
> that sysfs is deprecated. (Stephen Hemminger, Florian Fainelli)
> - Patch05: Mention the RSTP and IEEE 802.1D developing info. (Stephen Hemminger)
> - Some other grammar fixes.
>
> [...]
Here is the summary with links:
- [PATCHv4,net-next,01/10] docs: bridge: update doc format to rst
https://git.kernel.org/netdev/net-next/c/e8a4195d843f
- [PATCHv4,net-next,02/10] net: bridge: add document for IFLA_BR enum
https://git.kernel.org/netdev/net-next/c/8ebe06611666
- [PATCHv4,net-next,03/10] net: bridge: add document for IFLA_BRPORT enum
https://git.kernel.org/netdev/net-next/c/8c4bafdb01cc
- [PATCHv4,net-next,04/10] docs: bridge: Add kAPI/uAPI fields
https://git.kernel.org/netdev/net-next/c/bcc1f84e4d34
- [PATCHv4,net-next,05/10] docs: bridge: add STP doc
https://git.kernel.org/netdev/net-next/c/567d2608209f
- [PATCHv4,net-next,06/10] docs: bridge: add VLAN doc
https://git.kernel.org/netdev/net-next/c/041a6ac4bf79
- [PATCHv4,net-next,07/10] docs: bridge: add multicast doc
https://git.kernel.org/netdev/net-next/c/75ceac88efb8
- [PATCHv4,net-next,08/10] docs: bridge: add switchdev doc
https://git.kernel.org/netdev/net-next/c/3c37f17d6ca9
- [PATCHv4,net-next,09/10] docs: bridge: add netfilter doc
https://git.kernel.org/netdev/net-next/c/1b1a4c7e82ae
- [PATCHv4,net-next,10/10] docs: bridge: add other features
https://git.kernel.org/netdev/net-next/c/d2afc2cd7f1f
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:[~2023-12-05 10:10 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-01 8:19 [PATCHv4 net-next 00/10] Doc: update bridge doc Hangbin Liu
2023-12-01 8:19 ` [PATCHv4 net-next 01/10] docs: bridge: update doc format to rst Hangbin Liu
2023-12-01 10:12 ` Nikolay Aleksandrov
2023-12-01 8:19 ` [PATCHv4 net-next 02/10] net: bridge: add document for IFLA_BR enum Hangbin Liu
2023-12-01 10:13 ` Nikolay Aleksandrov
2023-12-01 8:19 ` [PATCHv4 net-next 03/10] net: bridge: add document for IFLA_BRPORT enum Hangbin Liu
2023-12-01 10:13 ` Nikolay Aleksandrov
2023-12-01 8:19 ` [PATCHv4 net-next 04/10] docs: bridge: Add kAPI/uAPI fields Hangbin Liu
2023-12-01 10:14 ` Nikolay Aleksandrov
2023-12-01 8:19 ` [PATCHv4 net-next 05/10] docs: bridge: add STP doc Hangbin Liu
2023-12-01 10:14 ` Nikolay Aleksandrov
2023-12-01 8:19 ` [PATCHv4 net-next 06/10] docs: bridge: add VLAN doc Hangbin Liu
2023-12-01 8:19 ` [PATCHv4 net-next 07/10] docs: bridge: add multicast doc Hangbin Liu
2023-12-01 8:19 ` [PATCHv4 net-next 08/10] docs: bridge: add switchdev doc Hangbin Liu
2023-12-01 8:19 ` [PATCHv4 net-next 09/10] docs: bridge: add netfilter doc Hangbin Liu
2023-12-01 8:19 ` [PATCHv4 net-next 10/10] docs: bridge: add other features Hangbin Liu
2023-12-05 10: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=170177102658.7715.5767114300890049688.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=dsahern@kernel.org \
--cc=edumazet@google.com \
--cc=f.fainelli@gmail.com \
--cc=fw@strlen.de \
--cc=idosch@idosch.org \
--cc=jiri@resnulli.us \
--cc=kuba@kernel.org \
--cc=liuhangbin@gmail.com \
--cc=mmuehlfe@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=olteanv@gmail.com \
--cc=pabeni@redhat.com \
--cc=razor@blackwall.org \
--cc=roopa@nvidia.com \
--cc=stephen@networkplumber.org \
/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.