From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f180.google.com (mail-wr0-f180.google.com [209.85.128.180]) by dpdk.org (Postfix) with ESMTP id 193A2CFBA for ; Tue, 28 Mar 2017 16:14:30 +0200 (CEST) Received: by mail-wr0-f180.google.com with SMTP id l43so107050918wre.1 for ; Tue, 28 Mar 2017 07:14:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=sct+v4q+nK1PK6Pcf5gpv7cQgQR8/k2RRie4UtrDW/M=; b=ta6wqVEhc/KZaxtX38HSRtn1KZqfcziVyOnOOenPMm6FubwoUeeZ4MFRb5ZDMtrRJL OGpbN2WU0GM12gnJco3Re9fW8ge1k93lFyB/JcXj9hwPfFLw6FsckM6EEydWHIfspPvM qu/ERiNclWmbGoWa2kQ4wmEcnYH/hWXWbwXAF7F583ZOiF7kFsatgd3H3mcfDt1f1CWT 34qP5tSXh3IFwMPWuTyqji43JAsUGX2JwhRMu/mNGsxQAb+22vfLKsYYe10sCanIqL3D kwl2eQ4pIRow2waWTZmuVZ5Pum7W4P3pZn2GeD1a/tS02o2uRL0UiwvC6GSIzEdXzjsd 8//g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=sct+v4q+nK1PK6Pcf5gpv7cQgQR8/k2RRie4UtrDW/M=; b=n35YyzPfd1S2j1PkUqJ2eIbfTJbR4qYRQ1Hn1QFBYGQrkHrzd4/LwqYRVnQJTVRxcR w9AHkOEHwBVBFzeyJyh3Rr3OIGJd11XFCsFE2Jlu6FMK8VJ9xyypTKV02e8+IzhjpBsv Hf8tEcyMFOSn56beiN2wH+x3CWUIFbiBTLr+W/9LlZdCJRVuCMxBKVViPN6XPeGlr+tl rzO38WRXOY0V4Kp5YeLxboZCUaVVMFhFZqG6vCsWegz/AhbX0sc9msT592dtHb3ulhUN B60rQb3TstzsAnyk0KLENs+iaYuOYCYZaBDGPjYMhAvOHSVVvEZV7i2OsI6tGTBNYTGt bJIA== X-Gm-Message-State: AFeK/H3hIjf8d4TdhgYphezblRYQF83BzZWa5fn7DLLrtyFwXLIcz9Vwf5SwGF25Bql5zI5+ X-Received: by 10.223.175.84 with SMTP id z78mr28359938wrc.84.1490710470606; Tue, 28 Mar 2017 07:14:30 -0700 (PDT) Received: from bidouze.vm.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id r124sm3846115wmf.11.2017.03.28.07.14.29 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Mar 2017 07:14:29 -0700 (PDT) Date: Tue, 28 Mar 2017 16:14:21 +0200 From: =?iso-8859-1?Q?Ga=EBtan?= Rivet To: Ferruh Yigit Cc: dev@dpdk.org, stable@dpdk.org Message-ID: <20170328141421.GG7450@bidouze.vm.6wind.com> References: <2f6db539fb06934a9433fea1e3ea64d5171db962.1490624067.git.gaetan.rivet@6wind.com> <03745e21-2e54-616b-8d46-321136d9fcbb@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <03745e21-2e54-616b-8d46-321136d9fcbb@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) 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 14:14:31 -0000 Hi Ferruh, On Tue, Mar 28, 2017 at 11:15:42AM +0100, Ferruh Yigit wrote: >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? > Here: http://dpdk.org/ml/archives/dev/2017-March/061871.html >Thanks, >ferruh > > -- Gaëtan Rivet 6WIND