From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: Re: [PATCH 0/9] mbuf: structure reorganization Date: Thu, 30 Mar 2017 14:02:36 +0200 Message-ID: <20170330140236.0d2ebac8@platinum> References: <1485271173-13408-1-git-send-email-olivier.matz@6wind.com> <1488966121-22853-1-git-send-email-olivier.matz@6wind.com> <20170329175629.68810924@platinum> <20170329200923.GA11516@bricha3-MOBL3.ger.corp.intel.com> <20170330093108.GA10652@bricha3-MOBL3.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, konstantin.ananyev@intel.com, mb@smartsharesystems.com, andrey.chilikin@intel.com, jblunck@infradead.org, nelio.laranjeiro@6wind.com, arybchenko@solarflare.com To: Bruce Richardson Return-path: Received: from mail-wr0-f173.google.com (mail-wr0-f173.google.com [209.85.128.173]) by dpdk.org (Postfix) with ESMTP id 8366F10F62 for ; Thu, 30 Mar 2017 14:02:40 +0200 (CEST) Received: by mail-wr0-f173.google.com with SMTP id w11so56448431wrc.3 for ; Thu, 30 Mar 2017 05:02:40 -0700 (PDT) In-Reply-To: <20170330093108.GA10652@bricha3-MOBL3.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, 30 Mar 2017 10:31:08 +0100, Bruce Richardson wrote: > On Wed, Mar 29, 2017 at 09:09:23PM +0100, Bruce Richardson wrote: > > On Wed, Mar 29, 2017 at 05:56:29PM +0200, Olivier Matz wrote: > > > Hi, > > > > > > Does anyone have any other comment on this series? > > > Can it be applied? > > > > > > > > > Thanks, > > > Olivier > > > > > > > I assume all driver maintainers have done performance analysis to check > > for regressions. Perhaps they can confirm this is the case. > > > > /Bruce > > > > In the absence, of anyone else reporting performance numbers with this > patchset, I ran a single-thread testpmd test using 2 x 40G ports (i40e) > driver. With RX & TX descriptor ring sizes of 512 or above, I'm seeing a > fairly noticable performance drop. I still need to dig in more, e.g. do > an RFC2544 zero-loss test, and also bisect the patchset to see what > parts may be causing the problem. > > Has anyone else tried any other drivers or systems to see what the perf > impact of this set may be? I did, of course. I didn't see any noticeable performance drop on ixgbe (4 NICs, one port per NIC, 1 core). I can replay the test with current version. Olivier