From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 28663A04BB; Tue, 6 Oct 2020 09:03:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 976D71C01; Tue, 6 Oct 2020 09:03:18 +0200 (CEST) Received: from proxy.6wind.com (host.76.145.23.62.rev.coltfrance.com [62.23.145.76]) by dpdk.org (Postfix) with ESMTP id 4E358F64 for ; Tue, 6 Oct 2020 09:03:16 +0200 (CEST) Received: from glumotte.dev.6wind.com. (unknown [10.16.0.195]) by proxy.6wind.com (Postfix) with ESMTP id 119AF46B203; Tue, 6 Oct 2020 09:03:15 +0200 (CEST) From: Olivier Matz To: dev@dpdk.org Cc: Thomas Monjalon Date: Tue, 6 Oct 2020 09:03:02 +0200 Message-Id: <20201006070302.26617-1-olivier.matz@6wind.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH] maintainers: fix missing title for examples X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The devtools/get-maintainer.sh script does not work with examples because there is no title line between them: it returns a longer list than expected. Add the missing titles for each example to fix this behavior. Signed-off-by: Olivier Matz --- MAINTAINERS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 13881aa737..39ddaa5910 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1564,46 +1564,57 @@ F: doc/guides/tools/proc_info.rst Other Example Applications -------------------------- +Ethtool example F: examples/ethtool/ F: doc/guides/sample_app_ug/ethtool.rst +FIPS validation example M: Marko Kovacevic F: examples/fips_validation/ F: doc/guides/sample_app_ug/fips_validation.rst +Flow filtering example M: Ori Kam F: examples/flow_filtering/ F: doc/guides/sample_app_ug/flow_filtering.rst +Helloworld example M: Bruce Richardson F: examples/helloworld/ F: doc/guides/sample_app_ug/hello_world.rst +IPsec security gateway example M: Radu Nicolau M: Akhil Goyal F: examples/ipsec-secgw/ F: doc/guides/sample_app_ug/ipsec_secgw.rst +IPv4 multicast example F: examples/ipv4_multicast/ F: doc/guides/sample_app_ug/ipv4_multicast.rst +L2 forwarding example M: Bruce Richardson F: examples/l2fwd/ F: doc/guides/sample_app_ug/l2_forward_real_virtual.rst +L2 forwarding with cache allocation example M: Tomasz Kantecki F: doc/guides/sample_app_ug/l2_forward_cat.rst F: examples/l2fwd-cat/ +L2 forwarding with eventdev example M: Sunil Kumar Kori M: Pavan Nikhilesh T: git://dpdk.org/next/dpdk-next-eventdev F: examples/l2fwd-event/ F: doc/guides/sample_app_ug/l2_forward_event.rst +L3 forwarding example F: examples/l3fwd/ F: doc/guides/sample_app_ug/l3_forward.rst +Link status interrupt example F: examples/link_status_interrupt/ F: doc/guides/sample_app_ug/link_status_intr.rst @@ -1612,26 +1623,32 @@ M: John McNamara F: examples/performance-thread/ F: doc/guides/sample_app_ug/performance_thread.rst +PTP client example M: Kirill Rybalchenko F: examples/ptpclient/ +Rx/Tx callbacks example M: Bruce Richardson M: John McNamara F: examples/rxtx_callbacks/ F: doc/guides/sample_app_ug/rxtx_callbacks.rst +Service cores example M: Harry van Haaren F: examples/service_cores/ F: doc/guides/sample_app_ug/service_cores.rst +Skeleton example M: Bruce Richardson M: John McNamara F: examples/skeleton/ F: doc/guides/sample_app_ug/skeleton.rst +TEP termination example M: Xiaoyun Li F: examples/tep_termination/ +VMDQ examples F: examples/vmdq/ F: doc/guides/sample_app_ug/vmdq_forwarding.rst F: examples/vmdq_dcb/ -- 2.25.1