* [dpdk-dev] [PATCH 0/2] doc: update release notes for jobstats and bonding mode 6
@ 2015-03-20 9:43 Pawel Wodkowski
2015-03-20 9:43 ` [dpdk-dev] [PATCH 1/2] doc: update bonding mode 6 release notes Pawel Wodkowski
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Pawel Wodkowski @ 2015-03-20 9:43 UTC (permalink / raw)
To: dev
Update release notes for jobstats and bonding mode 6.
Pawel Wodkowski (2):
doc: update bonding mode 6 release notes
doc: add jobstats library and application release notes
doc/guides/rel_notes/new_features.rst | 4 +++-
doc/guides/rel_notes/supported_features.rst | 9 ++++++++-
2 files changed, 11 insertions(+), 2 deletions(-)
--
1.9.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* [dpdk-dev] [PATCH 1/2] doc: update bonding mode 6 release notes
2015-03-20 9:43 [dpdk-dev] [PATCH 0/2] doc: update release notes for jobstats and bonding mode 6 Pawel Wodkowski
@ 2015-03-20 9:43 ` Pawel Wodkowski
2015-03-20 9:43 ` [dpdk-dev] [PATCH 2/2] doc: add jobstats library and application " Pawel Wodkowski
2015-03-31 0:12 ` [dpdk-dev] [PATCH 0/2] doc: update release notes for jobstats and bonding mode 6 Thomas Monjalon
2 siblings, 0 replies; 4+ messages in thread
From: Pawel Wodkowski @ 2015-03-20 9:43 UTC (permalink / raw)
To: dev
Signed-off-by: Pawel Wodkowski <pawelx.wodkowski@intel.com>
---
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [dpdk-dev] [PATCH 2/2] doc: add jobstats library and application release notes
2015-03-20 9:43 [dpdk-dev] [PATCH 0/2] doc: update release notes for jobstats and bonding mode 6 Pawel Wodkowski
2015-03-20 9:43 ` [dpdk-dev] [PATCH 1/2] doc: update bonding mode 6 release notes Pawel Wodkowski
@ 2015-03-20 9:43 ` Pawel Wodkowski
2015-03-31 0:12 ` [dpdk-dev] [PATCH 0/2] doc: update release notes for jobstats and bonding mode 6 Thomas Monjalon
2 siblings, 0 replies; 4+ messages in thread
From: Pawel Wodkowski @ 2015-03-20 9:43 UTC (permalink / raw)
To: dev
Signed-off-by: Pawel Wodkowski <pawelx.wodkowski@intel.com>
---
doc/guides/rel_notes/new_features.rst | 2 ++
doc/guides/rel_notes/supported_features.rst | 4 ++++
2 files changed, 6 insertions(+)
diff --git a/doc/guides/rel_notes/new_features.rst b/doc/guides/rel_notes/new_features.rst
index b8d4ea4..6acfe0c 100644
--- a/doc/guides/rel_notes/new_features.rst
+++ b/doc/guides/rel_notes/new_features.rst
@@ -58,6 +58,8 @@ New Features
* Packet Distributor Sample Application
+* Job Stats library and Sample Application.
+
* Poll Mode Driver - PCIE host-interface of Intel Ethernet Switch FM10000 Series (librte_pmd_fm10k)
* Basic Rx/Tx functions for PF/VF
diff --git a/doc/guides/rel_notes/supported_features.rst b/doc/guides/rel_notes/supported_features.rst
index e8785b7..c908877 100644
--- a/doc/guides/rel_notes/supported_features.rst
+++ b/doc/guides/rel_notes/supported_features.rst
@@ -308,6 +308,8 @@ Supported Features
* L2 Forwarding (supports virtualized and non-virtualized environments)
+ * L2 Forwarding Job Stats
+
* L3 Forwarding (IPv4 and IPv6)
* L3 Forwarding in a Virtualized Environment
@@ -370,6 +372,8 @@ Supported Features
* CPU-specific compiler optimization
+* Job stats library for load/cpu utilization measurements
+
* Improvements to the Load Balancing sample application
* The addition of a PAUSE instruction to tight loops for energy-usage and performance improvements
--
1.9.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH 0/2] doc: update release notes for jobstats and bonding mode 6
2015-03-20 9:43 [dpdk-dev] [PATCH 0/2] doc: update release notes for jobstats and bonding mode 6 Pawel Wodkowski
2015-03-20 9:43 ` [dpdk-dev] [PATCH 1/2] doc: update bonding mode 6 release notes Pawel Wodkowski
2015-03-20 9:43 ` [dpdk-dev] [PATCH 2/2] doc: add jobstats library and application " Pawel Wodkowski
@ 2015-03-31 0:12 ` Thomas Monjalon
2 siblings, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2015-03-31 0:12 UTC (permalink / raw)
To: Pawel Wodkowski; +Cc: dev
> Update release notes for jobstats and bonding mode 6.
>
> Pawel Wodkowski (2):
> doc: update bonding mode 6 release notes
> doc: add jobstats library and application release notes
Applied, thanks
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-03-31 0:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-20 9:43 [dpdk-dev] [PATCH 0/2] doc: update release notes for jobstats and bonding mode 6 Pawel Wodkowski
2015-03-20 9:43 ` [dpdk-dev] [PATCH 1/2] doc: update bonding mode 6 release notes Pawel Wodkowski
2015-03-20 9:43 ` [dpdk-dev] [PATCH 2/2] doc: add jobstats library and application " Pawel Wodkowski
2015-03-31 0:12 ` [dpdk-dev] [PATCH 0/2] doc: update release notes for jobstats and bonding mode 6 Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).