> -----Original Message-----
> From: dev <dev-boun...@dpdk.org> On Behalf Of Mohsin Kazmi
> Sent: Thursday, June 24, 2021 11:28 PM
> To: dev@dpdk.org
> Cc: Mohsin Kazmi <mohsin.kazm...@gmail.com>; Kinsella, Ray
> <ray.kinse...@intel.com>; Olivier Matz <olivier.m...@6wind.com>
> Subject: [dpdk-dev] [PATCH] net: prepare the outer ipv4 hdr for checksum
>
> Preparation the headers for the hardware offload misses the outer ipv4
> checksum offload.
> It results in bad checksum computed by hardware NIC.
>
> This patch fixes the issue by setting the outer ipv4 checksum field to 0.
As this a fix, below fix line and cc stable could be added
Fixes: 4fb7e803eb1a ("ethdev: add Tx preparation")
Cc: sta...@dpdk.org
>
> Cc: ray.kinse...@intel.com
>
> Signed-off-by: Mohsin Kazmi <mohsin.kazm...@gmail.com>
Acked-by: Qi Zhang <qi.z.zh...@intel.com>