On 10/24/2018 11:49 AM, Ori Kam wrote: > > >> -----Original Message----- >> From: dev <dev-boun...@dpdk.org> On Behalf Of Dekel Peled >> Sent: Wednesday, October 24, 2018 9:22 AM >> To: wenzhuo...@intel.com; jingjing...@intel.com; >> bernard.iremon...@intel.com; olivier.m...@6wind.com; Adrien Mazarguil >> <adrien.mazarg...@6wind.com>; Thomas Monjalon <tho...@monjalon.net>; >> ferruh.yi...@intel.com; arybche...@solarflare.com >> Cc: Shahaf Shuler <shah...@mellanox.com>; dev@dpdk.org; Ori Kam >> <or...@mellanox.com>; Dekel Peled <dek...@mellanox.com> >> 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: dek...@mellanox.com >> >> --- >> v2: >> No change in this patch. >> Modified other patch in series. >> --- >> >> Signed-off-by: Dekel Peled <dek...@mellanox.com> <...> > Acked-by: Ori Kam <or...@mellanox.com>
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.