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.
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
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
3 matches
Mail list logo