Re: [dpdk-dev] [PATCH] net: fix encapsulation markers for inner L3 offset

2019-06-24 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ivan Malov > Sent: Friday, May 24, 2019 3:57 PM > To: Olivier Matz > Cc: dev@dpdk.org; Kulasek, TomaszX ; > sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] net: fix encapsulation marker

[dpdk-dev] [PATCH] net: fix encapsulation markers for inner L3 offset

2019-05-24 Thread Ivan Malov
The API to prepare checksum offloads employs outer IP checksum flag to tell regular IPv4 packets from tunnel packets with outer IPv4 encapsulation. This flag cannot serve as a marker for the said purpose because a packet can have outer IPv4 encapsulation and may not have outer IP checksum offload r