From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [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 Date: Fri, 26 Aug 2016 11:55:40 +0100 Message-ID: <57C0202C.3010601@intel.com> References: <1472206161-14601-1-git-send-email-alexz@att.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: wenzhuo.lu@intel.com To: azelezniak , dev@dpdk.org 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) In-Reply-To: <1472206161-14601-1-git-send-email-alexz@att.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" 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