DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/2] add mlx4 release notes
@ 2015-08-11 14:42 Adrien Mazarguil
  2015-08-11 14:42 ` [dpdk-dev] [PATCH 1/2] doc: add missing release notes for mlx4 availability in DPDK 2.0.0 Adrien Mazarguil
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Adrien Mazarguil @ 2015-08-11 14:42 UTC (permalink / raw)
  To: John McNamara; +Cc: dev

Following John McNamara's changes we've noticed that mlx4 release notes were
missing from DPDK 2.0.0. This patchset adds them retroactively and also
provides mlx4 release notes for DPDK 2.1.0.

Adrien Mazarguil (2):
  doc: add missing release notes for mlx4 availability in DPDK 2.0.0
  doc: add mlx4 release notes to DPDK 2.1.0

 doc/guides/rel_notes/release_2_0.rst |  6 ++++++
 doc/guides/rel_notes/release_2_1.rst | 20 ++++++++++++++++++++
 2 files changed, 26 insertions(+)

-- 
2.1.0

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

* [dpdk-dev] [PATCH 1/2] doc: add missing release notes for mlx4 availability in DPDK 2.0.0
  2015-08-11 14:42 [dpdk-dev] [PATCH 0/2] add mlx4 release notes Adrien Mazarguil
@ 2015-08-11 14:42 ` Adrien Mazarguil
  2015-08-12  6:38   ` Mcnamara, John
  2015-08-11 14:42 ` [dpdk-dev] [PATCH 2/2] doc: add mlx4 release notes to DPDK 2.1.0 Adrien Mazarguil
  2015-08-17 17:36 ` [dpdk-dev] [PATCH 0/2] add mlx4 release notes Thomas Monjalon
  2 siblings, 1 reply; 6+ messages in thread
From: Adrien Mazarguil @ 2015-08-11 14:42 UTC (permalink / raw)
  To: John McNamara; +Cc: dev

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
---
 doc/guides/rel_notes/release_2_0.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/guides/rel_notes/release_2_0.rst b/doc/guides/rel_notes/release_2_0.rst
index 4341a0c..62737ae 100644
--- a/doc/guides/rel_notes/release_2_0.rst
+++ b/doc/guides/rel_notes/release_2_0.rst
@@ -123,6 +123,12 @@ New Features
 
     *   Support for VXLAN packet on Intel® 40GbE Controllers
 
+*   Poll Mode Driver for Mellanox ConnectX-3 EN adapters (mlx4)
+
+.. note:: This PMD is only available for Linux and is disabled by default
+          due to external dependencies (libibverbs and libmlx4). Please
+          refer to the NIC drivers guide for more information.
+
 *   Packet Distributor Sample Application
 
 *   Job Stats library and Sample Application.
-- 
2.1.0

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

* [dpdk-dev] [PATCH 2/2] doc: add mlx4 release notes to DPDK 2.1.0
  2015-08-11 14:42 [dpdk-dev] [PATCH 0/2] add mlx4 release notes Adrien Mazarguil
  2015-08-11 14:42 ` [dpdk-dev] [PATCH 1/2] doc: add missing release notes for mlx4 availability in DPDK 2.0.0 Adrien Mazarguil
@ 2015-08-11 14:42 ` Adrien Mazarguil
  2015-08-12  6:38   ` Mcnamara, John
  2015-08-17 17:36 ` [dpdk-dev] [PATCH 0/2] add mlx4 release notes Thomas Monjalon
  2 siblings, 1 reply; 6+ messages in thread
From: Adrien Mazarguil @ 2015-08-11 14:42 UTC (permalink / raw)
  To: John McNamara; +Cc: dev

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
---
 doc/guides/rel_notes/release_2_1.rst | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/doc/guides/rel_notes/release_2_1.rst b/doc/guides/rel_notes/release_2_1.rst
index c39418c..00edd4b 100644
--- a/doc/guides/rel_notes/release_2_1.rst
+++ b/doc/guides/rel_notes/release_2_1.rst
@@ -38,12 +38,32 @@ New Features
 
 *   TODO.
 
+*   Mellanox ConnectX-3 PMD (mlx4) enhancements.
+
+    *   Support Mellanox OFED 3.0.
+
+    *   Improved performance for both RX and TX operations.
+
+    *   Better link status information.
+
+    *   Outer L3/L4 checksum offload support.
+
+    *   Inner L3/L4 checksum offload support for VXLAN.
 
 Resolved Issues
 ---------------
 
 *   TODO.
 
+*   Mellanox ConnectX-3 PMD (mlx4) bugfixes.
+
+    *   Multiple VLAN filters support.
+
+    *   Compilation on 32 bit platforms.
+
+    *   Possible crash in case of mbuf allocation failure.
+
+    *   Compilation as a shared library.
 
 Known Issues
 ------------
-- 
2.1.0

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

* Re: [dpdk-dev] [PATCH 1/2] doc: add missing release notes for mlx4 availability in DPDK 2.0.0
  2015-08-11 14:42 ` [dpdk-dev] [PATCH 1/2] doc: add missing release notes for mlx4 availability in DPDK 2.0.0 Adrien Mazarguil
