From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 9BC062906 for ; Sat, 11 Jun 2016 00:38:24 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP; 10 Jun 2016 15:38:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,452,1459839600"; d="scan'208";a="985132682" Received: from bmoreill-mobl.ger.corp.intel.com ([10.252.28.251]) by fmsmga001.fm.intel.com with SMTP; 10 Jun 2016 15:38:21 -0700 Received: by (sSMTP sendmail emulation); Fri, 10 Jun 2016 23:38:20 +0025 Date: Fri, 10 Jun 2016 23:38:20 +0100 From: Bruce Richardson To: John Daley Cc: dev@dpdk.org, bruce.richarsdon@intel.com Message-ID: <20160610223820.GA16840@bricha3-MOBL3> References: <1464071579-30072-1-git-send-email-johndale@cisco.com> <1464913377-30879-1-git-send-email-johndale@cisco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1464913377-30879-1-git-send-email-johndale@cisco.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v3 00/13] enic counter fixes and Tx optimization X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jun 2016 22:38:25 -0000 On Thu, Jun 02, 2016 at 05:22:44PM -0700, John Daley wrote: > The first 3 patches are related to drop counters. The remaining > patches make up refactoring, cleanup bug fixes and optimization of > the Tx path. > > Changes since v2 are: > - Piotr Azarewicz's ol_flags patch > http://www.dpdk.org/dev/patchwork/patch/12642 > - fix Tx IP and UDP/TCP checksum offload > > John Daley (13): > enic: fix Rx drop counters > enic: drop bad packets and remove unused Rx error flag > enic: count truncated packets > enic: put Tx and Rx functions into same file > enic: remove some unused functions in Tx path > enic: streamline mbuf handling in Tx path > enic: use Tx completion messages instead of descriptors > enic: refactor Tx mbuf recycling > enic: optimize the Tx function > enic: remove unused files and functions and variables > enic: add an enic assert macro > enic: expand local Tx mbuf flags variable to 64-bits > enic: fix Tx IP and UDP/TCP checksum offload > Patchset applied to dpdk-next-net/rel_16_07 Thanks, /Bruce