Re: [dpdk-dev] [PATCH v3 4/4] ethdev: Add metadata flow and action items support

2018-04-27 Thread Xueming(Steven) Li
Declan Doherty > Sent: Friday, April 6, 2018 8:24 PM > To: dev@dpdk.org > Cc: Declan Doherty > Subject: [dpdk-dev] [PATCH v3 4/4] ethdev: Add metadata flow and action items > support > > Introduces a new action type RTE_FLOW_ACTION_TYPE_METADATA which enables > metadata e

Re: [dpdk-dev] [PATCH v3 4/4] ethdev: Add metadata flow and action items support

2018-04-17 Thread Doherty, Declan
On 06/04/2018 9:27 PM, Adrien Mazarguil wrote: On Fri, Apr 06, 2018 at 01:24:03PM +0100, Declan Doherty wrote: Introduces a new action type RTE_FLOW_ACTION_TYPE_METADATA which enables metadata extraction from a packet into a specified metadata container for consumption on further pipeline stages

Re: [dpdk-dev] [PATCH v3 4/4] ethdev: Add metadata flow and action items support

2018-04-06 Thread Adrien Mazarguil
On Fri, Apr 06, 2018 at 01:24:03PM +0100, Declan Doherty wrote: > Introduces a new action type RTE_FLOW_ACTION_TYPE_METADATA which enables > metadata extraction from a packet into a specified metadata container > for consumption on further pipeline stages or for propagation to the host > interface.

[dpdk-dev] [PATCH v3 4/4] ethdev: Add metadata flow and action items support

2018-04-06 Thread Declan Doherty
Introduces a new action type RTE_FLOW_ACTION_TYPE_METADATA which enables metadata extraction from a packet into a specified metadata container for consumption on further pipeline stages or for propagation to the host interface. As complementary function to the new metadata action type this patch a