From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 149632BA3 for ; Wed, 31 May 2017 05:35:37 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP; 30 May 2017 20:35:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,421,1491289200"; d="scan'208";a="1154735918" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga001.fm.intel.com with ESMTP; 30 May 2017 20:35:36 -0700 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 30 May 2017 20:35:36 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 30 May 2017 20:35:36 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.146]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.56]) with mapi id 14.03.0319.002; Wed, 31 May 2017 11:35:33 +0800 From: "Lu, Wenzhuo" To: "Zhao1, Wei" , "dev@dpdk.org" Thread-Topic: [PATCH v3] net/e1000: fix checksum valid flags error Thread-Index: AQHS2bu7bk/VF87Oy0avQDBXDri2QKINymCA Date: Wed, 31 May 2017 03:35:31 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B5C8F3C@shsmsx102.ccr.corp.intel.com> References: <1493714539-44018-1-git-send-email-wei.zhao1@intel.com> <1496199792-7021-1-git-send-email-wei.zhao1@intel.com> In-Reply-To: <1496199792-7021-1-git-send-email-wei.zhao1@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] net/e1000: fix checksum valid flags error X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 03:35:38 -0000 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 >=20 > 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 SC= TP > cksum flag is error.for example, even if the sctp packet is not do L4 che= cksum, > the print message is always PKT_RX_L4_CKSUM_GOOD. >=20 > Fixes: af75078fece3 ("first public release") >=20 > Signed-off-by: Wei Zhao Acked-by: Wenzhuo Lu