From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 08/25] net/qede/base: fix updating VF queue zone id Date: Fri, 23 Dec 2016 15:36:52 +0000 Message-ID: References: <1480756289-11835-1-git-send-email-Rasesh.Mody@cavium.com> <1480756289-11835-9-git-send-email-Rasesh.Mody@cavium.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: Dept-EngDPDKDev@cavium.com To: Rasesh Mody , dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 359E110A7 for ; Fri, 23 Dec 2016 16:36:55 +0100 (CET) In-Reply-To: <1480756289-11835-9-git-send-email-Rasesh.Mody@cavium.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 12/3/2016 9:11 AM, Rasesh Mody wrote: > Pass the absolute qzone_id when creating queues. > > Fixes: 5cdd769a ("qede: add L2 support") If there will a new version of the patch, please fix Fixes format, but if no new version will be send I can fix them. > > Signed-off-by: Rasesh Mody Again, nit picking, but if there will be a new version can you please update mail address with all lower case and git author information to be "Name Surname ", currently it is "Surname, Name " Thanks J > --- <...>