[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231117093145.1563511-1-liuhangbin@gmail.com>
Date: Fri, 17 Nov 2023 17:31:35 +0800
From: Hangbin Liu <liuhangbin@...il.com>
To: netdev@...r.kernel.org
Cc: "David S . Miller" <davem@...emloft.net>,
David Ahern <dsahern@...nel.org>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Ido Schimmel <idosch@...sch.org>,
Nikolay Aleksandrov <razor@...ckwall.org>,
Roopa Prabhu <roopa@...dia.com>,
Stephen Hemminger <stephen@...workplumber.org>,
Florian Westphal <fw@...len.de>,
Andrew Lunn <andrew@...n.ch>,
Florian Fainelli <f.fainelli@...il.com>,
Vladimir Oltean <olteanv@...il.com>,
Jiri Pirko <jiri@...nulli.us>,
Marc Muehlfeld <mmuehlfe@...hat.com>,
Hangbin Liu <liuhangbin@...il.com>
Subject: [PATCH net-next 00/10] Doc: update bridge doc
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.
Something I'd like to do in the future:
- add iproute2 cmd examples for each feature
RFCv3 -> v1:
- Fix up various typos, grammar and technical issues (Nikolay Aleksandrov)
RFCv2 -> RFCv3:
- Update netfilter part (Florian Westphal)
- Break the one large patch in to multiparts for easy reviewing. Please tell
me if I break it too much.. (Nikolay Aleksandrov)
- Update the description of each enum and doc (Nikolay Aleksandrov)
- Add more descriptions for STP/Multicast/VLAN.
RFCv1 -> RFCv2:
- Drop the python tool that generate iproute man page from kernel doc
Hangbin Liu (10):
net: bridge: add document for IFLA_BR enum
net: bridge: add document for IFLA_BRPORT enum
net: bridge: add document for bridge sysfs attribute
docs: bridge: Add kAPI/uAPI fields
docs: bridge: add STP doc
docs: bridge: add VLAN doc
docs: bridge: add multicast doc
docs: bridge: add switchdev doc
docs: bridge: add netfilter doc
docs: bridge: add other features
Documentation/networking/bridge.rst | 321 +++++++++++++++++-
include/uapi/linux/if_link.h | 500 ++++++++++++++++++++++++++++
net/bridge/br_private.h | 2 +
net/bridge/br_sysfs_br.c | 93 ++++++
4 files changed, 906 insertions(+), 10 deletions(-)
--
2.41.0
Powered by blists - more mailing lists