From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP; 23 Dec 2016 07:36:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,393,1477983600"; d="scan'208";a="1075642009" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.29]) ([10.237.220.29]) by orsmga001.jf.intel.com with ESMTP; 23 Dec 2016 07:36:53 -0800 To: Rasesh Mody , dev@dpdk.org References: <1480756289-11835-1-git-send-email-Rasesh.Mody@cavium.com> <1480756289-11835-9-git-send-email-Rasesh.Mody@cavium.com> Cc: Dept-EngDPDKDev@cavium.com From: Ferruh Yigit Message-ID: Date: Fri, 23 Dec 2016 15:36:52 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <1480756289-11835-9-git-send-email-Rasesh.Mody@cavium.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 08/25] net/qede/base: fix updating VF queue zone id 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: Fri, 23 Dec 2016 15:36:55 -0000 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 > --- <...>