From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id C113F1B73A; Thu, 8 Feb 2018 14:03:57 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Feb 2018 05:03:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,478,1511856000"; d="scan'208";a="25850440" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by FMSMGA003.fm.intel.com with ESMTP; 08 Feb 2018 05:03:55 -0800 To: Ajit Khaparde , Olivier Matz Cc: dev@dpdk.org, Somnath Kotur , dpdk stable References: <20180206133931.23991-1-olivier.matz@6wind.com> From: Ferruh Yigit Message-ID: <632cf56d-7517-19c5-3172-63e1c524add3@intel.com> Date: Thu, 8 Feb 2018 13:03:54 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] net/bnxt: fix Rx checksum flags 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, 08 Feb 2018 13:03:59 -0000 On 2/6/2018 11:27 PM, Ajit Khaparde wrote: > On Tue, Feb 6, 2018 at 5:39 AM, Olivier Matz wrote: > >> Fix the Rx offload flags when the IP or L4 checksum is seen as incorrect >> by the hardware. In this case, the proper value is PKT_RX_IP_CKSUM_BAD. >> >> PKT_RX_IP_CKSUM_NONE means that the checksum may be incorrect in the >> packet headers, but the integrity of the IP header is verified. This is >> mostly useful for virtual drivers. >> >> Fixes: 7ec39d8c524b ("net/bnxt: update status of Rx IP/L4 CKSUM") >> Cc: stable@dpdk.org >> >> Signed-off-by: Olivier Matz >> > ​Acked-by: Ajit Khaparde Applied to dpdk-next-net/master, thanks.