From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v4] enic: fix last packet being not sent bug Date: Fri, 11 Mar 2016 17:23:21 +0000 Message-ID: <20160311172320.GA1708@bricha3-MOBL3> References: <1456105516-520-1-git-send-email-johndale@cisco.com> <1457462947-22845-1-git-send-email-johndale@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: John Daley Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id E3A5C2965 for ; Fri, 11 Mar 2016 18:23:24 +0100 (CET) Content-Disposition: inline In-Reply-To: <1457462947-22845-1-git-send-email-johndale@cisco.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 Tue, Mar 08, 2016 at 10:49:07AM -0800, John Daley wrote: > From: johndale > > The last packet of the tx burst function array was not being > emitted until the subsequent call. The nic descriptor index > was being set to the current tx descriptr instead of one past the > the descriptor as required by nic. > > Fixes: d739ba4c6abf ("enic: improve Tx packet rate") > Signed-off-by: John Daley Applied to dpdk-next-net/rel_16_04 /Bruce