From patchwork Tue Dec 16 14:48:16 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Siobhan Butler X-Patchwork-Id: 2024 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 35E887EB3; Tue, 16 Dec 2014 15:57:31 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 9C927803D for ; Tue, 16 Dec 2014 15:57:21 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 16 Dec 2014 06:48:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,587,1413270000"; d="scan'208";a="624622202" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga001.jf.intel.com with ESMTP; 16 Dec 2014 06:48:23 -0800 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id sBGEmMbZ003985; Tue, 16 Dec 2014 14:48:22 GMT Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id sBGEmMUc019948; Tue, 16 Dec 2014 14:48:22 GMT Received: (from sabutler@localhost) by sivswdev02.ir.intel.com with id sBGEmMdg019944; Tue, 16 Dec 2014 14:48:22 GMT From: Siobhan Butler To: dev@dpdk.org Date: Tue, 16 Dec 2014 14:48:16 +0000 Message-Id: <1418741302-19898-3-git-send-email-siobhan.a.butler@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1418741302-19898-1-git-send-email-siobhan.a.butler@intel.com> References: <1417548101-10832-1-git-send-email-siobhan.a.butler@intel.com> <1418741302-19898-1-git-send-email-siobhan.a.butler@intel.com> Subject: [dpdk-dev] [PATCH v3 2/8] doc: added new features to release notes 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/new_features.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/doc/guides/rel_notes/new_features.rst b/doc/guides/rel_notes/new_features.rst index a93aa3c..00895ce 100644 --- a/doc/guides/rel_notes/new_features.rst +++ b/doc/guides/rel_notes/new_features.rst @@ -30,6 +30,30 @@ New Features ============ +* Link Bonding + * Support for 802.3ad link aggregation (mode 4) and transmit load balancing (mode 5) to the link bonding library. + + * Support for registration of link status change callbacks with link bonding devices. + + * Support for slaves devices which do not support link status change interrupts in the link bonding library via a link status polling mechanism. + +* Poll Mode Driver - 40 GbE Controllers (librte_pmd_i40e) + + * Support for Flow Director + + * Support for ethertype filter + + * Support RSS in VF + + * Support configuring redirection table with different size from 1GbE and 10 GbE + + - 128/512 entries of 40GbE PF + + - 64 entries of 40GbE VF + + * Support configuring hash functions + +* Packet Distributor Sample Application For further features supported in this release, see Chapter 3 Supported Features.