From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] i40e: fix the issue of trying more VSIs for VMDq than available Date: Thu, 12 Nov 2015 12:15:34 +0100 Message-ID: <2314571.rp9aWHW6AU@xps13> References: <1447312143-12215-1-git-send-email-helin.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Helin Zhang Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id A4DB25A6C for ; Thu, 12 Nov 2015 12:16:46 +0100 (CET) Received: by wmec201 with SMTP id c201so27522410wme.0 for ; Thu, 12 Nov 2015 03:16:46 -0800 (PST) In-Reply-To: <1447312143-12215-1-git-send-email-helin.zhang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-11-12 15:09, Helin Zhang: > It fixes the issue of trying to allocate more VSIs for VMDq than > hardware remaining. It adds a check of the hardware remaining > before allocating VSIs for VMDq. > > Fixes: c80707a0fd9c ("i40e: fix VMDq pool limit") > > Signed-off-by: Helin Zhang Applied, thanks