Re: [PATCH v3] net/e1000: fix checksum valid flags error
From: Ferruh Yigit <hidden>
Date: 2017-06-01 11:08:58
From: Ferruh Yigit <hidden>
Date: 2017-06-01 11:08:58
On 5/31/2017 4:35 AM, Lu, Wenzhuo wrote:
Hi,quoted
-----Original Message----- From: Zhao1, Wei Sent: Wednesday, May 31, 2017 11:03 AM To: dev@dpdk.org Cc: Lu, Wenzhuo; Zhao1, Wei Subject: [PATCH v3] net/e1000: fix checksum valid flags error This problem is caused by a missing set of E1000_RXCSUM_CRCOFL in eth_igb_rx_init(), it should be set to enable SCTP packet L4 checksum.If it is not set, the printf message in cksum fwd about L4 SCTP cksum flag is error.for example, even if the sctp packet is not do L4 checksum, the print message is always PKT_RX_L4_CKSUM_GOOD. Fixes: af75078fece3 ("first public release") Signed-off-by: Wei Zhao <redacted>Acked-by: Wenzhuo Lu <redacted>
Applied to dpdk-next-net/master, thanks.