From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id D99EC1B6A0 for ; Fri, 3 Nov 2017 16:32:10 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Nov 2017 08:32:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,339,1505804400"; d="scan'208";a="1239390275" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga002.fm.intel.com with ESMTP; 03 Nov 2017 08:32:08 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX153.ger.corp.intel.com ([169.254.9.34]) with mapi id 14.03.0319.002; Fri, 3 Nov 2017 15:32:07 +0000 From: "Iremonger, Bernard" To: "Mcnamara, John" , "dev@dpdk.org" CC: "Iremonger, Bernard" Thread-Topic: [PATCH 1/2] doc: flow classify library prog guide Thread-Index: AQHTTjotF8sLv8m3M0+QqulVmMYlTKMBWyOAgAAHa7CAARPzgIAAXl6g Date: Fri, 3 Nov 2017 15:32:07 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C24E05AD79@IRSMSX108.ger.corp.intel.com> References: <1509008957-11812-1-git-send-email-bernard.iremonger@intel.com> <1509008957-11812-2-git-send-email-bernard.iremonger@intel.com> <8CEF83825BEC744B83065625E567D7C24E05A913@IRSMSX108.ger.corp.intel.com> In-Reply-To: Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDRlMmE5MmYtNzY3ZS00ZjczLTkwNzYtYmRjZDk2MWQyYmFlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkpNMG5RMGd4NWVXQ2NCcm0xU3RYSEozWEZBQTVJRXEzT3N2K01DWmZTOFk9In0= x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 1/2] doc: flow classify library prog guide 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: Fri, 03 Nov 2017 15:32:11 -0000 Hi John, > > > > > > Subject: [PATCH 1/2] doc: flow classify library prog guide > > > > > > > > This file documents the Flow Classification library, > > librte_flow_classify. > > > > > > > > Updated MAINTAINERS file > > > > > > > > Signed-off-by: Bernard Iremonger > > > > > > Hi Bernard, > > > > > > Thanks for the doc. > > > > > > There is a doc build warning due to a reference to a file that is in > > > the > > 2/2 > > > patch: > > > > > > $ make doc-guides-html -j > > > sphinx processing guides-html... > > > /work/dpdk_docs/doc/guides/prog_guide/flow_classify_lib.rst:64: > > > WARNING: unknown document: ../sample_app_ug/flow_classify > > > > > Both docs reference each other. > > I could squash the patches into one, or add a third patch with the > > reference. > > Which option would you prefer? >=20 > Hi Bernard, >=20 > I think squashing them into 1 patch would be okay. >=20 > John I have sent a v2 patch with both patches squashed into one patch. Regards, Bernard.