Re: [dpdk-dev] [PATCH v9] ethdev: add HIGIG2 key field to flow API

2019-10-21 Thread Olivier Matz
Hi, On Mon, Oct 21, 2019 at 02:46:17PM +0530, kirankum...@marvell.com wrote: > From: Kiran Kumar K > > Add new rte_flow_item_higig2_hdr in order to match higig2 header. > It is a layer 2.5 protocol and used in Broadcom switches. > Header format is based on the following document. > http://read.p

[dpdk-dev] [PATCH v9] ethdev: add HIGIG2 key field to flow API

2019-10-21 Thread kirankumark
From: Kiran Kumar K Add new rte_flow_item_higig2_hdr in order to match higig2 header. It is a layer 2.5 protocol and used in Broadcom switches. Header format is based on the following document. http://read.pudn.com/downloads558/doc/comm/2301468/HiGig_protocol.pdf Signed-off-by: Kiran Kumar K Ac