Re: [dpdk-dev] [PATCH v2 2/2] ethdev: fix metadata documentation

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 2/2] ethdev: fix metadata documentation > > Previous patch introduced the Tx metadata feature, with unnecessary > restrictions on data entry. > >

[dpdk-dev] [PATCH v2 2/2] ethdev: fix metadata documentation

2018-10-23 Thread Dekel Peled
Previous patch introduced the Tx metadata feature, with unnecessary restrictions on data entry. This fix updates the documentation, removing the data entry restrictions on metadata item. Fixes: aa0b9484eb5f ("ethdev: support metadata as flow rule criteria") Cc: dek...@mellanox.com --- v2: Restor