Message ID | 20210316112419.1304230-1-olteanv@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Documentation updates for switchdev and DSA | expand |
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 16 Mar 2021 13:24:07 +0200 you wrote: > From: Vladimir Oltean <vladimir.oltean@nxp.com> > > Many changes were made to the code but of course the documentation was > not kept up to date. This is an attempt to update some of the verbiage. > > The documentation is still not complete, but it's time to make some more > changes to the code first, before documenting the rest. > > [...] Here is the summary with links: - [v2,net-next,01/12] Documentation: networking: update the graphical representation https://git.kernel.org/netdev/net-next/c/0f455371054b - [v2,net-next,02/12] Documentation: networking: dsa: rewrite chapter about tagging protocol https://git.kernel.org/netdev/net-next/c/7714ee152cd4 - [v2,net-next,03/12] Documentation: networking: dsa: remove static port count from limitations https://git.kernel.org/netdev/net-next/c/f23f1404ebd3 - [v2,net-next,04/12] Documentation: networking: dsa: remove references to switchdev prepare/commit https://git.kernel.org/netdev/net-next/c/f88439918589 - [v2,net-next,05/12] Documentation: networking: dsa: remove TODO about porting more vendor drivers https://git.kernel.org/netdev/net-next/c/f4b5c53a03ea - [v2,net-next,06/12] Documentation: networking: dsa: document the port_bridge_flags method https://git.kernel.org/netdev/net-next/c/5a275f4c2989 - [v2,net-next,07/12] Documentation: networking: dsa: mention integration with devlink https://git.kernel.org/netdev/net-next/c/8411abbcad8e - [v2,net-next,08/12] Documentation: networking: dsa: add paragraph for the LAG offload https://git.kernel.org/netdev/net-next/c/a9985444f2b5 - [v2,net-next,09/12] Documentation: networking: dsa: add paragraph for the MRP offload https://git.kernel.org/netdev/net-next/c/f8f3c20af1ea - [v2,net-next,10/12] Documentation: networking: dsa: add paragraph for the HSR/PRP offload https://git.kernel.org/netdev/net-next/c/6e9530f4c042 - [v2,net-next,11/12] Documentation: networking: switchdev: clarify device driver behavior https://git.kernel.org/netdev/net-next/c/0f22ad45f47c - [v2,net-next,12/12] Documentation: networking: switchdev: fix command for static FDB entries https://git.kernel.org/netdev/net-next/c/787a4109f468 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
From: Vladimir Oltean <vladimir.oltean@nxp.com> Many changes were made to the code but of course the documentation was not kept up to date. This is an attempt to update some of the verbiage. The documentation is still not complete, but it's time to make some more changes to the code first, before documenting the rest. Changes in v2: Integrated feedback from Andrew, Florian, Tobias, Ido, George. Florian Fainelli (1): Documentation: networking: switchdev: clarify device driver behavior Vladimir Oltean (11): Documentation: networking: update the graphical representation Documentation: networking: dsa: rewrite chapter about tagging protocol Documentation: networking: dsa: remove static port count from limitations Documentation: networking: dsa: remove references to switchdev prepare/commit Documentation: networking: dsa: remove TODO about porting more vendor drivers Documentation: networking: dsa: document the port_bridge_flags method Documentation: networking: dsa: mention integration with devlink Documentation: networking: dsa: add paragraph for the LAG offload Documentation: networking: dsa: add paragraph for the MRP offload Documentation: networking: dsa: add paragraph for the HSR/PRP offload Documentation: networking: switchdev: fix command for static FDB entries Documentation/networking/dsa/dsa.rst | 371 +++++++++++++++++++++---- Documentation/networking/switchdev.rst | 199 ++++++++++++- 2 files changed, 500 insertions(+), 70 deletions(-)