From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] i40e: fix the issue of cannot using more than 1 poor for VMDq Date: Wed, 11 Nov 2015 11:13:55 +0100 Message-ID: <1922858.TuGxmDPMa1@xps13> References: <1447232205-2339-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-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 1C6738DA6 for ; Wed, 11 Nov 2015 11:15:07 +0100 (CET) Received: by wmww144 with SMTP id w144so37834016wmw.0 for ; Wed, 11 Nov 2015 02:15:07 -0800 (PST) In-Reply-To: <1447232205-2339-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" Comments on the git message: After the word "fix" in the title, the word "issue" is useless. It's better to have a short title, easy to parse in the commit list. What is a poor? Do you mean pool? 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. You forgot to describe the bug. What happens when we use more than 1? > Fixes: 705b57f82054 ("i40e: enlarge the number of supported queues") Thanks for providing the Fixes line. > Signed-off-by: Helin Zhang