From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 1/2] app/testpmd: fix metadata API and Tx insertion Date: Thu, 25 Oct 2018 11:45:44 +0100 Message-ID: <64b69095-279e-1698-a7ca-7fbbb36ee067@intel.com> References: <1540301331-51065-1-git-send-email-dekelp@mellanox.com> <1540362120-14570-1-git-send-email-dekelp@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Shahaf Shuler , "dev@dpdk.org" To: Ori Kam , Dekel Peled , "wenzhuo.lu@intel.com" , "jingjing.wu@intel.com" , "bernard.iremonger@intel.com" , "olivier.matz@6wind.com" , Adrien Mazarguil , Thomas Monjalon , "arybchenko@solarflare.com" Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 5E6B42E81 for ; Thu, 25 Oct 2018 12:45:49 +0200 (CEST) In-Reply-To: Content-Language: en-US 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 10/24/2018 11:49 AM, Ori Kam wrote: > > >> -----Original Message----- >> From: dev On Behalf Of Dekel Peled >> Sent: Wednesday, October 24, 2018 9:22 AM >> To: wenzhuo.lu@intel.com; jingjing.wu@intel.com; >> bernard.iremonger@intel.com; olivier.matz@6wind.com; Adrien Mazarguil >> ; Thomas Monjalon ; >> ferruh.yigit@intel.com; arybchenko@solarflare.com >> Cc: Shahaf Shuler ; dev@dpdk.org; Ori Kam >> ; Dekel Peled >> Subject: [dpdk-dev] [PATCH v2 1/2] app/testpmd: fix metadata API and Tx >> insertion >> >> Previous patch introduces the Tx metadata feature, with unnecessary >> restrictions on data entry. >> It also used the metadata in txonly fwd engine only. >> >> This fix removes the data entry restrictions on metadata item. >> It also implements callback function to add the metadata in every >> Tx packet, sent by any fwd engine. >> >> Fixes: 32eef22f0b79 ("app/testpmd: support metadata as flow rule item") >> Cc: dekelp@mellanox.com >> >> --- >> v2: >> No change in this patch. >> Modified other patch in series. >> --- >> >> Signed-off-by: Dekel Peled <...> > Acked-by: Ori Kam Series applied to dpdk-next-net/master, thanks. Thomas, Since the patches has been fixed are in next-net, the Fixes tags will be wrong when you pull, can you please fix them while merging? Thanks.