Re: [dpdk-dev] [PATCH v1 1/2] lib/mbuf: add GTP tunnel type flag

2019-10-20 Thread Xu, Ting
Hi, Olivier, Thanks for advice. I will modify codes according to your comments. As for the packet header, I define a simplified GTP header in patch: app/testpmd: enable GTP header parse and Tx checksum offload, in order to help forward GTP packet in testpmd. I just moved some codes to rte_ether.

Re: [dpdk-dev] [PATCH v1 1/2] lib/mbuf: add GTP tunnel type flag

2019-10-18 Thread Olivier Matz
Hi, On Fri, Sep 20, 2019 at 08:36:23AM +, Ting Xu wrote: > Add GTP tunnel type flag in mbuf for future use in GTP > checksum offload. > > Signed-off-by: Ting Xu > --- > lib/librte_mbuf/rte_mbuf.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/lib/librte_mbuf/rte_mbuf.h b/lib/li

[dpdk-dev] [PATCH v1 1/2] lib/mbuf: add GTP tunnel type flag

2019-09-19 Thread Ting Xu
Add GTP tunnel type flag in mbuf for future use in GTP checksum offload. Signed-off-by: Ting Xu --- lib/librte_mbuf/rte_mbuf.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/librte_mbuf/rte_mbuf.h b/lib/librte_mbuf/rte_mbuf.h index 98225ec80..0a5d67d9a 100644 --- a/lib/librte_mbuf/rte