[dpdk-dev] [PATCH] net/bnxt: fix Rx checksum flags

2018-02-06 Thread Olivier Matz
Fix the Rx offload flags when the IP or L4 checksum is seen as incorrect by the hardware. In this case, the proper value is PKT_RX_IP_CKSUM_BAD. PKT_RX_IP_CKSUM_NONE means that the checksum may be incorrect in the packet headers, but the integrity of the IP header is verified. This is mostly usefu

Re: [dpdk-dev] [PATCH] net/bnxt: fix Rx checksum flags

2018-02-06 Thread Ajit Khaparde
On Tue, Feb 6, 2018 at 5:39 AM, Olivier Matz wrote: > Fix the Rx offload flags when the IP or L4 checksum is seen as incorrect > by the hardware. In this case, the proper value is PKT_RX_IP_CKSUM_BAD. > > PKT_RX_IP_CKSUM_NONE means that the checksum may be incorrect in the > packet headers, but t