Re: [dpdk-dev] [PATCH v3 1/3] ethdev: add NSH key field to flow API

2019-10-08 Thread Ferruh Yigit
On 9/30/2019 4:45 PM, Yigit, Ferruh wrote: > On 7/25/2019 10:03 AM, kirankum...@marvell.com wrote: >> From: Kiran Kumar K >> >> Add new rte_flow_item_nsh in order to match the network service header >> based on RFC 8300. >> >> Signed-off-by: Kiran Kumar K > > Hi Adrien, Ori, > > Any concern/obj

Re: [dpdk-dev] [PATCH v3 1/3] ethdev: add NSH key field to flow API

2019-09-30 Thread Yigit, Ferruh
On 7/25/2019 10:03 AM, kirankum...@marvell.com wrote: > From: Kiran Kumar K > > Add new rte_flow_item_nsh in order to match the network service header > based on RFC 8300. > > Signed-off-by: Kiran Kumar K Hi Adrien, Ori, Any concern/objection on the patchset [1], if not will be merged in next

[dpdk-dev] [PATCH v3 1/3] ethdev: add NSH key field to flow API

2019-07-25 Thread kirankumark
From: Kiran Kumar K Add new rte_flow_item_nsh in order to match the network service header based on RFC 8300. Signed-off-by: Kiran Kumar K --- V3 changes: * Fixed checkpatch issue V2 changes: * updated supported items in doc doc/guides/prog_guide/rte_flow.rst | 18 ++ lib/librte_