Many thanks for your big help. BR. Bing
> -----Original Message----- > From: Olivier Matz <olivier.m...@6wind.com> > Sent: Sunday, July 12, 2020 10:46 PM > To: Bing Zhao <bi...@mellanox.com> > Cc: Ori Kam <or...@mellanox.com>; john.mcnam...@intel.com; > marko.kovace...@intel.com; Thomas Monjalon > <tho...@monjalon.net>; ferruh.yi...@intel.com; > arybche...@solarflare.com; akhil.go...@nxp.com; dev@dpdk.org; > wenzhuo...@intel.com; beilei.x...@intel.com; > bernard.iremon...@intel.com > Subject: Re: [PATCH v6 1/2] rte_flow: add eCPRI key fields to flow API > > On Sun, Jul 12, 2020 at 09:35:02PM +0800, Bing Zhao wrote: > > Add a new item "rte_flow_item_ecpri" in order to match eCRPI > header. > > > > eCPRI is a packet based protocol used in the fronthaul interface of 5G > > networks. Header format definition could be found in the > specification > > via the link below: > > > https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2F > www. > > gigalight.com%2Fdownloads%2Fstandards%2Fecpri- > specification.pdf&da > > > ta=02%7C01%7Cbingz%40mellanox.com%7C5ffe8275a9594dfc6d9f08d > 826724506%7 > > > Ca652971c7d2e4d9ba6a4d149256f461b%7C0%7C1%7C6373016195227 > 27143&sda > > > ta=%2BdY5DigE0mMLu7dOVl3OqPrVvquDLCKTtWI3M%2BSfK3A%3D& > amp;reserved=0 > > > > eCPRI message can be over Ethernet layer (.1Q supported also) or > over > > UDP layer. Message header formats are the same in these two > variants. > > > > Signed-off-by: Bing Zhao <bi...@mellanox.com> > > Acked-by: Ori Kam <or...@mellanox.com> > > Acked-by: Olivier Matz <olivier.m...@6wind.com> > > Thanks!