doc: update release notes for 22.07

Message ID 20220414124236.58752-1-adham@nvidia.com (mailing list archive)
State Accepted, archived
Delegated to: Raslan Darawsheh
Headers
Series doc: update release notes for 22.07 |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/iol-mellanox-Performance success Performance Testing PASS
ci/github-robot: build success github build: passed
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-aarch64-unit-testing success Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-aarch64-compile-testing success Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS
ci/iol-x86_64-unit-testing success Testing PASS
ci/iol-abi-testing success Testing PASS
ci/intel-Testing success Testing PASS

Commit Message

Adham Masarwah April 14, 2022, 12:42 p.m. UTC
  Added new features introduced to mlx5 related to Windows support.

Signed-off-by: Adham Masarwah <adham@nvidia.com>
---
 doc/guides/rel_notes/release_22_07.rst | 4 ++++
 1 file changed, 4 insertions(+)
  

Comments

Thomas Monjalon April 14, 2022, 1:02 p.m. UTC | #1
14/04/2022 14:42, Adham Masarwah:
> Added new features introduced to mlx5 related to Windows support.
> 
> Signed-off-by: Adham Masarwah <adham@nvidia.com>
> ---
> +* **Updated Mellanox mlx5 driver.**
> +
> +  * Added support for set promiscuous mode in Windows.
> +  * Added support for set and get MTU in Windows.

Please, can it be squashed in relevant commits?
  
Raslan Darawsheh April 17, 2022, 6:59 a.m. UTC | #2
Hi,

> -----Original Message-----
> From: Thomas Monjalon <thomas@monjalon.net>
> Sent: Thursday, April 14, 2022 4:03 PM
> To: Adham Masarwah <adham@nvidia.com>
> Cc: dev@dpdk.org; Matan Azrad <matan@nvidia.com>; Idan Hackmon
> <idanhac@nvidia.com>; Tamer Hleihel <tamerh@nvidia.com>; Tal
> Shnaiderman <talshn@nvidia.com>; Raslan Darawsheh
> <rasland@nvidia.com>
> Subject: Re: [PATCH] doc: update release notes for 22.07
> 
> 14/04/2022 14:42, Adham Masarwah:
> > Added new features introduced to mlx5 related to Windows support.
> >
> > Signed-off-by: Adham Masarwah <adham@nvidia.com>
> > ---
> > +* **Updated Mellanox mlx5 driver.**
> > +
> > +  * Added support for set promiscuous mode in Windows.
> > +  * Added support for set and get MTU in Windows.
> 
> Please, can it be squashed in relevant commits?
> 

Squashed into relevant commits into master-net-mlx,

Kindest regards,
Raslan Darawsheh
  

Patch

diff --git a/doc/guides/rel_notes/release_22_07.rst b/doc/guides/rel_notes/release_22_07.rst
index 42a5f2d990..49b7b33f87 100644
--- a/doc/guides/rel_notes/release_22_07.rst
+++ b/doc/guides/rel_notes/release_22_07.rst
@@ -55,6 +55,10 @@  New Features
      Also, make sure to start the actual text at the margin.
      =======================================================
 
+* **Updated Mellanox mlx5 driver.**
+
+  * Added support for set promiscuous mode in Windows.
+  * Added support for set and get MTU in Windows.
 
 Removed Items
 -------------