Re: [dpdk-dev] [PATCH] net: fix Intel prepare function for IP checksum offload

2018-09-20 Thread Ananyev, Konstantin
> > Current Intel tx prepare function does not properly handle the > case where only IP checksum is requested, without requesting > any L4 checksum or TSO: IP checksum is not properly reset to 0 > and output packet may contain invalid IP checksum. > > Fixes: 4fb7e803eb1a ("ethdev: add Tx prepa

[dpdk-dev] [PATCH] net: fix Intel prepare function for IP checksum offload

2018-09-19 Thread Didier Pallard
Current Intel tx prepare function does not properly handle the case where only IP checksum is requested, without requesting any L4 checksum or TSO: IP checksum is not properly reset to 0 and output packet may contain invalid IP checksum. Fixes: 4fb7e803eb1a ("ethdev: add Tx preparation") Cc: sta..