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

Ferruh Yigit ferruh.yigit at intel.com
Thu Oct 25 12:45:44 CEST 2018


On 10/24/2018 11:49 AM, Ori Kam wrote:
> 
> 
>> -----Original Message-----
>> From: dev <dev-bounces at dpdk.org> On Behalf Of Dekel Peled
>> Sent: Wednesday, October 24, 2018 9:22 AM
>> To: wenzhuo.lu at intel.com; jingjing.wu at intel.com;
>> bernard.iremonger at intel.com; olivier.matz at 6wind.com; Adrien Mazarguil
>> <adrien.mazarguil at 6wind.com>; Thomas Monjalon <thomas at monjalon.net>;
>> ferruh.yigit at intel.com; arybchenko at solarflare.com
>> Cc: Shahaf Shuler <shahafs at mellanox.com>; dev at dpdk.org; Ori Kam
>> <orika at mellanox.com>; Dekel Peled <dekelp at 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: dekelp at mellanox.com
>>
>> ---
>> v2:
>> No change in this patch.
>> Modified other patch in series.
>> ---
>>
>> Signed-off-by: Dekel Peled <dekelp at mellanox.com>
<...>
> Acked-by: Ori Kam <orika at 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.


More information about the dev mailing list