From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 044681B1B2; Wed, 11 Oct 2017 04:46:26 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP; 10 Oct 2017 19:46:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,359,1503385200"; d="scan'208";a="137274183" Received: from unknown (HELO [10.241.225.83]) ([10.241.225.83]) by orsmga004.jf.intel.com with ESMTP; 10 Oct 2017 19:46:25 -0700 To: Jingjing Wu , beilei.xing@intel.com Cc: dev@dpdk.org, stable@dpdk.org References: <1505323889-9744-1-git-send-email-jingjing.wu@intel.com> <1505760786-44718-1-git-send-email-jingjing.wu@intel.com> From: Ferruh Yigit Message-ID: Date: Wed, 11 Oct 2017 03:46:25 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <1505760786-44718-1-git-send-email-jingjing.wu@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH v2] net/i40e: fix incorrect var assignment 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: Wed, 11 Oct 2017 02:46:27 -0000 On 9/18/2017 7:53 PM, Jingjing Wu wrote: > rx/tx_queue_setup functions are shared between PF and VF > drivers. So the var 'pf' should not be assigned at the beginning. > This patch fixes the issue, and also corrects the return err code. > > Cc: stable@dpdk.org > Fixes: b6583ee40265 ("i40e: full VMDQ pools support") > > Signed-off-by: Jingjing Wu Applied to dpdk-next-net/master, thanks. (This applied long ago, already merged into main repo, missed to send the email.)