From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 9412137B1 for ; Thu, 5 Oct 2017 02:57:02 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Oct 2017 17:57:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,479,1500966000"; d="scan'208";a="906874267" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.26]) ([10.241.225.26]) by FMSMGA003.fm.intel.com with ESMTP; 04 Oct 2017 17:56:55 -0700 To: =?UTF-8?Q?N=c3=a9lio_Laranjeiro?= , Shahaf Shuler Cc: yskoh@mellanox.com, dev@dpdk.org, shacharbe@mellanox.com References: <20171004082843.66576-1-shahafs@mellanox.com> <20171004120233.GK1343@autoinstall.dev.6wind.com> From: Ferruh Yigit Message-ID: <7fe19271-9059-1370-857b-31266091e29b@intel.com> Date: Thu, 5 Oct 2017 01:56:55 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20171004120233.GK1343@autoinstall.dev.6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH] net/mlx5: fix checksum offload cap 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, 05 Oct 2017 00:57:03 -0000 On 10/4/2017 1:02 PM, NĂ©lio Laranjeiro wrote: > On Wed, Oct 04, 2017 at 11:28:43AM +0300, Shahaf Shuler wrote: >> The PMD was using the wrong flag to query device checksum capabilities >> >> Fixes: bba710e6b99b ("net/mlx5: support upstream rdma-core") >> Cc: shacharbe@mellanox.com >> >> Signed-off-by: Shahaf Shuler > Acked-by: Nelio Laranjeiro Applied to dpdk-next-net/master, thanks.