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 DB68B376F; Tue, 4 Apr 2017 15:18:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491311889; x=1522847889; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=sg8soVtUgo4i75YdpvMqDMFeOftNwrKa9HAbs5Oqwnk=; b=ogUz85js6LykBs8uKy7Lz4FFUiodtyu1Ed6vJKgyT89NSrY9Suf99Z7K VJOlxhIWvkmNtGD1UyAtEGrkHpbeug==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Apr 2017 06:18:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,275,1486454400"; d="scan'208";a="84486047" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 04 Apr 2017 06:18:06 -0700 To: Andrew Rybchenko , dev@dpdk.org References: <1491308007-18550-1-git-send-email-arybchenko@solarflare.com> Cc: Andy Moreton , stable@dpdk.org From: Ferruh Yigit Message-ID: Date: Tue, 4 Apr 2017 14:18:05 +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: <1491308007-18550-1-git-send-email-arybchenko@solarflare.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH 1/3] net/sfc/base: fix failure path in EF10 Tx queue PIO enable 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, 04 Apr 2017 13:18:09 -0000 On 4/4/2017 1:13 PM, Andrew Rybchenko wrote: > From: Andy Moreton > > Coverity issue: 1387551 > Fixes: e7cd430c864f ("net/sfc/base: import SFN7xxx family support") > Cc: stable@dpdk.org > > Signed-off-by: Andy Moreton > Signed-off-by: Andrew Rybchenko Series applied to dpdk-next-net/master, thanks.