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

Ferruh Yigit ferruh.yigit at intel.com
Thu Feb 8 14:03:54 CET 2018


On 2/6/2018 11:27 PM, Ajit Khaparde wrote:
> On Tue, Feb 6, 2018 at 5:39 AM, Olivier Matz <olivier.matz at 6wind.com> 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 the integrity of the IP header is verified. This is
>> mostly useful for virtual drivers.
>>
>> Fixes: 7ec39d8c524b ("net/bnxt: update status of Rx IP/L4 CKSUM")
>> Cc: stable at dpdk.org
>>
>> Signed-off-by: Olivier Matz <olivier.matz at 6wind.com>
>>
> ​Acked-by: Ajit Khaparde <ajit.khaparde at broadcom.com>

Applied to dpdk-next-net/master, thanks.


More information about the dev mailing list