From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v6] enic: receive path performance improvements Date: Tue, 8 Mar 2016 14:43:22 +0000 Message-ID: <20160308144322.GG8716@bricha3-MOBL3> References: <1456106650-26727-1-git-send-email-johndale@cisco.com> <1457125740-13233-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 mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id BC140DE0 for ; Tue, 8 Mar 2016 15:43:26 +0100 (CET) Content-Disposition: inline In-Reply-To: <1457125740-13233-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 Fri, Mar 04, 2016 at 01:09:00PM -0800, John Daley wrote: > This is a wholesale replacement of the Enic PMD receive path in order > to improve performance and code clarity. The changes are: > - Simplify and reduce code path length of receive function. > - Put most of the fast-path receive funtions in one file. > - Reduce the number of posted_index updates (pay attention to rx_free_thresh) > - Remove the unneeded container structure around the RQ mbuf ring > - Prefetch next Mbuf and descriptors while processing the current one > - Use a lookup table for converting CQ flags to mbuf flags. > > Signed-off-by: John Daley > --- Applied to dpdk-next-net/rel_16_04 /Bruce