Re: [dpdk-dev] [PATCH v4 4/6] ethdev: add mark flow item to flow item types

2018-04-23 Thread Adrien Mazarguil
On Mon, Apr 23, 2018 at 11:10:11AM +, Shahaf Shuler wrote: > Thursday, April 19, 2018 4:04 PM, Adrien Mazarguil: > > > > Subject: Re: [dpdk-dev] [PATCH v4 4/6] ethdev: add mark flow item to flow > > item types > > > > On Wed, Apr 18, 2018 at 10:04

Re: [dpdk-dev] [PATCH v4 4/6] ethdev: add mark flow item to flow item types

2018-04-23 Thread Shahaf Shuler
Thursday, April 19, 2018 4:04 PM, Adrien Mazarguil: > > Subject: Re: [dpdk-dev] [PATCH v4 4/6] ethdev: add mark flow item to flow > item types > > On Wed, Apr 18, 2018 at 10:04:21PM +0100, Declan Doherty wrote: > > Introduces a new action type RTE_FLOW_ITEM_TYPE_MARK w

Re: [dpdk-dev] [PATCH v4 4/6] ethdev: add mark flow item to flow item types

2018-04-19 Thread Adrien Mazarguil
On Wed, Apr 18, 2018 at 10:04:21PM +0100, Declan Doherty wrote: > Introduces a new action type RTE_FLOW_ITEM_TYPE_MARK which enables > flow patterns to specify arbitrary integer values to match aginst Typo on "aginst". > which are set by the RTE_FLOW_ACTION_TYPE_MARK action in a > previously mat

[dpdk-dev] [PATCH v4 4/6] ethdev: add mark flow item to flow item types

2018-04-18 Thread Declan Doherty
Introduces a new action type RTE_FLOW_ITEM_TYPE_MARK which enables flow patterns to specify arbitrary integer values to match aginst which are set by the RTE_FLOW_ACTION_TYPE_MARK action in a previously matched flow from a higher prioriry group. Signed-off-by: Declan Doherty --- doc/guides/prog