From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] doc: add basic howto for flow API Date: Fri, 27 Oct 2017 01:18:02 +0200 Message-ID: <2074859.QZ9m52Q6lU@xps> References: <1508396139-27687-1-git-send-email-orika@mellanox.com> <951912441431780ac656221b847d2d8e50d15dec.1508940061.git.orika@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ori Kam , "adrien.mazarguil@6wind.com" To: "Mcnamara, John" Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id B56911BB49 for ; Fri, 27 Oct 2017 01:18:03 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 I have a doubt. 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?