maintainers: assign some programming guides

Message ID 20240308104113.3352313-1-david.marchand@redhat.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series maintainers: assign some programming guides |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/loongarch-compilation success Compilation OK
ci/loongarch-unit-testing success Unit Testing PASS
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/intel-Functional success Functional PASS
ci/github-robot: build success github build: passed
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-compile-amd64-testing success Testing PASS
ci/iol-abi-testing success Testing PASS
ci/iol-unit-arm64-testing success Testing PASS
ci/iol-unit-amd64-testing success Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-sample-apps-testing success Testing PASS
ci/iol-compile-arm64-testing success Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS

Commit Message

David Marchand March 8, 2024, 10:41 a.m. UTC
  Maintaining the documentation is part of the job of maintaining a library.

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 MAINTAINERS | 9 +++++++++
 1 file changed, 9 insertions(+)
  

Comments

fengchengwen March 12, 2024, 8:18 a.m. UTC | #1
Acked-by: Chengwen Feng <fengchengwen@huawei.com>

On 2024/3/8 18:41, David Marchand wrote:
> Maintaining the documentation is part of the job of maintaining a library.
> 
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> ---
>  MAINTAINERS | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4755a68274..12e21f78d1 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -428,12 +428,14 @@ M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
>  T: git://dpdk.org/next/dpdk-next-net
>  F: lib/ethdev/rte_tm*
>  F: app/test-pmd/cmdline_tm.*
> +F: doc/guides/prog_guide/traffic_management.rst
>  
>  Traffic Metering and Policing API - EXPERIMENTAL
>  M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
>  T: git://dpdk.org/next/dpdk-next-net
>  F: lib/ethdev/rte_mtr*
>  F: app/test-pmd/cmdline_mtr.*
> +F: doc/guides/prog_guide/traffic_metering_and_policing.rst
>  
>  Baseband API
>  M: Nicolas Chautru <nicolas.chautru@intel.com>
> @@ -453,6 +455,7 @@ T: git://dpdk.org/next/dpdk-next-crypto
>  F: lib/cryptodev/
>  F: app/test/test_cryptodev*
>  F: examples/l2fwd-crypto/
> +F: doc/guides/prog_guide/cryptodev_lib.rst
>  
>  Security API
>  M: Akhil Goyal <gakhil@marvell.com>
> @@ -511,6 +514,7 @@ F: lib/eventdev/
>  F: drivers/event/skeleton/
>  F: app/test/test_eventdev.c
>  F: examples/l3fwd/l3fwd_event*
> +F: doc/guides/prog_guide/eventdev.rst
>  
>  Eventdev Ethdev Rx Adapter API
>  M: Naga Harish K S V <s.v.naga.harish.k@intel.com>
> @@ -1634,9 +1638,11 @@ RIB/FIB
>  M: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
>  F: lib/rib/
>  F: app/test/test_rib*
> +F: doc/guides/prog_guide/rib_lib.rst
>  F: lib/fib/
>  F: app/test/test_fib*
>  F: app/test-fib/
> +F: doc/guides/prog_guide/fib_lib.rst
>  
>  Traffic metering
>  M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
> @@ -1654,6 +1660,7 @@ Argument parsing
>  M: Chengwen Feng <fengchengwen@huawei.com>
>  F: lib/argparse/
>  F: app/test/test_argparse.c
> +F: doc/guides/prog_guide/argparse_lib.rst
>  
>  Configuration file
>  M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
> @@ -1719,6 +1726,7 @@ F: doc/guides/sample_app_ug/l2_forward_job_stats.rst
>  Metrics
>  F: lib/metrics/
>  F: app/test/test_metrics.c
> +F: doc/guides/prog_guide/metrics_lib.rst
>  
>  Bit-rate statistics
>  F: lib/bitratestats/
> @@ -1736,6 +1744,7 @@ F: app/test/test_telemetry*
>  F: app/test/suites/test_telemetry.sh
>  F: usertools/dpdk-telemetry*
>  F: doc/guides/howto/telemetry.rst
> +F: doc/guides/prog_guide/telemetry_lib.rst
>  
>  BPF
>  M: Konstantin Ananyev <konstantin.v.ananyev@yandex.ru>
>
  
Thomas Monjalon March 18, 2024, 3:35 a.m. UTC | #2
08/03/2024 11:41, David Marchand:
> Maintaining the documentation is part of the job of maintaining a library.
> 
> Signed-off-by: David Marchand <david.marchand@redhat.com>

Applied, thanks.
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 4755a68274..12e21f78d1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -428,12 +428,14 @@  M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
 T: git://dpdk.org/next/dpdk-next-net
 F: lib/ethdev/rte_tm*
 F: app/test-pmd/cmdline_tm.*
+F: doc/guides/prog_guide/traffic_management.rst
 
 Traffic Metering and Policing API - EXPERIMENTAL
 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
 T: git://dpdk.org/next/dpdk-next-net
 F: lib/ethdev/rte_mtr*
 F: app/test-pmd/cmdline_mtr.*
+F: doc/guides/prog_guide/traffic_metering_and_policing.rst
 
 Baseband API
 M: Nicolas Chautru <nicolas.chautru@intel.com>
@@ -453,6 +455,7 @@  T: git://dpdk.org/next/dpdk-next-crypto
 F: lib/cryptodev/
 F: app/test/test_cryptodev*
 F: examples/l2fwd-crypto/
+F: doc/guides/prog_guide/cryptodev_lib.rst
 
 Security API
 M: Akhil Goyal <gakhil@marvell.com>
@@ -511,6 +514,7 @@  F: lib/eventdev/
 F: drivers/event/skeleton/
 F: app/test/test_eventdev.c
 F: examples/l3fwd/l3fwd_event*
+F: doc/guides/prog_guide/eventdev.rst
 
 Eventdev Ethdev Rx Adapter API
 M: Naga Harish K S V <s.v.naga.harish.k@intel.com>
@@ -1634,9 +1638,11 @@  RIB/FIB
 M: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
 F: lib/rib/
 F: app/test/test_rib*
+F: doc/guides/prog_guide/rib_lib.rst
 F: lib/fib/
 F: app/test/test_fib*
 F: app/test-fib/
+F: doc/guides/prog_guide/fib_lib.rst
 
 Traffic metering
 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
@@ -1654,6 +1660,7 @@  Argument parsing
 M: Chengwen Feng <fengchengwen@huawei.com>
 F: lib/argparse/
 F: app/test/test_argparse.c
+F: doc/guides/prog_guide/argparse_lib.rst
 
 Configuration file
 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
@@ -1719,6 +1726,7 @@  F: doc/guides/sample_app_ug/l2_forward_job_stats.rst
 Metrics
 F: lib/metrics/
 F: app/test/test_metrics.c
+F: doc/guides/prog_guide/metrics_lib.rst
 
 Bit-rate statistics
 F: lib/bitratestats/
@@ -1736,6 +1744,7 @@  F: app/test/test_telemetry*
 F: app/test/suites/test_telemetry.sh
 F: usertools/dpdk-telemetry*
 F: doc/guides/howto/telemetry.rst
+F: doc/guides/prog_guide/telemetry_lib.rst
 
 BPF
 M: Konstantin Ananyev <konstantin.v.ananyev@yandex.ru>