From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bruce.richardson@intel.com>
Received: from mga14.intel.com (mga14.intel.com [192.55.52.115])
 by dpdk.org (Postfix) with ESMTP id 271822B9A
 for <dev@dpdk.org>; Tue, 22 Mar 2016 17:55:32 +0100 (CET)
Received: from orsmga002.jf.intel.com ([10.7.209.21])
 by fmsmga103.fm.intel.com with ESMTP; 22 Mar 2016 09:55:33 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.24,378,1455004800"; d="scan'208";a="939311339"
Received: from fooyekan-mobl2.ger.corp.intel.com ([10.252.25.15])
 by orsmga002.jf.intel.com with SMTP; 22 Mar 2016 09:55:30 -0700
Received: by  (sSMTP sendmail emulation); Tue, 22 Mar 2016 16:55:29 +0025
Date: Tue, 22 Mar 2016 16:55:29 +0000
From: Bruce Richardson <bruce.richardson@intel.com>
To: John Daley <johndale@cisco.com>
Cc: dev@dpdk.org
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
Content-Disposition: inline
In-Reply-To: <1458255427-12371-1-git-send-email-johndale@cisco.com>
Organization: Intel Shannon Ltd.
User-Agent: Mutt/1.5.23 (2014-03-12)
Subject: Re: [dpdk-dev] [PATCH 0/3] enic PMD receive path fixes
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Mar 2016 16:55:33 -0000

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