Re: [dpdk-dev] [PATCH v5 1/3] ethdev: support metadata as flow rule criteria

2018-10-17 Thread Andrew Rybchenko
On 10/17/18 3:03 PM, Dekel Peled wrote: As described in [1], a new rte_flow item is added to support metadata to use as flow rule match pattern. The metadata is an opaque item, fully controlled by the application. The use of metadata is relevant for egress rules only. It can be set in the flow r

[dpdk-dev] [PATCH v5 1/3] ethdev: support metadata as flow rule criteria

2018-10-17 Thread Dekel Peled
As described in [1], a new rte_flow item is added to support metadata to use as flow rule match pattern. The metadata is an opaque item, fully controlled by the application. The use of metadata is relevant for egress rules only. It can be set in the flow rule using the RTE_FLOW_ITEM_META. An addi