Re: [dpdk-dev] [PATCH v2 1/2] mbuf: add PPPoE and L2TP packet types
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
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