On Sun, Oct 20, 2019 at 10:22 AM <[email protected]> wrote: > > From: Kiran Kumar K <[email protected]> > > 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 <[email protected]> > Acked-by: Andrew Rybchenko <[email protected]>
The old 4.8.5 compiler doesn't like "opcode" under two structures with the anonymous union. http://mails.dpdk.org/archives/test-report/2019-October/103432.html Probably one can change to "opc" or something like that. With 4.8.5 compiler fix, Acked-by: Jerin Jacob <[email protected]>

