Re: [dpdk-dev] [PATCH v1] net: support PPPOE in software packet type parser

2017-05-17 Thread Chilikin, Andrey
age- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Tuesday, May 16, 2017 9:47 PM > To: dev@dpdk.org; olivier.m...@6wind.com; Richardson, Bruce > > Cc: Ray Zhang > Subject: Re: [dpdk-dev] [PATCH v1] net: support PPPOE in software packet type > pars

Re: [dpdk-dev] [PATCH v1] net: support PPPOE in software packet type parser

2017-05-16 Thread Thomas Monjalon
Any volunteer to review this patch, please? 07/04/2017 12:26, Ray Zhang: > From: Ray Zhang > > Add a new RTE_PTYPE_L2_ETHER_PPPOE and its support in > rte_net_get_ptype() > > Signed-off-by: Ray Zhang > --- > > Resend the patch > > lib/librte_mbuf/rte_mbuf_ptype.h | 7 +++ > lib/librte_

[dpdk-dev] [PATCH v1] net: support PPPOE in software packet type parser

2017-04-07 Thread Ray Zhang
From: Ray Zhang Add a new RTE_PTYPE_L2_ETHER_PPPOE and its support in rte_net_get_ptype() Signed-off-by: Ray Zhang --- Resend the patch lib/librte_mbuf/rte_mbuf_ptype.h | 7 +++ lib/librte_net/rte_ether.h | 12 lib/librte_net/rte_net.c | 19 +++