From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pawel Wodkowski Subject: [PATCH 1/2] doc: update bonding mode 6 release notes Date: Fri, 20 Mar 2015 10:43:34 +0100 Message-ID: <1426844615-14846-2-git-send-email-pawelx.wodkowski@intel.com> References: <1426844615-14846-1-git-send-email-pawelx.wodkowski@intel.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1426844615-14846-1-git-send-email-pawelx.wodkowski-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Signed-off-by: Pawel Wodkowski --- doc/guides/rel_notes/new_features.rst | 2 +- doc/guides/rel_notes/supported_features.rst | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/guides/rel_notes/new_features.rst b/doc/guides/rel_notes/new_features.rst index a27e360..b8d4ea4 100644 --- a/doc/guides/rel_notes/new_features.rst +++ b/doc/guides/rel_notes/new_features.rst @@ -32,7 +32,7 @@ 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 adaptive load balancing (mode 6) to the link bonding library. * Support for registration of link status change callbacks with link bonding devices. diff --git a/doc/guides/rel_notes/supported_features.rst b/doc/guides/rel_notes/supported_features.rst index d87fcaa..e8785b7 100644 --- a/doc/guides/rel_notes/supported_features.rst +++ b/doc/guides/rel_notes/supported_features.rst @@ -39,7 +39,8 @@ Supported Features * Support for VFIO for mapping BARs and setting up interrupts -* Link Bonding PMD Library supporting round-robin, active backup, balance(layer 2, layer 2+3, and layer 3+4) and broadcast bonding modes +* Link Bonding PMD Library supporting round-robin, active backup, balance(layer 2, layer 2+3, and layer 3+4), broadcast bonding modes + 802.3ad link aggregation (mode 4), transmit load balancing (mode 5) and adaptive load balancing (mode 6) * Support zero copy mode RX/TX in user space vhost sample @@ -313,6 +314,8 @@ Supported Features * L3 Forwarding with Power Management + * Bonding mode 6 + * QoS Scheduling * QoS Metering + Dropper -- 1.9.1