From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 7E9411B1ED for ; Tue, 19 Sep 2017 16:59:01 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP; 19 Sep 2017 07:59:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,418,1500966000"; d="scan'208";a="901859182" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by FMSMGA003.fm.intel.com with ESMTP; 19 Sep 2017 07:58:59 -0700 To: 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: Tue, 19 Sep 2017 15:58:59 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.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-stable] [PATCH v2] net/i40e: fix incorrect var assignment X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2017 14:59:01 -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.