From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 712071B62C for ; Thu, 2 Nov 2017 18:06:12 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Nov 2017 10:06:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,335,1505804400"; d="scan'208";a="170626668" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga005.fm.intel.com with ESMTP; 02 Nov 2017 10:06:05 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.49]) by IRSMSX101.ger.corp.intel.com ([169.254.1.22]) with mapi id 14.03.0319.002; Thu, 2 Nov 2017 17:06:03 +0000 From: "Mcnamara, John" To: Thomas Monjalon CC: "dev@dpdk.org" , Ori Kam , "adrien.mazarguil@6wind.com" Thread-Topic: [dpdk-dev] [PATCH v2] doc: add basic howto for flow API Thread-Index: AQHTTaDT65Nqljh0KEKcSOkldZa8tqL0r+aQgAIFawCACqjR8A== Date: Thu, 2 Nov 2017 17:06:02 +0000 Message-ID: References: <1508396139-27687-1-git-send-email-orika@mellanox.com> <951912441431780ac656221b847d2d8e50d15dec.1508940061.git.orika@mellanox.com> <2074859.QZ9m52Q6lU@xps> In-Reply-To: <2074859.QZ9m52Q6lU@xps> 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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmNlZTVjZWYtYjAzZS00Y2M3LTllMTYtMjQzMjg4YzVhMmI4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImZiSk10aFlrSlRuSU5nc1dpWlZvVnZZSkhmcDRpYTk0MFh1XC9mU3l0MFNRPSJ9 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 v2] doc: add basic howto for flow API 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: Thu, 02 Nov 2017 17:06:12 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Friday, October 27, 2017 12:18 AM > To: Mcnamara, John > Cc: dev@dpdk.org; Ori Kam ; adrien.mazarguil@6wind.co= m > Subject: Re: [dpdk-dev] [PATCH v2] doc: add basic howto for flow API >=20 > 25/10/2017 17:27, Mcnamara, John: > > > > > -----Original Message----- > > > From: Ori Kam [mailto:orika@mellanox.com] > > > Sent: Wednesday, October 25, 2017 3:51 PM > > > To: adrien.mazarguil@6wind.com; Mcnamara, John > > > > > > Cc: dev@dpdk.org; orika@mellanox.com > > > Subject: [PATCH v2] doc: add basic howto for flow API > > > > > > As the rte flow is a new complex module in the DPDK. > > > In order to ease developers in to using this feature it was > > > suggested to supply a simple howto doc. > > > > > > Signed-off-by: Ori Kam > > > > Acked-by: John McNamara >=20 > I have a doubt. >=20 > Howtos are targetting user experience. > However this patch is showing how to use an API, so it should probably be > inserted in the programmers guide. > Am I missing something? I think this qualifies more as a how-to then a section for the programmer's= guide. I like the way it compares the testpmd syntax and the equivalent C code. John