[dpdk-dev] doc: document bonding known issue

Message ID 1527515026-7582-1-git-send-email-radu.nicolau@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Radu Nicolau May 28, 2018, 1:43 p.m. UTC
  Signed-off-by: Radu Nicolau <radu.nicolau@intel.com>
---
 doc/guides/rel_notes/release_18_05.rst | 5 +++++
 1 file changed, 5 insertions(+)
  

Comments

John McNamara May 29, 2018, 4:57 p.m. UTC | #1
> -----Original Message-----
> From: Nicolau, Radu
> Sent: Monday, May 28, 2018 2:44 PM
> To: dev@dpdk.org
> Cc: thomas@monjalon.net; Yigit, Ferruh <ferruh.yigit@intel.com>; Mcnamara,
> John <john.mcnamara@intel.com>; Nicolau, Radu <radu.nicolau@intel.com>
> Subject: [PATCH] doc: document bonding known issue
> 
> Signed-off-by: Radu Nicolau <radu.nicolau@intel.com>

Acked-by: John McNamara <john.mcnamara@intel.com>
  
Thomas Monjalon May 30, 2018, 12:51 p.m. UTC | #2
> > Signed-off-by: Radu Nicolau <radu.nicolau@intel.com>
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>

Applied with some formatting/typo changes, thanks
  

Patch

diff --git a/doc/guides/rel_notes/release_18_05.rst b/doc/guides/rel_notes/release_18_05.rst
index e8d74f5..ae14181 100644
--- a/doc/guides/rel_notes/release_18_05.rst
+++ b/doc/guides/rel_notes/release_18_05.rst
@@ -568,6 +568,11 @@  Known Issues
   dpdk-pdump example and any other applications using librte_pdump, cannot work
   with older version DPDK primary applications.
 
+* **Bonding PMD may fail to accept new slaves in certain conditions.**
+
+  In certain conditions when using tespmd bonding may fail to register new slave
+  ports. More information on the Bugzilla entry:
+  https://dpdk.org/tracker/show_bug.cgi?id=52.
 
 Shared Library Versions
 -----------------------