From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id BB0763777 for ; Tue, 14 Mar 2017 19:09:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1489514951; x=1521050951; h=subject:to:references:from:message-id:date:mime-version: in-reply-to:content-transfer-encoding; bh=E4huoHsZXGdFBi+m4ompOYMj5Gk+ETiuEn5wFqdmsl4=; b=TWDYrNJrznuTVBTA/HCvpM6pI4DWP/t2Xi64Al0ceyRFpUY7mwB7feMp KJMUFac58nB38w4b1r2ZRYpNJrM21w==; Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Mar 2017 11:09:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,165,1486454400"; d="scan'208";a="1142160185" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga002.fm.intel.com with ESMTP; 14 Mar 2017 11:09:09 -0700 To: Olivier Matz , dev@dpdk.org, helin.zhang@intel.com, jingjing.wu@intel.com References: <1488379529-6785-1-git-send-email-olivier.matz@6wind.com> From: Ferruh Yigit Message-ID: <49f30be4-1ff0-583e-c93e-bcc4df3458ba@intel.com> Date: Tue, 14 Mar 2017 18:09:08 +0000 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: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix error log in descriptor done function 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, 14 Mar 2017 18:09:12 -0000 On 3/14/2017 5:38 PM, Ferruh Yigit wrote: > On 3/1/2017 2:45 PM, Olivier Matz wrote: >> It's not queue identifier but a descriptor identifier. >> >> Fixes: 4861cde46116 ("i40e: new poll mode driver") >> >> Signed-off-by: Olivier Matz > > Acked-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.