[dpdk-dev] doc: update release note for DPAA PMD support

Message ID 20171018114514.648-1-shreyansh.jain@nxp.com (mailing list archive)
State Superseded, 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 Oct. 18, 2017, 11:45 a.m. UTC
  Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
---
 doc/guides/rel_notes/release_17_11.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)
  

Comments

De Lara Guarch, Pablo Oct. 18, 2017, 1:34 p.m. UTC | #1
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Shreyansh Jain
> Sent: Wednesday, October 18, 2017 12:45 PM
> To: dev@dpdk.org
> Cc: thomas@monjalon.net; Yigit, Ferruh <ferruh.yigit@intel.com>;
> Shreyansh Jain <shreyansh.jain@nxp.com>
> Subject: [dpdk-dev] [PATCH] doc: update release note for DPAA PMD
> support
> 
> Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
> ---
>  doc/guides/rel_notes/release_17_11.rst | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/release_17_11.rst
> b/doc/guides/rel_notes/release_17_11.rst
> index 8db35f5..966af7c 100644
> --- a/doc/guides/rel_notes/release_17_11.rst
> +++ b/doc/guides/rel_notes/release_17_11.rst
> @@ -110,6 +110,17 @@ New Features
>    * DES CBC algorithm.
>    * AES CCM algorithm.
> 
> +* **Added support for NXP DPAA Devices.**
> +
> +  Added support for NXP's DPAA devices - LS104x series. This includes:
> +
> +  * DPAA Bus driver
> +  * DPAA Mempool driver for supporting offloaded packet memory pool
> +  * DPAA PMD for DPAA devices
> +
> +  See the "Network Interface Controller Drivers" document for more
> + details of  this new driver.
> +
>  * **Added NXP DPAA SEC crypto PMD.**
> 
>    A new "dpaa_sec" hardware based crypto PMD for NXP DPAA devices has
> been
> --
> 2.9.3

Could you include this in a different place?
I think it shouldn't be in the middle of the crypto driver updates.

Thanks,
Pablo
  

Patch

diff --git a/doc/guides/rel_notes/release_17_11.rst b/doc/guides/rel_notes/release_17_11.rst
index 8db35f5..966af7c 100644
--- a/doc/guides/rel_notes/release_17_11.rst
+++ b/doc/guides/rel_notes/release_17_11.rst
@@ -110,6 +110,17 @@  New Features
   * DES CBC algorithm.
   * AES CCM algorithm.
 
+* **Added support for NXP DPAA Devices.**
+
+  Added support for NXP's DPAA devices - LS104x series. This includes:
+
+  * DPAA Bus driver
+  * DPAA Mempool driver for supporting offloaded packet memory pool
+  * DPAA PMD for DPAA devices
+
+  See the "Network Interface Controller Drivers" document for more details of
+  this new driver.
+
 * **Added NXP DPAA SEC crypto PMD.**
 
   A new "dpaa_sec" hardware based crypto PMD for NXP DPAA devices has been