From f86f5263b0f1163a23593869d167d2b730786400 Mon Sep 17 00:00:00 2001 From: Henrik Brix Andersen Date: Wed, 4 Sep 2024 16:10:32 +0000 Subject: [PATCH] doc: net_buf: move the network buffer documentation to services Move the network buffer documentation from networking to services as the implementation now lives outside of the networking subsystem. Signed-off-by: Henrik Brix Andersen --- MAINTAINERS.yml | 1 + doc/connectivity/networking/api/buf_mgmt.rst | 3 +-- doc/services/index.rst | 1 + .../networking/api/net_buf.rst => services/net_buf/index.rst} | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) rename doc/{connectivity/networking/api/net_buf.rst => services/net_buf/index.rst} (99%) diff --git a/MAINTAINERS.yml b/MAINTAINERS.yml index 472f3023ea7ecb..b11db79000f1eb 100644 --- a/MAINTAINERS.yml +++ b/MAINTAINERS.yml @@ -2844,6 +2844,7 @@ Networking: - tbursztyka - jukkar files: + - doc/services/net_buf/ - include/zephyr/net/buf.h - include/zephyr/net_buf.h - lib/net_buf/ diff --git a/doc/connectivity/networking/api/buf_mgmt.rst b/doc/connectivity/networking/api/buf_mgmt.rst index 12dd044a581f32..7255ab451a8255 100644 --- a/doc/connectivity/networking/api/buf_mgmt.rst +++ b/doc/connectivity/networking/api/buf_mgmt.rst @@ -1,10 +1,9 @@ .. _net_buf_mgmt: -Network Buffer Management +Network Packet Management ######################### .. toctree:: :maxdepth: 1 - net_buf.rst net_pkt.rst diff --git a/doc/services/index.rst b/doc/services/index.rst index d900f110a65af4..57e6e2d71b2ef1 100644 --- a/doc/services/index.rst +++ b/doc/services/index.rst @@ -22,6 +22,7 @@ OS Services tracing/index.rst resource_management/index.rst mem_mgmt/index.rst + net_buf/index.rst modbus/index.rst modem/index.rst notify.rst diff --git a/doc/connectivity/networking/api/net_buf.rst b/doc/services/net_buf/index.rst similarity index 99% rename from doc/connectivity/networking/api/net_buf.rst rename to doc/services/net_buf/index.rst index b09ee914ea5e16..ad6c21649faa85 100644 --- a/doc/connectivity/networking/api/net_buf.rst +++ b/doc/services/net_buf/index.rst @@ -1,7 +1,7 @@ .. _net_buf_interface: -Network Buffer -############## +Network Buffers +############### .. contents:: :local: