From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 78CEDD0A5; Tue, 28 Mar 2017 12:15:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490696145; x=1522232145; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=VkLFHHAykhC5CWWNkgkPvA4LLFTeFC7rAZszekQ21x4=; b=QmgRUNT/46WFxDgP1erzkgCTtl8RWNTbUm0ezzcukQdpmOFZQdbbbABe TSnw01RnvTaGSZoTfBYinAsUlgRjfw==; Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Mar 2017 03:15:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,236,1486454400"; d="scan'208";a="948957796" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by orsmga003.jf.intel.com with ESMTP; 28 Mar 2017 03:15:43 -0700 To: Gaetan Rivet , dev@dpdk.org References: <2f6db539fb06934a9433fea1e3ea64d5171db962.1490624067.git.gaetan.rivet@6wind.com> Cc: stable@dpdk.org From: Ferruh Yigit Message-ID: <03745e21-2e54-616b-8d46-321136d9fcbb@intel.com> Date: Tue, 28 Mar 2017 11:15:42 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <2f6db539fb06934a9433fea1e3ea64d5171db962.1490624067.git.gaetan.rivet@6wind.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH 1/2] net/mlx4: fix returned values upon failed probing 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: Tue, 28 Mar 2017 10:15:46 -0000 On 3/27/2017 3:17 PM, Gaetan Rivet wrote: > Let error messages in place, but return unambiguous values upon > probing errors. > > Fixes: 66e1591687ac ("mlx4: avoid init errors when kernel modules are not loaded") > Cc: stable@dpdk.org > > Signed-off-by: Gaetan Rivet > Acked-by: Adrien Mazarguil Hi Gaetan, I am getting merge conflict in this patch, can you please rebase it on top of latest next-net? Thanks, ferruh