From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id D6DF77CAF; Wed, 16 May 2018 11:18:05 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 May 2018 02:18:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,404,1520924400"; d="scan'208";a="51272383" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga003.jf.intel.com with ESMTP; 16 May 2018 02:18:03 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX106.ger.corp.intel.com (163.33.3.31) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 16 May 2018 10:18:02 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.150]) by irsmsx111.ger.corp.intel.com ([169.254.2.47]) with mapi id 14.03.0319.002; Wed, 16 May 2018 10:18:02 +0100 From: "Iremonger, Bernard" To: Adrien Mazarguil , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [PATCH] maintainers: fix responsibility of flow API bits Thread-Index: AQHT7GkW6bSLl5bJnUGAOZfJNZkJB6QyE0Mg Date: Wed, 16 May 2018 09:18:01 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C24E0CD20F@IRSMSX108.ger.corp.intel.com> References: <1525944544-13513-1-git-send-email-bernard.iremonger@intel.com> <20180515162211.7030-1-adrien.mazarguil@6wind.com> In-Reply-To: <20180515162211.7030-1-adrien.mazarguil@6wind.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmQ3NzQ1YjgtNTk2Ni00Zjk0LTgzNGEtZmViMWM4NjM0ZDQxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiK0VmU2lQSGo2MWhmb0ZDMTU4ekRwR1laUGdcLzdKRkRtaStWbjNaaEp4Y0JWN3hPYjRsaDBHVW5hMGliVEtIQ2cifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] maintainers: fix responsibility of flow API bits 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: , X-List-Received-Date: Wed, 16 May 2018 09:18:06 -0000 Hi Adrien, > -----Original Message----- > From: Adrien Mazarguil [mailto:adrien.mazarguil@6wind.com] > Sent: Tuesday, May 15, 2018 5:23 PM > To: dev@dpdk.org > Cc: stable@dpdk.org; Iremonger, Bernard > Subject: [PATCH] maintainers: fix responsibility of flow API bits >=20 > The following commits lack MAINTAINERS entries for this mess. >=20 > Fixes: 4d73b6fb9907 ("doc: add generic flow API guide") > Fixes: 19c90af6285c ("app/testpmd: add flow command") > Cc: stable@dpdk.org >=20 > Signed-off-by: Adrien Mazarguil > Cc: Bernard Iremonger > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) >=20 > diff --git a/MAINTAINERS b/MAINTAINERS > index bd08d4292..187817fff 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -303,6 +303,8 @@ F: devtools/test-null.sh Flow API > M: Adrien Mazarguil > T: git://dpdk.org/next/dpdk-next-net > +F: app/test-pmd/cmdline_flow.c > +F: doc/guides/prog_guide/rte_flow.rst doc/guides/testpmd_app_ug/testpmd_funcs.rst Should be added to the list of flow related files. > F: lib/librte_ethdev/rte_flow* >=20 > Traffic Management API - EXPERIMENTAL > -- > 2.11.0 Regards, Bernard.