From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id E76CD7CB4 for ; Thu, 1 Jun 2017 13:08:58 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP; 01 Jun 2017 04:08:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,279,1493708400"; d="scan'208";a="93592360" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.81]) ([10.237.220.81]) by orsmga004.jf.intel.com with ESMTP; 01 Jun 2017 04:08:56 -0700 To: "Lu, Wenzhuo" , "Zhao1, Wei" , "dev@dpdk.org" References: <1493714539-44018-1-git-send-email-wei.zhao1@intel.com> <1496199792-7021-1-git-send-email-wei.zhao1@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09093B5C8F3C@shsmsx102.ccr.corp.intel.com> From: Ferruh Yigit Message-ID: Date: Thu, 1 Jun 2017 12:08:55 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09093B5C8F3C@shsmsx102.ccr.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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: Thu, 01 Jun 2017 11:08:59 -0000 On 5/31/2017 4:35 AM, Lu, Wenzhuo wrote: > 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 > Acked-by: Wenzhuo Lu Applied to dpdk-next-net/master, thanks.