From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH 3/3] kni: rx loop was using the wrong counter Date: Thu, 4 Jun 2015 14:47:58 +0100 Message-ID: <20150604134758.GE10532@bricha3-MOBL3> References: <1433359137-12720-1-git-send-email-rolette@infiniteio.com> <1433359137-12720-3-git-send-email-rolette@infiniteio.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Jay Rolette Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id D7293B3D6 for ; Thu, 4 Jun 2015 15:48:03 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1433359137-12720-3-git-send-email-rolette@infiniteio.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" On Wed, Jun 03, 2015 at 02:18:57PM -0500, Jay Rolette wrote: > Loop processing packets dequeued from rx_q was using the number of > packets requested, not how many it actually received. > > Variable rename to make code a little more clear > > Signed-off-by: Jay Rolette s/more clear/clearer/ Acked-by: Bruce Richardson