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

2017-09-25 Thread Olivier MATZ
On Sat, Sep 23, 2017 at 06:35:07AM +0800, 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

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

2017-09-22 Thread Beilei Xing
Add support of GTP-C and GTP-U tunnels in rte_net_get_ptype(). Signed-off-by: Beilei Xing --- lib/librte_mbuf/rte_mbuf_ptype.c | 2 ++ lib/librte_mbuf/rte_mbuf_ptype.h | 24 2 files changed, 26 insertions(+) diff --git a/lib/librte_mbuf/rte_mbuf_ptype.c b/lib/librte_mb