From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrien Mazarguil Subject: Re: [PATCH v2 1/2] ethdev: add GENEVE flow pattern item Date: Fri, 8 Dec 2017 11:52:39 +0100 Message-ID: <20171208105239.GS4062@6wind.com> References: <1511166121-743-1-git-send-email-arybchenko@solarflare.com> <1512124996-13388-1-git-send-email-arybchenko@solarflare.com> <1512124996-13388-2-git-send-email-arybchenko@solarflare.com> <20171204140320.GE4062@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Andrew Rybchenko , dev@dpdk.org, Jingjing Wu , Roman Zhukov To: Ferruh Yigit Return-path: Received: from mail-wm0-f68.google.com (mail-wm0-f68.google.com [74.125.82.68]) by dpdk.org (Postfix) with ESMTP id 68FA0200 for ; Fri, 8 Dec 2017 11:52:52 +0100 (CET) Received: by mail-wm0-f68.google.com with SMTP id g130so4104936wme.0 for ; Fri, 08 Dec 2017 02:52:52 -0800 (PST) Content-Disposition: inline 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" On Thu, Dec 07, 2017 at 03:52:44PM -0800, Ferruh Yigit wrote: > On 12/4/2017 6:03 AM, Adrien Mazarguil wrote: > > On Fri, Dec 01, 2017 at 10:43:15AM +0000, Andrew Rybchenko wrote: > >> From: Roman Zhukov > >> > >> Add new pattern item RTE_FLOW_ITEM_TYPE_GENEVE in flow API. > >> Add default mask for the item. > >> > >> Signed-off-by: Roman Zhukov > >> Signed-off-by: Andrew Rybchenko > > > > Just one remaining nit, please see below. While you could address it through > > a subsequent patch, you might as well send v3 directly to make things easier > > for Ferruh. > > > > Otherwise it's all good, thanks. > > May I take this as (for series): > Acked-by: Adrien Mazarguil Sure, thanks. > >> --- > >> doc/guides/prog_guide/rte_flow.rst | 12 ++++++++++++ > >> lib/librte_ether/rte_flow.c | 1 + > >> lib/librte_ether/rte_flow.h | 30 ++++++++++++++++++++++++++++++ > >> 3 files changed, 43 insertions(+) > >> > >> diff --git a/doc/guides/prog_guide/rte_flow.rst b/doc/guides/prog_guide/rte_flow.rst > >> index d158be5..5b8f9c5 100644 > >> --- a/doc/guides/prog_guide/rte_flow.rst > >> +++ b/doc/guides/prog_guide/rte_flow.rst > >> @@ -980,6 +980,18 @@ Matches an ESP header. > >> - ``hdr``: ESP header definition (``rte_esp.h``). > >> - Default ``mask`` matches SPI only. > >> > >> +Item: ``GENEVE`` > >> +^^^^^^^^^^^^^^^ > > > > Missing "^" under title, this may trigger a warning during documentation > > generation. > > I can add that one missing '^' while applying, no patch required. -- Adrien Mazarguil 6WIND