@ 2015-08-12  6:38   ` Mcnamara, John
  0 siblings, 0 replies; 6+ messages in thread
From: Mcnamara, John @ 2015-08-12  6:38 UTC (permalink / raw)
  To: Adrien Mazarguil; +Cc: dev

> -----Original Message-----
> From: Adrien Mazarguil [mailto:adrien.mazarguil@6wind.com]
> Sent: Tuesday, August 11, 2015 3:43 PM
> To: Mcnamara, John
> Cc: dev@dpdk.org
> Subject: [PATCH 1/2] doc: add missing release notes for mlx4 availability
> in DPDK 2.0.0
> 
> Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>

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


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

* Re: [dpdk-dev] [PATCH 2/2] doc: add mlx4 release notes to DPDK 2.1.0
  2015-08-11 14:42 ` [dpdk-dev] [PATCH 2/2] doc: add mlx4 release notes to DPDK 2.1.0 Adrien Mazarguil
@ 2015-08-12  6:38   ` Mcnamara, John
  0 siblings, 0 replies; 6+ messages in thread
From: Mcnamara, John @ 2015-08-12  6:38 UTC (permalink / raw)
  To: Adrien Mazarguil; +Cc: dev

> -----Original Message-----
> From: Adrien Mazarguil [mailto:adrien.mazarguil@6wind.com]
> Sent: Tuesday, August 11, 2015 3:43 PM
> To: Mcnamara, John
> Cc: dev@dpdk.org
> Subject: [PATCH 2/2] doc: add mlx4 release notes to DPDK 2.1.0
> 
> Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>

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

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

* Re: [dpdk-dev] [PATCH 0/2] add mlx4 release notes
  2015-08-11 14:42 [dpdk-dev] [PATCH 0/2] add mlx4 release notes Adrien Mazarguil
  2015-08-11 14:42 ` [dpdk-dev] [PATCH 1/2] doc: add missing release notes for mlx4 availability in DPDK 2.0.0 Adrien Mazarguil
  2015-08-11 14:42 ` [dpdk-dev] [PATCH 2/2] doc: add mlx4 release notes to DPDK 2.1.0 Adrien Mazarguil
@ 2015-08-17 17:36 ` Thomas Monjalon
  2 siblings, 0 replies; 6+ messages in thread
From: Thomas Monjalon @ 2015-08-17 17:36 UTC (permalink / raw)
  To: Adrien Mazarguil; +Cc: dev

2015-08-11 16:42, Adrien Mazarguil:
> Following John McNamara's changes we've noticed that mlx4 release notes were
> missing from DPDK 2.0.0. This patchset adds them retroactively and also
> provides mlx4 release notes for DPDK 2.1.0.
> 
> Adrien Mazarguil (2):
>   doc: add missing release notes for mlx4 availability in DPDK 2.0.0
>   doc: add mlx4 release notes to DPDK 2.1.0

Applied, thanks.
Some changes were needed due to previous patch from John.

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

end of thread, other threads:[~2015-08-17 17:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-11 14:42 [dpdk-dev] [PATCH 0/2] add mlx4 release notes Adrien Mazarguil
2015-08-11 14:42 ` [dpdk-dev] [PATCH 1/2] doc: add missing release notes for mlx4 availability in DPDK 2.0.0 Adrien Mazarguil
2015-08-12  6:38   ` Mcnamara, John
2015-08-11 14:42 ` [dpdk-dev] [PATCH 2/2] doc: add mlx4 release notes to DPDK 2.1.0 Adrien Mazarguil
2015-08-12  6:38   ` Mcnamara, John
2015-08-17 17:36 ` [dpdk-dev] [PATCH 0/2] add mlx4 release notes Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).