All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: update release notes for mlx5 driver
@ 2017-10-16  5:23 Shahaf Shuler
  2017-10-16 10:15 ` Thomas Monjalon
  2017-10-16 13:32 ` [PATCH v2] " Shahaf Shuler
  0 siblings, 2 replies; 5+ messages in thread
From: Shahaf Shuler @ 2017-10-16  5:23 UTC (permalink / raw)
  To: ferruh.yigit, thomas; +Cc: dev

Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
---
 doc/guides/rel_notes/release_17_11.rst | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/doc/guides/rel_notes/release_17_11.rst b/doc/guides/rel_notes/release_17_11.rst
index 8db35f5e4..036b0af25 100644
--- a/doc/guides/rel_notes/release_17_11.rst
+++ b/doc/guides/rel_notes/release_17_11.rst
@@ -165,6 +165,19 @@ New Features
   checksums, and doesn't update checksums for output packets.
   Additionally, the GSO library doesn't process IP fragmented packets.
 
+* **Updated mlx5 driver.**
+
+  Updated the mlx5 driver including the following changes:
+
+   * Enabled PMD to run on top of upstream linux kernel and rdma-core libs.
+     By that removed the dependency on specific Mellanox OFED libraries.
+   * Improved PMD latency performance.
+   * Improved PMD memory footprint.
+   * Supported vectorized Rx/Tx burst for ARMv8.
+   * Supported secondary process.
+   * Supported flow counters.
+   * Supported Rx hardware timestamp offload.
+   * Supported device removal event.
 
 Resolved Issues
 ---------------
-- 
2.12.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] doc: update release notes for mlx5 driver
  2017-10-16  5:23 [PATCH] doc: update release notes for mlx5 driver Shahaf Shuler
@ 2017-10-16 10:15 ` Thomas Monjalon
  2017-10-16 13:32 ` [PATCH v2] " Shahaf Shuler
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2017-10-16 10:15 UTC (permalink / raw)
  To: Shahaf Shuler; +Cc: ferruh.yigit, dev

16/10/2017 07:23, Shahaf Shuler:
> --- a/doc/guides/rel_notes/release_17_11.rst
> +++ b/doc/guides/rel_notes/release_17_11.rst
> @@ -165,6 +165,19 @@ New Features
>    checksums, and doesn't update checksums for output packets.
>    Additionally, the GSO library doesn't process IP fragmented packets.
>  
> +* **Updated mlx5 driver.**
> +
> +  Updated the mlx5 driver including the following changes:
> +
> +   * Enabled PMD to run on top of upstream linux kernel and rdma-core libs.
> +     By that removed the dependency on specific Mellanox OFED libraries.
> +   * Improved PMD latency performance.
> +   * Improved PMD memory footprint.
> +   * Supported vectorized Rx/Tx burst for ARMv8.
> +   * Supported secondary process.
> +   * Supported flow counters.
> +   * Supported Rx hardware timestamp offload.
> +   * Supported device removal event.
>  
>  Resolved Issues
>  ---------------

2 nitpick comments:
	- you must keep the double blank line before the title
	- better to add it near other net PMD notes

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH v2] doc: update release notes for mlx5 driver
  2017-10-16  5:23 [PATCH] doc: update release notes for mlx5 driver Shahaf Shuler
  2017-10-16 10:15 ` Thomas Monjalon
@ 2017-10-16 13:32 ` Shahaf Shuler
  2017-10-16 19:09   ` Mcnamara, John
  1 sibling, 1 reply; 5+ messages in thread
From: Shahaf Shuler @ 2017-10-16 13:32 UTC (permalink / raw)
  To: thomas, ferruh.yigit; +Cc: dev

Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
---
on v2:
 - Moved mlx5 notes next to net PMDs.
---
 doc/guides/rel_notes/release_17_11.rst | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/doc/guides/rel_notes/release_17_11.rst b/doc/guides/rel_notes/release_17_11.rst
index 8db35f5e4..24018fdd5 100644
--- a/doc/guides/rel_notes/release_17_11.rst
+++ b/doc/guides/rel_notes/release_17_11.rst
@@ -59,6 +59,20 @@ New Features
   "Network Interface Controller Drivers" document for more details on this new
   driver.
 
+* **Updated mlx5 driver.**
+
+  Updated the mlx5 driver including the following changes:
+
+   * Enabled PMD to run on top of upstream linux kernel and rdma-core libs.
+     By that removed the dependency on specific Mellanox OFED libraries.
+   * Improved PMD latency performance.
+   * Improved PMD memory footprint.
+   * Supported vectorized Rx/Tx burst for ARMv8.
+   * Supported secondary process.
+   * Supported flow counters.
+   * Supported Rx hardware timestamp offload.
+   * Supported device removal event.
+
 * **Added SoftNIC PMD.**
 
   Added new SoftNIC PMD. This virtual device offers applications a software
-- 
2.12.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] doc: update release notes for mlx5 driver
  2017-10-16 13:32 ` [PATCH v2] " Shahaf Shuler
@ 2017-10-16 19:09   ` Mcnamara, John
  2017-10-21  1:08     ` Ferruh Yigit
  0 siblings, 1 reply; 5+ messages in thread
From: Mcnamara, John @ 2017-10-16 19:09 UTC (permalink / raw)
  To: Shahaf Shuler, thomas, Yigit, Ferruh; +Cc: dev



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Shahaf Shuler
> Sent: Monday, October 16, 2017 2:32 PM
> To: thomas@monjalon.net; Yigit, Ferruh <ferruh.yigit@intel.com>
> Cc: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH v2] doc: update release notes for mlx5 driver
> 
> Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>

Acked-by: John McNamara <john.mcnamara@intel.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] doc: update release notes for mlx5 driver
  2017-10-16 19:09   ` Mcnamara, John
@ 2017-10-21  1:08     ` Ferruh Yigit
  0 siblings, 0 replies; 5+ messages in thread
From: Ferruh Yigit @ 2017-10-21  1:08 UTC (permalink / raw)
  To: Mcnamara, John, Shahaf Shuler, thomas; +Cc: dev

On 10/16/2017 12:09 PM, Mcnamara, John wrote:
> 
> 
>> -----Original Message-----
>> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Shahaf Shuler
>> Sent: Monday, October 16, 2017 2:32 PM
>> To: thomas@monjalon.net; Yigit, Ferruh <ferruh.yigit@intel.com>
>> Cc: dev@dpdk.org
>> Subject: [dpdk-dev] [PATCH v2] doc: update release notes for mlx5 driver
>>
>> Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>

Applied to dpdk-next-net/master, thanks.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-10-21  1:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-16  5:23 [PATCH] doc: update release notes for mlx5 driver Shahaf Shuler
2017-10-16 10:15 ` Thomas Monjalon
2017-10-16 13:32 ` [PATCH v2] " Shahaf Shuler
2017-10-16 19:09   ` Mcnamara, John
2017-10-21  1:08     ` Ferruh Yigit

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.