> -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Jerin Jacob > Sent: Tuesday, October 15, 2019 7:27 AM > To: Kiran Kumar K <[email protected]> > Cc: Adrien Mazarguil <[email protected]>; Lu, Wenzhuo > <[email protected]>; Wu, Jingjing <[email protected]>; > Iremonger, Bernard <[email protected]>; Mcnamara, John > <[email protected]>; Kovacevic, Marko > <[email protected]>; Thomas Monjalon <[email protected]>; Yigit, > Ferruh <[email protected]>; Andrew Rybchenko > <[email protected]>; Olivier Matz <[email protected]>; dpdk-dev > <[email protected]>; Ajit Khaparde > <[email protected]> > Subject: Re: [dpdk-dev] [PATCH] ethdev: add HIGIG2 key field to flow API > > On Tue, Oct 15, 2019 at 11:51 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]> > > --- > > > > V2 Changes:
If it is a v2, then I think it has to be reflected in subject, i.e: [PATCH v2] .... > > * Added support in testpmd to parse the higig2 item > > * Moved the higig2 header to new file > > * Added indentation in doc > > > > > > > include $(RTE_SDK)/mk/rte.lib.mk > > diff --git a/lib/librte_net/rte_higig.h b/lib/librte_net/rte_higig.h > > new file mode 100644 > > index 000000000..121c0a850 > > --- /dev/null > > +++ b/lib/librte_net/rte_higig.h > > @@ -0,0 +1,138 @@ > > + > > +/* SPDX-License-Identifier: BSD-3-Clause > > + * Copyright 2016 6WIND S.A. > > Copy and paste error.

