[v2] doc: update release notes for mlx5 PMD

Message ID 1596681743-33510-1-git-send-email-suanmingm@mellanox.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series [v2] doc: update release notes for mlx5 PMD |

Checks

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

Commit Message

Suanming Mou Aug. 6, 2020, 2:42 a.m. UTC
  Update the release notes of mlx5 PMD for two new added devargs:
1. sys_mem_en
2. decap_en

Fixes: 5522da6b201b ("net/mlx5: add option to allocate memory from system")
Fixes: 50f95b23c9ba ("net/mlx5: add option to configure FCS or decapsulation")

Signed-off-by: Suanming Mou <suanmingm@mellanox.com>
---
 doc/guides/rel_notes/release_20_08.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Ray Kinsella Aug. 6, 2020, 1:48 p.m. UTC | #1
On 06/08/2020 03:42, Suanming Mou wrote:
> Update the release notes of mlx5 PMD for two new added devargs:
> 1. sys_mem_en
> 2. decap_en
> 
> Fixes: 5522da6b201b ("net/mlx5: add option to allocate memory from system")
> Fixes: 50f95b23c9ba ("net/mlx5: add option to configure FCS or decapsulation")
> 
> Signed-off-by: Suanming Mou <suanmingm@mellanox.com>
> ---
>  doc/guides/rel_notes/release_20_08.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/doc/guides/rel_notes/release_20_08.rst b/doc/guides/rel_notes/release_20_08.rst
> index 9761f5a..4263e02 100644
> --- a/doc/guides/rel_notes/release_20_08.rst
> +++ b/doc/guides/rel_notes/release_20_08.rst
> @@ -145,9 +145,9 @@ New Features
>    Updated Mellanox mlx5 driver with new features and improvements, including:
>  
>    * Added mlx5 PCI layer to share a PCI device among multiple PMDs.
> -  * Added new PMD devarg ``reclaim_mem_mode``.
> -  * Added new devarg ``lacp_by_user``.
>    * Added support for eCPRI protocol offloading.
> +  * Added PMD devarg ``reclaim_mem_mode``, ``lacp_by_user``,
> +    ``decap_en``, ``sys_mem_en``.
>  
>  * **Added vDPA device APIs to query virtio queue statistics.**
>  
Acked-by: Ray Kinsella <mdr@ashroe.eu>
  
Thomas Monjalon Aug. 6, 2020, 11:09 p.m. UTC | #2
06/08/2020 04:42, Suanming Mou:
> Update the release notes of mlx5 PMD for two new added devargs:
> 1. sys_mem_en
> 2. decap_en
> 
> Fixes: 5522da6b201b ("net/mlx5: add option to allocate memory from system")
> Fixes: 50f95b23c9ba ("net/mlx5: add option to configure FCS or decapsulation")
> 
> Signed-off-by: Suanming Mou <suanmingm@mellanox.com>

Applied
  

Patch

diff --git a/doc/guides/rel_notes/release_20_08.rst b/doc/guides/rel_notes/release_20_08.rst
index 9761f5a..4263e02 100644
--- a/doc/guides/rel_notes/release_20_08.rst
+++ b/doc/guides/rel_notes/release_20_08.rst
@@ -145,9 +145,9 @@  New Features
   Updated Mellanox mlx5 driver with new features and improvements, including:
 
   * Added mlx5 PCI layer to share a PCI device among multiple PMDs.
-  * Added new PMD devarg ``reclaim_mem_mode``.
-  * Added new devarg ``lacp_by_user``.
   * Added support for eCPRI protocol offloading.
+  * Added PMD devarg ``reclaim_mem_mode``, ``lacp_by_user``,
+    ``decap_en``, ``sys_mem_en``.
 
 * **Added vDPA device APIs to query virtio queue statistics.**