From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 1/2] app/testpmd: fix metadata API and Tx insertion Date: Thu, 25 Oct 2018 13:32:07 +0200 Message-ID: <2211689.3Us0HrgFnG@xps> References: <1540301331-51065-1-git-send-email-dekelp@mellanox.com> <64b69095-279e-1698-a7ca-7fbbb36ee067@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Ori Kam , Dekel Peled , "wenzhuo.lu@intel.com" , "jingjing.wu@intel.com" , "bernard.iremonger@intel.com" , "olivier.matz@6wind.com" , Adrien Mazarguil , "arybchenko@solarflare.com" , Shahaf Shuler , "dev@dpdk.org" To: Ferruh Yigit Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 474924CE4 for ; Thu, 25 Oct 2018 13:32:06 +0200 (CEST) In-Reply-To: <64b69095-279e-1698-a7ca-7fbbb36ee067@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 25/10/2018 12:45, Ferruh Yigit: > On 10/24/2018 11:49 AM, Ori Kam wrote: > > From: dev On Behalf Of Dekel Peled > >> > >> 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? OK, no problem