From patchwork Fri Mar 8 10:41:13 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Marchand X-Patchwork-Id: 138121 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5FE7F43C27; Fri, 8 Mar 2024 11:41:25 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 08DB142FC5; Fri, 8 Mar 2024 11:41:25 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 6610840298 for ; Fri, 8 Mar 2024 11:41:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1709894482; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=FiwBjHqjyyYOt65YDiUqjNTY0enQ2MABQU4uxrARwLM=; b=Kul+RqEZPriWw8y71XRpLmIGGaYmkyKixL8cCsaMK237S2CaGimEBLxJS/Eq1tT0X1/U6l BkLZh0B1hClu8dVmAn9w2Fz86DN7fflXo67eu++oPWpYdYewKOyzg86sxP7LVYdFXQWJKm /mEMnMYCsMelC2oAK7sYCyrVYYAUmgM= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-448-UlHDu_eWNCKFc0JmExg_uw-1; Fri, 08 Mar 2024 05:41:18 -0500 X-MC-Unique: UlHDu_eWNCKFc0JmExg_uw-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 775DD3C02644; Fri, 8 Mar 2024 10:41:16 +0000 (UTC) Received: from dmarchan.redhat.com (unknown [10.45.225.66]) by smtp.corp.redhat.com (Postfix) with ESMTP id ABE102166B33; Fri, 8 Mar 2024 10:41:15 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: Thomas Monjalon Subject: [PATCH] maintainers: assign some programming guides Date: Fri, 8 Mar 2024 11:41:13 +0100 Message-ID: <20240308104113.3352313-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.6 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Maintaining the documentation is part of the job of maintaining a library. Signed-off-by: David Marchand Acked-by: Chengwen Feng --- 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 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 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 @@ -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 @@ -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 @@ -1634,9 +1638,11 @@ RIB/FIB M: Vladimir Medvedkin 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 @@ -1654,6 +1660,7 @@ Argument parsing M: Chengwen Feng F: lib/argparse/ F: app/test/test_argparse.c +F: doc/guides/prog_guide/argparse_lib.rst Configuration file M: Cristian Dumitrescu @@ -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