Re: [dpdk-dev] [PATCH v3] net/ixgbe: fix UDP zero checksum error

2021-02-08 Thread Zhang, Qi Z
> -Original Message- > From: Ananyev, Konstantin > Sent: Monday, February 8, 2021 9:48 PM > To: Wang, Haiyue ; dev@dpdk.org > Cc: pvale...@redhat.com; acon...@redhat.com; > david.march...@redhat.com; Zhang, Qi Z ; Rong, Leyi > ; Tu, Lijuan ; > ruifeng.w...@arm.com; feifei.wa...@arm.com;

Re: [dpdk-dev] [PATCH v3] net/ixgbe: fix UDP zero checksum error

2021-02-08 Thread Ananyev, Konstantin
> > There is an 82599 errata that UDP frames with a zero checksum are > incorrectly marked as checksum invalid by the hardware. This was > leading to misleading PKT_RX_L4_CKSUM_BAD flag. > > This patch changes the bad UDP checksum to PKT_RX_L4_CKSUM_UNKNOWN, > so the software application will th

Re: [dpdk-dev] [PATCH v3] net/ixgbe: fix UDP zero checksum error

2021-02-07 Thread Paolo Valerio
Haiyue Wang writes: > There is an 82599 errata that UDP frames with a zero checksum are > incorrectly marked as checksum invalid by the hardware. This was > leading to misleading PKT_RX_L4_CKSUM_BAD flag. > > This patch changes the bad UDP checksum to PKT_RX_L4_CKSUM_UNKNOWN, > so the software a

Re: [dpdk-dev] [PATCH v3] net/ixgbe: fix UDP zero checksum error

2021-02-05 Thread Paolo Valerio
Hi Haiyue, Haiyue Wang writes: > There is an 82599 errata that UDP frames with a zero checksum are > incorrectly marked as checksum invalid by the hardware. This was > leading to misleading PKT_RX_L4_CKSUM_BAD flag. > > This patch changes the bad UDP checksum to PKT_RX_L4_CKSUM_UNKNOWN, > so th

[dpdk-dev] [PATCH v3] net/ixgbe: fix UDP zero checksum error

2021-02-04 Thread Haiyue Wang
There is an 82599 errata that UDP frames with a zero checksum are incorrectly marked as checksum invalid by the hardware. This was leading to misleading PKT_RX_L4_CKSUM_BAD flag. This patch changes the bad UDP checksum to PKT_RX_L4_CKSUM_UNKNOWN, so the software application will then have to reco