From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 94D551B632 for ; Fri, 3 Nov 2017 10:52:41 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Nov 2017 02:52:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,338,1505804400"; d="scan'208";a="1239239266" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga002.fm.intel.com with ESMTP; 03 Nov 2017 02:52:39 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.49]) by IRSMSX152.ger.corp.intel.com ([169.254.6.87]) with mapi id 14.03.0319.002; Fri, 3 Nov 2017 09:52:38 +0000 From: "Mcnamara, John" To: "Iremonger, Bernard" , "dev@dpdk.org" Thread-Topic: [PATCH 1/2] doc: flow classify library prog guide Thread-Index: AQHTTjotHEOsEwlvFkG3Nv6Xaus9c6MBWPxggAAKzwCAARKLEA== Date: Fri, 3 Nov 2017 09:52:37 +0000 Message-ID: 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: <8CEF83825BEC744B83065625E567D7C24E05A913@IRSMSX108.ger.corp.intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDRlMmE5MmYtNzY3ZS00ZjczLTkwNzYtYmRjZDk2MWQyYmFlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkpNMG5RMGd4NWVXQ2NCcm0xU3RYSEozWEZBQTVJRXEzT3N2K01DWmZTOFk9In0= dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.181] 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 09:52:42 -0000 > -----Original Message----- > From: Iremonger, Bernard > Sent: Thursday, November 2, 2017 5:29 PM > To: Mcnamara, John ; dev@dpdk.org > Cc: Iremonger, Bernard > Subject: RE: [PATCH 1/2] doc: flow classify library prog guide >=20 > Hi John, >=20 > >=20 > > > 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 th= e > 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? Hi Bernard, I think squashing them into 1 patch would be okay. John