From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id C1BB11B1BF for ; Thu, 5 Oct 2017 20:05:22 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Oct 2017 11:05:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,481,1500966000"; d="scan'208";a="907133095" Received: from unknown (HELO [10.241.225.33]) ([10.241.225.33]) by FMSMGA003.fm.intel.com with ESMTP; 05 Oct 2017 11:05:20 -0700 From: Ferruh Yigit 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> <7fe19271-9059-1370-857b-31266091e29b@intel.com> Message-ID: <4c81ee8a-4ac6-416b-3376-5a98d2099bb4@intel.com> Date: Thu, 5 Oct 2017 19:05:19 +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: <7fe19271-9059-1370-857b-31266091e29b@intel.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 18:05:23 -0000 On 10/5/2017 1:56 AM, Ferruh Yigit wrote: > 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. Squashed into relevant commit in next-net, thanks. (since waiting pull-request invalidated, squashed in next-net)