> -----Original Message-----
> From: Jerin Jacob <[email protected]>
> Sent: Tuesday, October 15, 2019 11:57 AM
> To: Kiran Kumar Kokkilagadda <[email protected]>
> Cc: Adrien Mazarguil <[email protected]>; Wenzhuo Lu
> <[email protected]>; Jingjing Wu <[email protected]>; Bernard
> Iremonger <[email protected]>; John McNamara
> <[email protected]>; Marko Kovacevic <[email protected]>;
> Thomas Monjalon <[email protected]>; Ferruh Yigit
> <[email protected]>; Andrew Rybchenko <[email protected]>;
> Olivier Matz <[email protected]>; dpdk-dev <[email protected]>; Ajit
> Khaparde <[email protected]>
> Subject: [EXT] Re: [dpdk-dev] [PATCH] ethdev: add HIGIG2 key field to flow API
> 
> External Email
> 
> ----------------------------------------------------------------------
> 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.
> 
> > https://urldefense.proofpoint.com/v2/url?u=http-
> 3A__read.pudn.com_downloads558_doc_comm_2301468_HiGig-
> 5Fprotocol.pdf&d=DwIBaQ&c=nKjWec2b6R0mOyPaz7xtfQ&r=owEKckYY4FTmil1
> Z6oBURwkTThyuRbLAY9LdfiaT6HA&m=kbv0TGqV_dyrvJzNCIfrjTjIAgmu6mgNlOL
> jUHoUDtk&s=2HV-LJRoSlEnhpQ2fYyq0qul2PeVtgHyWI3H75vbrbc&e=
> 
> >
> 
> > Signed-off-by: Kiran Kumar K <[email protected]>
> 
> > ---
> 
> >
> 
> > V2 Changes:
> 
> > * 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.

Will fix in V3.


Reply via email to