From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id D29D11B7C1 for ; Tue, 24 Oct 2017 23:11:25 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Oct 2017 14:11:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,429,1503385200"; d="scan'208";a="166610595" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.60]) ([10.241.225.60]) by fmsmga005.fm.intel.com with ESMTP; 24 Oct 2017 14:11:16 -0700 From: Ferruh Yigit To: Wei Zhao , dev@dpdk.org References: <1508834710-23801-1-git-send-email-wei.zhao1@intel.com> <65e8f3eb-f98b-bddc-c304-1279e31b5224@intel.com> Message-ID: <39b435e3-29af-a993-3db8-b4586c2c1792@intel.com> Date: Tue, 24 Oct 2017 14:11:16 -0700 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: <65e8f3eb-f98b-bddc-c304-1279e31b5224@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix queue number error in queue region 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, 24 Oct 2017 21:11:26 -0000 On 10/24/2017 2:00 PM, Ferruh Yigit wrote: > On 10/24/2017 1:45 AM, Wei Zhao wrote: >> when VSI is enabled with smaller number of queues, >> for example, 1 or 6, it will cause error.64 is the >> max number of queues that can be used for RSS, >> but VSI might be created with only few queues. >> >> Fixes: 7cbecc2f742 ("net/i40e: support queue region set and flush") >> >> Signed-off-by: Wei Zhao > > Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks. > > This implements the discussion on: > http://dpdk.org/ml/archives/dev/2017-October/079599.html