From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 0B1D83DC; Thu, 23 Aug 2018 18:33:18 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Aug 2018 09:33:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,278,1531810800"; d="scan'208";a="84350495" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.56]) ([10.237.221.56]) by orsmga001.jf.intel.com with ESMTP; 23 Aug 2018 09:32:53 -0700 From: Ferruh Yigit To: Ilya Maximets , dev@dpdk.org Cc: Ori Kam , John McNamara , Marko Kovacevic , stable@dpdk.org References: <20180823080554.10695-1-i.maximets@samsung.com> Openpgp: preference=signencrypt Message-ID: <88aff8eb-d39d-9fdf-61e0-ce564baead08@intel.com> Date: Thu, 23 Aug 2018 17:32:52 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] doc: fix style and syntax errors in flow API 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: Thu, 23 Aug 2018 16:33:19 -0000 On 8/23/2018 5:32 PM, Ferruh Yigit wrote: > On 8/23/2018 9:05 AM, Ilya Maximets wrote: >> Fixes: 3e0ceb9f17ff ("doc: add basic howto for flow API") >> Cc: stable@dpdk.org >> >> Signed-off-by: Ilya Maximets > > Acked-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.