From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 1D3398E7D for ; Wed, 11 Nov 2015 19:38:35 +0100 (CET) Received: by wmww144 with SMTP id w144so170941883wmw.1 for ; Wed, 11 Nov 2015 10:38:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind_com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=vL9C6a12UzFzuHI6CI2L3YtpleOOmomKvjX0IkA2/e0=; b=ezqArtCT9YwuxvZDqgHvNhflfzuOrpj0YP2Z9ahk8idk7Fqr0FrQMef7JsQDV9t5r5 CBxZnG9jfPCfVGn2pcbcZrqKscx5WKncnLk0shvhVeTVjD9v2H/SnS14hQI+1TS9tLcv luT6eE5VGN/hrEzubrEvyA6qac9wVcPEH8Yqxsnhww0M3nQyy8Spr+hP+r0+gk9vN/Q6 wo1/7p1YJLZhtj1f8gmSi327eSUDlZQRxmNOo6d5rAqzGY1REwTuxG1aEjbbkH1JlynH aM95Zx9gSVtkA94HDxmRP3S3DzidAqrvMa6vIk7vBI1kZbhQmV5+Ensbx2Sk+e6jKrpi +m4A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=vL9C6a12UzFzuHI6CI2L3YtpleOOmomKvjX0IkA2/e0=; b=Mug1PbOUuRMxRzV3kZwL2aKRcOmtvqYTQQInac7RfsHsulsgR4HzWBWHiMbf/uTFBX u7+uAdMc2pYozkpMI9hIRK/d6UIDCl44xDkfhTerdX8ww70ufDjZz8Njvv1wuxThS6fC Pxmmke/MkzzHUf1UwESlmG8IwSLNO1ht1uet35rEo7z5gBUTfGOKVsmI2sH2YJPEPgRd IL4/BscJg3foG/HT0VdiCRGySPNkjsIDkuUksiDkDE6s8zfIBAWO4vZvCh9Ce2lehKZj PjheSFu7rwRusF5a7AAdLy1racjvaA1efWcaZ5NAeVvGEafvikpVVKOidjRfQ30qN+s0 M78Q== X-Gm-Message-State: ALoCoQk722WD72fTbLH431kQWPD7wSZRBrAxQJLKSDLc8XS1knMIvvlle5ibamGxscDP+oRDFbcc X-Received: by 10.28.146.133 with SMTP id u127mr13884745wmd.94.1447267114921; Wed, 11 Nov 2015 10:38:34 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id 77sm10880790wml.20.2015.11.11.10.38.34 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 11 Nov 2015 10:38:34 -0800 (PST) From: Thomas Monjalon To: Helin Zhang Date: Wed, 11 Nov 2015 19:37:23 +0100 Message-ID: <1465196.mXGzgHziTg@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1447232205-2339-1-git-send-email-helin.zhang@intel.com> References: <1447232205-2339-1-git-send-email-helin.zhang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] i40e: fix the issue of cannot using more than 1 poor for VMDq X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 18:38:35 -0000 2015-11-11 16:56, Helin Zhang: > It fixes the issue of cannot using more than 1 poor for VMDq, > according to the queues left. > > Fixes: 705b57f82054 ("i40e: enlarge the number of supported queues") > > Signed-off-by: Helin Zhang Applied, thanks