* [PATCH] maintainers: assign some programming guides
@ 2024-03-08 10:41 David Marchand
2024-03-12 8:18 ` fengchengwen
2024-03-18 3:35 ` Thomas Monjalon
0 siblings, 2 replies; 3+ messages in thread
From: David Marchand @ 2024-03-08 10:41 UTC (permalink / raw)
To: dev; +Cc: Thomas Monjalon
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>
--
2.44.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] maintainers: assign some programming guides
2024-03-08 10:41 [PATCH] maintainers: assign some programming guides David Marchand
@ 2024-03-12 8:18 ` fengchengwen
2024-03-18 3:35 ` Thomas Monjalon
1 sibling, 0 replies; 3+ messages in thread
From: fengchengwen @ 2024-03-12 8:18 UTC (permalink / raw)
To: David Marchand, dev; +Cc: Thomas Monjalon
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>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] maintainers: assign some programming guides
2024-03-08 10:41 [PATCH] maintainers: assign some programming guides David Marchand
2024-03-12 8:18 ` fengchengwen
@ 2024-03-18 3:35 ` Thomas Monjalon
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2024-03-18 3:35 UTC (permalink / raw)
To: David Marchand; +Cc: dev
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-03-18 3:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-08 10:41 [PATCH] maintainers: assign some programming guides David Marchand
2024-03-12 8:18 ` fengchengwen
2024-03-18 3:35 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).