From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id 5ECDE8E6C for ; Tue, 20 Oct 2015 18:52:12 +0200 (CEST) Received: by wijp11 with SMTP id p11so56762623wij.0 for ; Tue, 20 Oct 2015 09:52:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=YCF91nz5tMkysonhu6qf9+MF0VY9CfY46N5+R75X4Bo=; b=UWQQrsjKHqxH8uI03+AV36lVrNmQlot5XMmmqQZ2xPrRkyeJxE8c/XmAjezwL2UUnL kIPfxQmvZgWcA/76gpLjFJrZI1Iv2BzQ13aN4knFSlIAvbTl8F+vh7RItNrISHl/g5Zm xJBXLQmMIouMNXdMeOL4wNqqPRuhl4ikIVOSKhVPSRNH3NWgj1WKOxPON4g0ksBPzRXG EKKK30PFeRN0qjtmkcRYbLL6Y0IL+MhTUT/d8bBRKIZpqIvPTuEBCuI5GGknTypPBvJa u74PDttkk6XU6MsEatm67d3uMdrflJg6xP/dH9/t7afV/CmA2Dy6HR+tUbG9KI1Bd0Kl GIrA== X-Gm-Message-State: ALoCoQmrszHoy/82yLNKKt+LSmgZ4R0HB3zZnAvpX+iXnZVyEpz8zZt3oeNNmI1Vg8ABQ2Vrlq22 X-Received: by 10.194.7.232 with SMTP id m8mr5420879wja.56.1445359932191; Tue, 20 Oct 2015 09:52:12 -0700 (PDT) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id i3sm20035008wij.9.2015.10.20.09.52.10 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 20 Oct 2015 09:52:11 -0700 (PDT) From: Thomas Monjalon To: Rahul Lakkireddy Date: Tue, 20 Oct 2015 18:51:07 +0200 Message-ID: <13656397.ba5u1cl15k@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, Felix Marti , Nirranjan Kirubaharan , Kumar Sanghvi Subject: Re: [dpdk-dev] [PATCH v2 0/6] cxgbe: Optimize tx/rx for 40GbE and add Jumbo Frame support for CXGBE PMD 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: Tue, 20 Oct 2015 16:52:12 -0000 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?