From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 3CD7C5599 for ; Fri, 26 Aug 2016 12:55:43 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP; 26 Aug 2016 03:55:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,580,1464678000"; d="scan'208";a="871378764" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.36]) ([10.237.220.36]) by orsmga003.jf.intel.com with ESMTP; 26 Aug 2016 03:55:41 -0700 To: azelezniak , dev@dpdk.org References: <1472206161-14601-1-git-send-email-alexz@att.com> Cc: wenzhuo.lu@intel.com From: Ferruh Yigit Message-ID: <57C0202C.3010601@intel.com> Date: Fri, 26 Aug 2016 11:55:40 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <1472206161-14601-1-git-send-email-alexz@att.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] fix to use index to HW queue assigned to PF instead of queus 0 - nb_rx_queues which belong to VF in SR-IOV configuration 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: Fri, 26 Aug 2016 10:55:43 -0000 Hi Alex, On 8/26/2016 11:09 AM, azelezniak wrote: > From: Alex Zelezniak > > Signed-off-by: Alex Zelezniak > --- Thank you for the patch, not related to the patch content but related to the patch format: patch subject is too long, it is expected to be around 50 characters, can you please move some of information to the patch commit log? Also since this is a fix, commit log requires a Fixes line. More details on: http://dpdk.org/doc/guides/contributing/patches.html#sending-patches Thanks, ferruh