From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH 0/3] enic PMD receive path fixes Date: Tue, 22 Mar 2016 16:55:29 +0000 Message-ID: <20160322165528.GF20448@bricha3-MOBL3> References: <1458255427-12371-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 mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 271822B9A for ; Tue, 22 Mar 2016 17:55:32 +0100 (CET) Content-Disposition: inline In-Reply-To: <1458255427-12371-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 Thu, Mar 17, 2016 at 03:57:04PM -0700, John Daley wrote: > These patches fix up some bugs in the enic receive path. > > John Daley (3): > enic: mbuf->ol_flags could be set incorrectly > enic: handle error packets properly > enic: small cleanup- remove a packet_error conditional > > drivers/net/enic/enic_rx.c | 53 ++++++++++++++++++---------------------------- > 1 file changed, 21 insertions(+), 32 deletions(-) > > -- > 2.7.0 > Applied to dpdk-next-net/rel_16_04 /Bruce