From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4E79320D9A; Thu, 26 Oct 2017 19:18:03 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 26 Oct 2017 19:18:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=JGDFfbTL6B6+M8C4SWmRYybWPB X6W6m5xY+tSycoiAk=; b=VRdcax8NFUyYXbj2o8lRYSrugITU318XN5NyMWriN3 wXYwKiKvRWa5NerwJxdaazFvwGa5srVOESTUGxVPWyYElpuG6CltXj0ySplcFUVa F45rjtd8lH0Y4x8T6ZfWOLLL+n1mQDjmuPTLWTAN2TrnWWfFlUGAwzG0X7MJYiJo U= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=JGDFfb TL6B6+M8C4SWmRYybWPBX6W6m5xY+tSycoiAk=; b=M5inTDOFZJ9mPcaDqEff+v HQz/dcU0qWXDNChuUhcZJbpyEu2mZhrtc15WXIMRI4Mnk6/VT+FTW0oiRxbVkIWE 6yrhjjel/kaRWK5ok3CqOtdhcGcjxctTJBo/ULAwQlcCmPtcDJggqflcCnOhO59F Y05L6i922ukTouj4ExHk1qTVoULt8eq6A00UNSVWnlJsU/nQ0s/YtlezyhptiAk7 vJNEn9N0S3mdD3StiMxeUHteYec6rgg4pSHkolvctKxQckeiAX25dCGrG+sIn0h0 9soIo8xo5/u2ZYqO19hUPY0jw7L4zAkJj/2vk+gkIaxii1lqg7XzGza0DJEsBm0Q == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 0A32F244C7; Thu, 26 Oct 2017 19:18:03 -0400 (EDT) From: Thomas Monjalon To: "Mcnamara, John" Cc: dev@dpdk.org, Ori Kam , "adrien.mazarguil@6wind.com" Date: Fri, 27 Oct 2017 01:18:02 +0200 Message-ID: <2074859.QZ9m52Q6lU@xps> In-Reply-To: References: <1508396139-27687-1-git-send-email-orika@mellanox.com> <951912441431780ac656221b847d2d8e50d15dec.1508940061.git.orika@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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, 26 Oct 2017 23:18:03 -0000 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?