Re: [dpdk-dev] [PATCH v2 1/2] app/testpmd: fix metadata API and Tx insertion

2018-10-25 Thread Thomas Monjalon
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 fi

Re: [dpdk-dev] [PATCH v2 1/2] app/testpmd: fix metadata API and Tx insertion

2018-10-25 Thread Ferruh Yigit
nd.com; Adrien Mazarguil >> ; Thomas Monjalon ; >> ferruh.yi...@intel.com; arybche...@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 &

Re: [dpdk-dev] [PATCH v2 1/2] app/testpmd: fix metadata API and Tx insertion

2018-10-24 Thread Ori Kam
..@intel.com; arybche...@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 en

[dpdk-dev] [PATCH v2 1/2] app/testpmd: fix metadata API and Tx insertion

2018-10-23 Thread 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 a