From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 16E551B496 for ; Thu, 4 Oct 2018 16:26:00 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Oct 2018 07:26:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,340,1534834800"; d="scan'208";a="262841095" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.49]) ([10.237.221.49]) by orsmga005.jf.intel.com with ESMTP; 04 Oct 2018 07:25:58 -0700 To: Thomas Monjalon Cc: dev@dpdk.org, =?UTF-8?Q?N=c3=a9lio_Laranjeiro?= , Adrien Mazarguil References: <20180803132032.29038-1-adrien.mazarguil@6wind.com> <20180831085337.21419-1-adrien.mazarguil@6wind.com> <20180831113259.u5rceja7zpx5i27w@laranjeiro-vm.dev.6wind.com> <2339995.YGgu5CYcxV@xps> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: Date: Thu, 4 Oct 2018 15:25:58 +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: <2339995.YGgu5CYcxV@xps> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v3 0/7] ethdev: add flow API object converter 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, 04 Oct 2018 14:26:01 -0000 On 10/3/2018 9:31 PM, Thomas Monjalon wrote: > 31/08/2018 13:32, NĂ©lio Laranjeiro: >> On Fri, Aug 31, 2018 at 11:00:57AM +0200, Adrien Mazarguil wrote: >>> This is a follow up to the "Flow API helpers enhancements" series submitted >>> almost a year ago [1]. The new title is due to the reduced scope of this >>> version. >>> >>> rte_flow_conv() is a flexible replacement to rte_flow_copy(), itself a >>> temporary solution pending something better [2]. It replaces a lot of >>> duplicated code found in testpmd and removes some of the maintenance burden >>> that developers tend to forget (me included) when modifying pattern >>> items or actions (updating app/test-pmd/config.c to be clear). >>> >>> This series was unearthed in order to complete the implementation of >>> RTE_FLOW_ACTION_TYPE_ENCAP_(VXLAN|NVGRE) in testpmd [3] without having to >>> duplicate existing code once again. >> >> Acked-by: Nelio Laranjeiro > > No more comment after one month. > Ferruh, I think it should go into next-net. Series applied to dpdk-next-net/master, thanks.