Re: [dpdk-dev] [PATCH v2 1/2] mbuf: add PPPoE and L2TP packet types

2018-01-03 Thread Olivier Matz
On Wed, Dec 20, 2017 at 04:22:43PM +0800, Beilei Xing wrote: > Add support of PPPoE and L2TP packet types. > > Signed-off-by: Beilei Xing Acked-by: Olivier Matz

[dpdk-dev] [PATCH v2 1/2] mbuf: add PPPoE and L2TP packet types

2017-12-20 Thread Beilei Xing
Add support of PPPoE and L2TP packet types. Signed-off-by: Beilei Xing --- lib/librte_mbuf/rte_mbuf_ptype.c | 2 ++ lib/librte_mbuf/rte_mbuf_ptype.h | 26 ++ 2 files changed, 28 insertions(+) diff --git a/lib/librte_mbuf/rte_mbuf_ptype.c b/lib/librte_mbuf/rte_mbuf_ptype