Re: [dpdk-dev] [PATCH] net/octeontx2: offload bad L4 checksum detection

2020-05-04 Thread Jerin Jacob
On Fri, May 1, 2020 at 3:23 PM wrote: > > From: Amit Gupta > > On detecting outer L4 checksum as bad, both outer and > inner checksums are marked as bad. No need to explicitly > check inner L4 checksum in this case. > > Outer L4 UDP checksum error => PKT_RX_OUTER_L4_CKSUM_BAD > and PKT_RX_L4_CKSU

[dpdk-dev] [PATCH] net/octeontx2: offload bad L4 checksum detection

2020-05-01 Thread agupta3
From: Amit Gupta On detecting outer L4 checksum as bad, both outer and inner checksums are marked as bad. No need to explicitly check inner L4 checksum in this case. Outer L4 UDP checksum error => PKT_RX_OUTER_L4_CKSUM_BAD and PKT_RX_L4_CKSUM_BAD Inner L4 UDP checksum error => PKT_RX_L4_CKSUM_B