Hi,
> -----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 <wei.zh...@intel.com> Acked-by: Wenzhuo Lu <wenzhuo...@intel.com>