From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from stargate3.asicdesigners.com (stargate.chelsio.com [67.207.112.58]) by dpdk.org (Postfix) with ESMTP id 771B58DA4 for ; Fri, 2 Oct 2015 13:17:29 +0200 (CEST) Received: from localhost (scalar.blr.asicdesigners.com [10.193.185.94]) by stargate3.asicdesigners.com (8.13.8/8.13.8) with ESMTP id t92BHP5Z005238; Fri, 2 Oct 2015 04:17:25 -0700 From: Rahul Lakkireddy To: dev@dpdk.org Date: Fri, 2 Oct 2015 16:46:49 +0530 Message-Id: X-Mailer: git-send-email 2.5.3 Cc: Kumar Sanghvi , Felix Marti , Nirranjan Kirubaharan Subject: [dpdk-dev] [PATCH 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: Fri, 02 Oct 2015 11:17:30 -0000 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. Rahul Lakkireddy (6): cxgbe: Optimize forwarding performance for 40G cxgbe: Update device info and perform sanity checks to enable jumbo frames cxgbe: Update tx path to transmit jumbo frames cxgbe: Update rx path to receive jumbo frames cxgbe: Allow apps to change mtu doc: Update cxgbe documentation and release notes doc/guides/nics/cxgbe.rst | 81 ++++++++++++----- doc/guides/rel_notes/release_2_2.rst | 5 + drivers/net/cxgbe/base/t4_regs.h | 16 ++++ drivers/net/cxgbe/cxgbe.h | 3 + drivers/net/cxgbe/cxgbe_ethdev.c | 52 ++++++++++- drivers/net/cxgbe/cxgbe_main.c | 10 +- drivers/net/cxgbe/sge.c | 171 ++++++++++++++++++++++++++--------- 7 files changed, 268 insertions(+), 70 deletions(-) -- 2.5.3