Skip to content

Commit

Permalink
docs: netdev: move the netdev-FAQ to the process pages
Browse files Browse the repository at this point in the history
The documentation for the tip tree is really in quite a similar
spirit to the netdev-FAQ. Move the netdev-FAQ to the process docs
as well.

Signed-off-by: Jakub Kicinski <[email protected]>
Reviewed-by: Florian Fainelli <[email protected]>
Signed-off-by: Paolo Abeni <[email protected]>
  • Loading branch information
kuba-moo authored and Paolo Abeni committed Mar 31, 2022
1 parent 08767a2 commit 8df0136
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/bpf/bpf_devel_QA.rst
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ when:

.. Links
.. _Documentation/process/: https://www.kernel.org/doc/html/latest/process/
.. _netdev-FAQ: ../networking/netdev-FAQ.rst
.. _netdev-FAQ: Documentation/process/maintainer-netdev.rst
.. _selftests:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/tools/testing/selftests/bpf/
.. _Documentation/dev-tools/kselftest.rst:
Expand Down
3 changes: 2 additions & 1 deletion Documentation/networking/index.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Linux Networking Documentation
==============================

Refer to :ref:`netdev-FAQ` for a guide on netdev development process specifics.

Contents:

.. toctree::
:maxdepth: 2

netdev-FAQ
af_xdp
bareudp
batman-adv
Expand Down
1 change: 1 addition & 0 deletions Documentation/process/maintainer-handbooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ Contents:
:maxdepth: 2

maintainer-tip
maintainer-netdev
File renamed without changes.
1 change: 1 addition & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -13661,6 +13661,7 @@ B: mailto:[email protected]
T: git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git
T: git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git
F: Documentation/networking/
F: Documentation/process/maintainer-netdev.rst
F: include/linux/in.h
F: include/linux/net.h
F: include/linux/netdevice.h
Expand Down

0 comments on commit 8df0136

Please sign in to comment.