From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rahul Lakkireddy Subject: [PATCH v2 0/6] cxgbe: Optimize tx/rx for 40GbE and add Jumbo Frame support for CXGBE PMD Date: Thu, 8 Oct 2015 19:16:04 +0530 Message-ID: References: Cc: Felix Marti , Kumar Sanghvi , Nirranjan Kirubaharan To: dev@dpdk.org Return-path: Received: from stargate3.asicdesigners.com (unknown [67.207.115.98]) by dpdk.org (Postfix) with ESMTP id 5B4738D9A for ; Thu, 8 Oct 2015 15:46:19 +0200 (CEST) In-Reply-To: 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" 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. --- v2: - Don't re-define rte_pktmbuf_free() locally. Thanks to review by Aaron Conole and Konstantin Ananyev 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 | 162 ++++++++++++++++++++++++++--------- 7 files changed, 260 insertions(+), 69 deletions(-) -- 2.5.3