Re: [dpdk-dev] [PATCH v8 1/7] mbuf: support GTP in software packet type parser

2017-10-05 Thread Sean Harte
On 5 October 2017 at 09:14, Beilei Xing wrote: > Add support of GTP-C and GTP-U tunnels in rte_net_get_ptype(). > > Signed-off-by: Beilei Xing > Acked-by: Olivier Matz > --- > lib/librte_mbuf/rte_mbuf_ptype.c | 2 ++ > lib/librte_mbuf/rte_mbuf_ptype.h | 32 > 2

[dpdk-dev] [PATCH v8 1/7] mbuf: support GTP in software packet type parser

2017-10-05 Thread Beilei Xing
Add support of GTP-C and GTP-U tunnels in rte_net_get_ptype(). Signed-off-by: Beilei Xing Acked-by: Olivier Matz --- lib/librte_mbuf/rte_mbuf_ptype.c | 2 ++ lib/librte_mbuf/rte_mbuf_ptype.h | 32 2 files changed, 34 insertions(+) diff --git a/lib/librte_mbuf/