From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rahul Lakkireddy Subject: Re: [PATCH v2 0/6] cxgbe: Optimize tx/rx for 40GbE and add Jumbo Frame support for CXGBE PMD Date: Wed, 21 Oct 2015 11:44:23 +0530 Message-ID: <20151021061421.GA6214@scalar.blr.asicdesigners.com> References: <13656397.ba5u1cl15k@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev@dpdk.org" , Felix Marti , Nirranjan Kirubaharan , Kumar A S To: Thomas Monjalon Return-path: Received: from stargate3.asicdesigners.com (stargate.chelsio.com [67.207.115.98]) by dpdk.org (Postfix) with ESMTP id A570B91B7 for ; Wed, 21 Oct 2015 08:14:30 +0200 (CEST) Content-Disposition: inline In-Reply-To: <13656397.ba5u1cl15k@xps13> 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" Hi Thomas, On Tuesday, October 10/20/15, 2015 at 09:51:07 -0700, Thomas Monjalon wrote: > 2015-10-08 19:16, Rahul Lakkireddy: > > This series of patches improve forwarding performance for Chelsio T5 40GbE > > cards and add Jumbo Frame support for cxgbe pmd. Also update documentation > > and release notes. > > Applied, thanks. > > What are the performance numbers with these patches? Without this patch series, the l3fwd perf with 8 queues for 64B was ~28 MPPS. With this patch series, the perf has improved to ~31 MPPS. Thanks, Rahul