[dpdk-dev] doc: fix DPAA2 PMD release note info location

Message ID 1492188828-25268-1-git-send-email-shreyansh.jain@nxp.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers

Checks

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

Commit Message

Shreyansh Jain April 14, 2017, 4:53 p.m. UTC
  Relocate release note text within new features section.
Also, Rephrease text inline with other similar PMD addition notes.

Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
---
Note:
 For application on net-next

 doc/guides/rel_notes/release_17_05.rst | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)
  

Comments

Ferruh Yigit April 14, 2017, 5:18 p.m. UTC | #1
On 4/14/2017 5:53 PM, Shreyansh Jain wrote:
> Relocate release note text within new features section.
> Also, Rephrease text inline with other similar PMD addition notes.
> 
> Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>

Squashed into relevant commit [1] in next-net, thanks.

[1]
Fixes: 5988225975ce ("doc: add DPAA2 NIC details")
  

Patch

diff --git a/doc/guides/rel_notes/release_17_05.rst b/doc/guides/rel_notes/release_17_05.rst
index 5f9d807..aeaa500 100644
--- a/doc/guides/rel_notes/release_17_05.rst
+++ b/doc/guides/rel_notes/release_17_05.rst
@@ -16,18 +16,6 @@  DPDK Release 17.05
 
       xdg-open build/doc/html/guides/rel_notes/release_17_05.html
 
-* **Added a new driver for NXP DPAA2 - FSLMC bus.**
-
-  Added the new bus "fslmc" driver for NXP DPAA2 devices. See the
-  "Network Interface Controller Drivers" document for more details on this new
-  driver.
-
-* **Added a new driver for NXP DPAA2 Network PMD.**
-
-  Added the new "dpaa2" net driver for NXP DPAA2 devices. See the
-  "Network Interface Controller Drivers" document for more details on this new
-  driver.
-
 New Features
 ------------
 
@@ -282,6 +270,18 @@  New Features
 
   * DES DOCSIS BPI algorithm.
 
+* **Added support for NXP DPAA2 - FSLMC bus.**
+
+  Added the new bus "fslmc" driver for NXP DPAA2 devices. See the
+  "Network Interface Controller Drivers" document for more details on this new
+  driver.
+
+* **Added support for NXP DPAA2 Network PMD.**
+
+  Added the new "dpaa2" net driver for NXP DPAA2 devices. See the
+  "Network Interface Controller Drivers" document for more details on this new
+  driver.
+
 Resolved Issues
 ---------------