From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <thomas@monjalon.net> Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id C4EC41B137 for <dev@dpdk.org>; Wed, 3 Oct 2018 22:31:35 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4A76A21FAC; Wed, 3 Oct 2018 16:31:35 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 03 Oct 2018 16:31:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=zYRJ9UBK5qEYBf3Sfl4afa350f5WTvKaN3gattMZamM=; b=fC8Tdk9m+/+g cw4bTNKeRurUSKsVKIki5dmwfsDawcgK4VvbBMXHC9v0L+Hy+e7MSSWac4MwgZHA N7xKxkXMOuTtlnD4+URqKEd+ORGNlSc2ycdGSYeHH8NoeEIcQAbHLcM147qLYFUK QYqGWkbM8BRBZM9i4m52TfLqCT7X62A= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=zYRJ9UBK5qEYBf3Sfl4afa350f5WTvKaN3gattMZa mM=; b=jHUuLm4p/yg+VlrrzJNv/V5aPSRFsPMB6yqi5XYCPks8sG3iJCEX2MGQ4 +GT7aAd36xgLOwHz/CtLxrrlPoYpql1eh1ee1A1l4lLzk4RvBIeiNqW2Eqz7dBrm XIQdADkIj7yXNj5Kk+yauZViRPl2dRWRKtxYWX7ToM22TlEBXqSzbhEJNDMN8E8s EK5M6T0rLoYaR9jligS82kPTFqulKfL7zZOB9LrJNxTis3c2YeYKlvk0DARgWFPB GkE7KBuIBjqJxVIi1+zpCHczbjNtOAqenF2qLIFb/rHrFCXWhNmYCl8XxmPSxnkH 5+F5QNGAJXPisPR0ndxGVEXv1zoyQ== X-ME-Sender: <xms:Jie1W7sef-4pPSykwi1TB1MP59K7NDkiDyw16TLuxEFhD6eH0kPhTA> X-ME-Proxy: <xmx:Jie1W2q92Q3QbIP-ByM12E1tlb5Wz5AgJX_yTz-laRMxVkPaQlKHFg> <xmx:Jie1W6F3M-DxKu36stu_Zt__lf-lXEHM-CxoTNZWvHGgexTtuyEJ8w> <xmx:Jie1W_-012wTk83yiz8ucYR7xqH-apAdtDKxbTP1Ti4YKVw1u5zCuw> <xmx:Jie1W22T_GV2lRbjY9e_a4KlvGK0OkVNqJ02QPpjGWh3KCWdi5okXg> <xmx:Jie1WzZaKFp-g1ZK9Q57iZtfkOT8qXXC4icBHJSeC9T5dOh7hWb2tA> <xmx:Jye1W5soA8bmjDY0XGsU5mQL6URHlzVXB1thPCMPnlnXPshk6bIQPg> Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 11DBD102D2; Wed, 3 Oct 2018 16:31:33 -0400 (EDT) From: Thomas Monjalon <thomas@monjalon.net> To: Ferruh Yigit <ferruh.yigit@intel.com> Cc: dev@dpdk.org, =?ISO-8859-1?Q?N=E9lio?= Laranjeiro <nelio.laranjeiro@6wind.com>, Adrien Mazarguil <adrien.mazarguil@6wind.com> Date: Wed, 03 Oct 2018 22:31:33 +0200 Message-ID: <2339995.YGgu5CYcxV@xps> In-Reply-To: <20180831113259.u5rceja7zpx5i27w@laranjeiro-vm.dev.6wind.com> References: <20180803132032.29038-1-adrien.mazarguil@6wind.com> <20180831085337.21419-1-adrien.mazarguil@6wind.com> <20180831113259.u5rceja7zpx5i27w@laranjeiro-vm.dev.6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" 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 <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Wed, 03 Oct 2018 20:31:36 -0000 31/08/2018 13:32, N=E9lio 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 submi= tted > > almost a year ago [1]. The new title is due to the reduced scope of this > > version. > >=20 > > 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 bu= rden > > that developers tend to forget (me included) when modifying pattern > > items or actions (updating app/test-pmd/config.c to be clear). > >=20 > > 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. >=20 > Acked-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com> No more comment after one month. =46erruh, I think it should go into next-net.