DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/3] doc: update release notes
@ 2017-02-09  8:31 Nelio Laranjeiro
  2017-02-09  8:31 ` [dpdk-dev] [PATCH 1/3] doc: merge release notes sections Nelio Laranjeiro
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Nelio Laranjeiro @ 2017-02-09  8:31 UTC (permalink / raw)
  To: dev, John McNamara, Thomas Monjalon; +Cc: Adrien Mazarguil, Olga Shern

Biggest change is in the first patch to provide a better visibility for users
on which NIC has been tested on which platform.

Others two are just updates for Mellanox PMDs.

Nelio Laranjeiro (3):
  doc: merge release notes sections
  doc: update release notes for mlx4
  doc: update release notes for mlx5

 doc/guides/nics/mlx4.rst               |   9 +-
 doc/guides/nics/mlx5.rst               |  37 ++++-
 doc/guides/rel_notes/release_17_02.rst | 295 +++++++++++++++++++++++++++++----
 3 files changed, 301 insertions(+), 40 deletions(-)

-- 
2.1.4

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

* [dpdk-dev] [PATCH 1/3] doc: merge release notes sections
  2017-02-09  8:31 [dpdk-dev] [PATCH 0/3] doc: update release notes Nelio Laranjeiro
@ 2017-02-09  8:31 ` Nelio Laranjeiro
  2017-02-14  0:28   ` Mcnamara, John
  2017-02-09  8:32 ` [dpdk-dev] [PATCH 2/3] doc: update release notes for mlx4 Nelio Laranjeiro
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Nelio Laranjeiro @ 2017-02-09  8:31 UTC (permalink / raw)
  To: dev, John McNamara, Thomas Monjalon; +Cc: Adrien Mazarguil, Olga Shern

These sections do not provide the exact tests that were done nor whether
specific NICs are supported by all platforms.

Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
---
 doc/guides/rel_notes/release_17_02.rst | 60 +++++++++++++++++-----------------
 1 file changed, 30 insertions(+), 30 deletions(-)

diff --git a/doc/guides/rel_notes/release_17_02.rst b/doc/guides/rel_notes/release_17_02.rst
index 83519dc..f662b50 100644
--- a/doc/guides/rel_notes/release_17_02.rst
+++ b/doc/guides/rel_notes/release_17_02.rst
@@ -373,52 +373,52 @@ The libraries prepended with a plus sign were incremented in this version.
 Tested Platforms
 ----------------
 
-.. This section should contain a list of platforms that were tested with this release.
+.. This section should contain a list of systems (properties, NIC, OS) that were tested with this release.
 
    The format is:
 
-   #. Platform name.
+   #. (Intel, IBM, ARM,...) platform with <company> NICs.
 
       * Platform details.
-      * Platform details.
 
-   This section is a comment. do not overwrite or remove it.
-   Also, make sure to start the actual text at the margin.
-   =========================================================
+        * Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz
+        * Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.70GHz
+        * Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
 
+          * Intel(R) Server board S2600WTT
+          * BIOS: SE5C610.86B.01.01.0005.101720141054
 
-Tested NICs
------------
+        * ...
 
-.. This section should contain a list of NICs that were tested with this release.
+        * OS
 
-   The format is:
+          * CentOS 7.0
+          * Fedora 23
+          * Fedora 24
+          * FreeBSD 10.3
+          * Red Hat Enterprise Linux 7.2
+          * SUSE Enterprise Linux 12
+          * Ubuntu 15.10
+          * Ubuntu 16.04 LTS
+          * Wind River Linux 8
+          * ...
 
-   #. NIC name.
+      * List of NICs
 
-      * NIC details.
-      * NIC details.
+        * Intel(R) Ethernet Controller X540-AT2
 
-   This section is a comment. do not overwrite or remove it.
-   Also, make sure to start the actual text at the margin.
-   =========================================================
+          * Firmware version: 0x80000389
+          * Device id (pf): 8086:1528
+          * Driver version: 3.23.2 (ixgbe)
+          * ...
 
+        * Intel(R) 82599ES 10 Gigabit Ethernet Controller
 
-Tested OSes
------------
+          * Firmware version: 0x61bf0001
+          * Device id (pf/vf): 8086:10fb / 8086:10ed
+          * Driver version: 4.0.1-k (ixgbe)
 
-.. This section should contain a list of OSes that were tested with this release.
-   The format is as follows, in alphabetical order:
-
-   * CentOS 7.0
-   * Fedora 23
-   * Fedora 24
-   * FreeBSD 10.3
-   * Red Hat Enterprise Linux 7.2
-   * SUSE Enterprise Linux 12
-   * Ubuntu 15.10
-   * Ubuntu 16.04 LTS
-   * Wind River Linux 8
+        * ...
 
    This section is a comment. do not overwrite or remove it.
    Also, make sure to start the actual text at the margin.
-- 
2.1.4

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

* [dpdk-dev] [PATCH 2/3] doc: update release notes for mlx4
  2017-02-09  8:31 [dpdk-dev] [PATCH 0/3] doc: update release notes Nelio Laranjeiro
  2017-02-09  8:31 ` [dpdk-dev] [PATCH 1/3] doc: merge release notes sections Nelio Laranjeiro
@ 2017-02-09  8:32 ` Nelio Laranjeiro
  2017-02-14  0:29   ` Mcnamara, John
  2017-02-09  8:32 ` [dpdk-dev] [PATCH 3/3] doc: update release notes for mlx5 Nelio Laranjeiro
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Nelio Laranjeiro @ 2017-02-09  8:32 UTC (permalink / raw)
  To: dev, John McNamara, Thomas Monjalon; +Cc: Adrien Mazarguil, Olga Shern

Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
---
 doc/guides/nics/mlx4.rst               |  9 +++++++--
 doc/guides/rel_notes/release_17_02.rst | 35 ++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+), 2 deletions(-)

diff --git a/doc/guides/nics/mlx4.rst b/doc/guides/nics/mlx4.rst
index 49f4626..9a2e973 100644
--- a/doc/guides/nics/mlx4.rst
+++ b/doc/guides/nics/mlx4.rst
@@ -238,8 +238,8 @@ DPDK and must be installed separately:
 
 Currently supported by DPDK:
 
-- Mellanox OFED **3.1**.
-- Firmware version **2.35.5100** and higher.
+- Mellanox OFED **4.0-1.0.1.0**.
+- Firmware version **2.40.5030**.
 - Supported architectures:  **x86_64** and **POWER8**.
 
 Getting Mellanox OFED
@@ -262,6 +262,11 @@ required from that distribution.
    this DPDK release was developed and tested against is strongly
    recommended. Please check the `prerequisites`_.
 
+Supported NICs
+--------------
+
+* Mellanox(R) ConnectX(R)-3 Pro 40G MCX354A-FCC_Ax (2*40G)
+
 Usage example
 -------------
 
diff --git a/doc/guides/rel_notes/release_17_02.rst b/doc/guides/rel_notes/release_17_02.rst
index f662b50..d69dc4f 100644
--- a/doc/guides/rel_notes/release_17_02.rst
+++ b/doc/guides/rel_notes/release_17_02.rst
@@ -122,6 +122,10 @@ New Features
   A new network PMD which supports Solarflare SFN7xxx and SFN8xxx family
   of 10/40 Gbps adapters has been added.
 
+* **Updated the mlx4 driver.**
+
+  * Addressed a few bugs.
+
 * **Added support for Mellanox ConnectX-5 adapters (mlx5).**
 
   Support for Mellanox ConnectX-5 family of 10/25/40/50/100 Gbps adapters
@@ -423,3 +427,34 @@ Tested Platforms
    This section is a comment. do not overwrite or remove it.
    Also, make sure to start the actual text at the margin.
    =========================================================
+
+#. Intel(R) platforms with Mellanox(R) NICs.
+
+   * Platform details.
+
+     * Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz
+     * Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz
+     * Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz
+
+     * OS:
+
+       * CentOS 7.0
+       * Fedora 23
+       * Fedora 24
+       * FreeBSD 10.3
+       * Red Hat Enterprise Linux 7.2
+       * SUSE Enterprise Linux 12
+       * Ubuntu 14.04 LTS
+       * Ubuntu 15.10
+       * Ubuntu 16.04 LTS
+       * Wind River Linux 8
+
+   * MLNX_OFED: 4.0-1.0.1.0
+
+   * NICs:
+
+     * Mellanox(R) ConnectX(R)-3 Pro 40G MCX354A-FCC_Ax (2x40G)
+
+       * Host interface: PCI Express 3.0 x8
+       * Device ID: 15b3:1007
+       * Firmware version: 2.40.5030
-- 
2.1.4

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

* [dpdk-dev] [PATCH 3/3] doc: update release notes for mlx5
  2017-02-09  8:31 [dpdk-dev] [PATCH 0/3] doc: update release notes Nelio Laranjeiro
  2017-02-09  8:31 ` [dpdk-dev] [PATCH 1/3] doc: merge release notes sections Nelio Laranjeiro
  2017-02-09  8:32 ` [dpdk-dev] [PATCH 2/3] doc: update release notes for mlx4 Nelio Laranjeiro
@ 2017-02-09  8:32 ` Nelio Laranjeiro
  2017-02-14  0:29   ` Mcnamara, John
  2017-02-13 17:48 ` [dpdk-dev] [PATCH 0/3] doc: update release notes Thomas Monjalon
  2017-02-14 13:25 ` Thomas Monjalon
  4 siblings, 1 reply; 10+ messages in thread
From: Nelio Laranjeiro @ 2017-02-09  8:32 UTC (permalink / raw)
  To: dev, John McNamara, Thomas Monjalon; +Cc: Adrien Mazarguil, Olga Shern

Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
---
 doc/guides/nics/mlx5.rst               |  37 ++++--
 doc/guides/rel_notes/release_17_02.rst | 202 +++++++++++++++++++++++++++++++++
 2 files changed, 230 insertions(+), 9 deletions(-)

diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
index 571a926..09922a0 100644
--- a/doc/guides/nics/mlx5.rst
+++ b/doc/guides/nics/mlx5.rst
@@ -243,17 +243,13 @@ DPDK and must be installed separately:
 
 Currently supported by DPDK:
 
-- Mellanox OFED version:
-
-  - ConnectX-4: **3.4-1.0.0.0**
-  - ConnectX-4 Lx: **3.4-1.0.0.0**
-  - ConnectX-5: **4.0-0.0.8.1**
-
+- Mellanox OFED version: **4.0-1.0.1.0**
 - firmware version:
 
-  - ConnectX-4: **12.17.1010**
-  - ConnectX-4 Lx: **14.17.1010**
-  - ConnectX-5: **16.18.0296**
+  - ConnectX-4: **12.18.1000**
+  - ConnectX-4 Lx: **14.18.1000**
+  - ConnectX-5: **16.18.1000**
+  - ConnectX-5 Ex: **16.18.1000**
 
 Getting Mellanox OFED
 ~~~~~~~~~~~~~~~~~~~~~
@@ -275,6 +271,29 @@ required from that distribution.
    this DPDK release was developed and tested against is strongly
    recommended. Please check the `prerequisites`_.
 
+Supported NICs
+--------------
+
+* Mellanox(R) ConnectX(R)-4 10G MCX4111A-XCAT (1x10G)
+* Mellanox(R) ConnectX(R)-4 10G MCX4121A-XCAT (2x10G)
+* Mellanox(R) ConnectX(R)-4 25G MCX4111A-ACAT (1x25G)
+* Mellanox(R) ConnectX(R)-4 25G MCX4121A-ACAT (2x25G)
+* Mellanox(R) ConnectX(R)-4 40G MCX4131A-BCAT (1x40G)
+* Mellanox(R) ConnectX(R)-4 40G MCX413A-BCAT (1x40G)
+* Mellanox(R) ConnectX(R)-4 40G MCX415A-BCAT (1x40G)
+* Mellanox(R) ConnectX(R)-4 50G MCX4131A-GCAT (1x50G)
+* Mellanox(R) ConnectX(R)-4 50G MCX413A-GCAT (1x50G)
+* Mellanox(R) ConnectX(R)-4 50G MCX414A-BCAT (2x50G)
+* Mellanox(R) ConnectX(R)-4 50G MCX415A-GCAT (2x50G)
+* Mellanox(R) ConnectX(R)-4 50G MCX416A-BCAT (2x50G)
+* Mellanox(R) ConnectX(R)-4 50G MCX416A-GCAT (2x50G)
+* Mellanox(R) ConnectX(R)-4 50G MCX415A-CCAT (1x100G)
+* Mellanox(R) ConnectX(R)-4 100G MCX416A-CCAT (2x100G)
+* Mellanox(R) ConnectX(R)-4 Lx 10G MCX4121A-XCAT (2x10G)
+* Mellanox(R) ConnectX(R)-4 Lx 25G MCX4121A-ACAT (2x25G)
+* Mellanox(R) ConnectX(R)-5 100G MCX556A-ECAT (2x100G)
+* Mellanox(R) ConnectX(R)-5 Ex EN 100G MCX516A-CDAT (2x100G)
+
 Notes for testpmd
 -----------------
 
diff --git a/doc/guides/rel_notes/release_17_02.rst b/doc/guides/rel_notes/release_17_02.rst
index d69dc4f..a17a3b6 100644
--- a/doc/guides/rel_notes/release_17_02.rst
+++ b/doc/guides/rel_notes/release_17_02.rst
@@ -131,6 +131,17 @@ New Features
   Support for Mellanox ConnectX-5 family of 10/25/40/50/100 Gbps adapters
   has been added to the existing mlx5 PMD.
 
+* **Updated the mlx5 driver.**
+
+  * Improve Tx performance by using vector logic.
+  * Improve RSS balancing when number of queues is not a power of two.
+  * Generic flow API support for Ethernet, IPv4, IPv4, UDP, TCP, VLAN and
+    VXLAN pattern items with DROP and QUEUE actions.
+  * Support for extended statistics.
+  * Addressed several data path bugs.
+  * As of MLNX_OFED 4.0-1.0.1.0, the Toeplitz RSS hash function is not
+    symmetric anymore for consistency with other PMDs.
+
 * **virtio-user with vhost-kernel as another exceptional path.**
 
   Previously, we upstreamed a virtual device, virtio-user with vhost-user
@@ -458,3 +469,194 @@ Tested Platforms
        * Host interface: PCI Express 3.0 x8
        * Device ID: 15b3:1007
        * Firmware version: 2.40.5030
+
+     * Mellanox(R) ConnectX(R)-4 10G MCX4111A-XCAT (1x10G)
+
+       * Host interface: PCI Express 3.0 x8
+       * Device ID: 15b3:1013
+       * Firmware version: 12.18.1000
+
+     * Mellanox(R) ConnectX(R)-4 10G MCX4121A-XCAT (2x10G)
+
+       * Host interface: PCI Express 3.0 x8
+       * Device ID: 15b3:1013
+       * Firmware version: 12.18.1000
+
+     * Mellanox(R) ConnectX(R)-4 25G MCX4111A-ACAT (1x25G)
+
+       * Host interface: PCI Express 3.0 x8
+       * Device ID: 15b3:1013
+       * Firmware version: 12.18.1000
+
+     * Mellanox(R) ConnectX(R)-4 25G MCX4121A-ACAT (2x25G)
+
+       * Host interface: PCI Express 3.0 x8
+       * Device ID: 15b3:1013
+       * Firmware version: 12.18.1000
+
+     * Mellanox(R) ConnectX(R)-4 40G MCX4131A-BCAT/MCX413A-BCAT (1x40G)
+
+       * Host interface: PCI Express 3.0 x8
+       * Device ID: 15b3:1013
+       * Firmware version: 12.18.1000
+
+     * Mellanox(R) ConnectX(R)-4 40G MCX415A-BCAT (1x40G)
+
+       * Host interface: PCI Express 3.0 x16
+       * Device ID: 15b3:1013
+       * Firmware version: 12.18.1000
+
+     * Mellanox(R) ConnectX(R)-4 50G MCX4131A-GCAT/MCX413A-GCAT (1x50G)
+
+       * Host interface: PCI Express 3.0 x8
+       * Device ID: 15b3:1013
+       * Firmware version: 12.18.1000
+
+     * Mellanox(R) ConnectX(R)-4 50G MCX414A-BCAT (2x50G)
+
+       * Host interface: PCI Express 3.0 x8
+       * Device ID: 15b3:1013
+       * Firmware version: 12.18.1000
+
+     * Mellanox(R) ConnectX(R)-4 50G MCX415A-GCAT/MCX416A-BCAT/MCX416A-GCAT (2x50G)
+
+       * Host interface: PCI Express 3.0 x16
+       * Device ID: 15b3:1013
+       * Firmware version: 12.18.1000
+
+     * Mellanox(R) ConnectX(R)-4 50G MCX415A-CCAT (1x100G)
+
+       * Host interface: PCI Express 3.0 x16
+       * Device ID: 15b3:1013
+       * Firmware version: 12.18.1000
+
+     * Mellanox(R) ConnectX(R)-4 100G MCX416A-CCAT (2x100G)
+
+       * Host interface: PCI Express 3.0 x16
+       * Device ID: 15b3:1013
+       * Firmware version: 12.18.1000
+
+     * Mellanox(R) ConnectX(R)-4 Lx 10G MCX4121A-XCAT (2x10G)
+
+       * Host interface: PCI Express 3.0 x8
+       * Device ID: 15b3:1015
+       * Firmware version: 14.18.1000
+
+     * Mellanox(R) ConnectX(R)-4 Lx 25G MCX4121A-ACAT (2x25G)
+
+       * Host interface: PCI Express 3.0 x8
+       * Device ID: 15b3:1015
+       * Firmware version: 14.18.1000
+
+     * Mellanox(R) ConnectX(R)-5 100G MCX556A-ECAT (2x100G)
+
+       * Host interface: PCI Express 3.0 x16
+       * Device ID: 15b3:1017
+       * Firmware version: 16.18.1000
+
+     * Mellanox(R) ConnectX-5 Ex EN 100G MCX516A-CDAT (2x100G)
+
+       * Host interface: PCI Express 4.0 x16
+       * Device ID: 15b3:1019
+       * Firmware version: 16.18.1000
+
+#. IBM(R) Power8(R) with Mellanox(R) NICs.
+
+   * Machine:
+
+     * Processor: POWER8E (raw), AltiVec supported
+
+       * type-model: 8247-22L
+       * Firmware FW810.21 (SV810_108)
+
+     * OS:
+
+       * Ubuntu 16.04 LTS PPC le
+
+   * MLNX_OFED: 4.0-1.0.1.0
+
+   * NICs:
+
+     * Mellanox(R) ConnectX(R)-4 10G MCX4111A-XCAT (1x10G)
+
+       * Host interface: PCI Express 3.0 x8
+       * Device ID: 15b3:1013
+       * Firmware version: 12.18.1000
+
+     * Mellanox(R) ConnectX(R)-4 10G MCX4121A-XCAT (2x10G)
+
+       * Host interface: PCI Express 3.0 x8
+       * Device ID: 15b3:1013
+       * Firmware version: 12.18.1000
+
+     * Mellanox(R) ConnectX(R)-4 25G MCX4111A-ACAT (1x25G)
+
+       * Host interface: PCI Express 3.0 x8
+       * Device ID: 15b3:1013
+       * Firmware version: 12.18.1000
+
+     * Mellanox(R) ConnectX(R)-4 25G MCX4121A-ACAT (2x25G)
+
+       * Host interface: PCI Express 3.0 x8
+       * Device ID: 15b3:1013
+       * Firmware version: 12.18.1000
+
+     * Mellanox(R) ConnectX(R)-4 40G MCX4131A-BCAT/MCX413A-BCAT (1x40G)
+
+       * Host interface: PCI Express 3.0 x8
+       * Device ID: 15b3:1013
+       * Firmware version: 12.18.1000
+
+     * Mellanox(R) ConnectX(R)-4 40G MCX415A-BCAT (1x40G)
+
+       * Host interface: PCI Express 3.0 x16
+       * Device ID: 15b3:1013
+       * Firmware version: 12.18.1000
+
+     * Mellanox(R) ConnectX(R)-4 50G MCX4131A-GCAT/MCX413A-GCAT (1x50G)
+
+       * Host interface: PCI Express 3.0 x8
+       * Device ID: 15b3:1013
+       * Firmware version: 12.18.1000
+
+     * Mellanox(R) ConnectX(R)-4 50G MCX414A-BCAT (2x50G)
+
+       * Host interface: PCI Express 3.0 x8
+       * Device ID: 15b3:1013
+       * Firmware version: 12.18.1000
+
+     * Mellanox(R) ConnectX(R)-4 50G MCX415A-GCAT/MCX416A-BCAT/MCX416A-GCAT (2x50G)
+
+       * Host interface: PCI Express 3.0 x16
+       * Device ID: 15b3:1013
+       * Firmware version: 12.18.1000
+
+     * Mellanox(R) ConnectX(R)-4 50G MCX415A-CCAT (1x100G)
+
+       * Host interface: PCI Express 3.0 x16
+       * Device ID: 15b3:1013
+       * Firmware version: 12.18.1000
+
+     * Mellanox(R) ConnectX(R)-4 100G MCX416A-CCAT (2x100G)
+
+       * Host interface: PCI Express 3.0 x16
+       * Device ID: 15b3:1013
+       * Firmware version: 12.18.1000
+
+     * Mellanox(R) ConnectX(R)-4 Lx 10G MCX4121A-XCAT (2x10G)
+
+       * Host interface: PCI Express 3.0 x8
+       * Device ID: 15b3:1015
+       * Firmware version: 14.18.1000
+
+     * Mellanox(R) ConnectX(R)-4 Lx 25G MCX4121A-ACAT (2x25G)
+
+       * Host interface: PCI Express 3.0 x8
+       * Device ID: 15b3:1015
+       * Firmware version: 14.18.1000
+
+     * Mellanox(R) ConnectX(R)-5 100G MCX556A-ECAT (2x100G)
+
+       * Host interface: PCI Express 3.0 x16
+       * Device ID: 15b3:1017
+       * Firmware version: 16.18.1000
-- 
2.1.4

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

* Re: [dpdk-dev] [PATCH 0/3] doc: update release notes
  2017-02-09  8:31 [dpdk-dev] [PATCH 0/3] doc: update release notes Nelio Laranjeiro
                   ` (2 preceding siblings ...)
  2017-02-09  8:32 ` [dpdk-dev] [PATCH 3/3] doc: update release notes for mlx5 Nelio Laranjeiro
@ 2017-02-13 17:48 ` Thomas Monjalon
  2017-02-13 18:35   ` Mcnamara, John
  2017-02-14 13:25 ` Thomas Monjalon
  4 siblings, 1 reply; 10+ messages in thread
From: Thomas Monjalon @ 2017-02-13 17:48 UTC (permalink / raw)
  To: John McNamara; +Cc: Nelio Laranjeiro, dev, Adrien Mazarguil, Olga Shern

2017-02-09 09:31, Nelio Laranjeiro:
> Biggest change is in the first patch to provide a better visibility for users
> on which NIC has been tested on which platform.
> 
> Others two are just updates for Mellanox PMDs.
> 
> Nelio Laranjeiro (3):
>   doc: merge release notes sections
>   doc: update release notes for mlx4
>   doc: update release notes for mlx5

John, what do you think of this presentation?

If we cannot get an agreement shortly, I suggest to drop this part of
the release notes.

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

* Re: [dpdk-dev] [PATCH 0/3] doc: update release notes
  2017-02-13 17:48 ` [dpdk-dev] [PATCH 0/3] doc: update release notes Thomas Monjalon
@ 2017-02-13 18:35   ` Mcnamara, John
  0 siblings, 0 replies; 10+ messages in thread
From: Mcnamara, John @ 2017-02-13 18:35 UTC (permalink / raw)
  To: Thomas Monjalon
  Cc: Nelio Laranjeiro, dev, Adrien Mazarguil, Olga Shern, Pei, Yulong



> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> Sent: Monday, February 13, 2017 5:49 PM
> To: Mcnamara, John <john.mcnamara@intel.com>
> Cc: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>; dev@dpdk.org; Adrien
> Mazarguil <adrien.mazarguil@6wind.com>; Olga Shern <olgas@mellanox.com>
> Subject: Re: [PATCH 0/3] doc: update release notes
> 
> 2017-02-09 09:31, Nelio Laranjeiro:
> > Biggest change is in the first patch to provide a better visibility
> > for users on which NIC has been tested on which platform.
> >
> > Others two are just updates for Mellanox PMDs.
> >
> > Nelio Laranjeiro (3):
> >   doc: merge release notes sections
> >   doc: update release notes for mlx4
> >   doc: update release notes for mlx5
> 
> John, what do you think of this presentation?
> 
> If we cannot get an agreement shortly, I suggest to drop this part of the
> release notes.


I think this is a better approach. I'm just concerned about whether we have time to make the change to the Intel data. I'll work with Yulong to see if we can revise 20162 in this format.

John

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

* Re: [dpdk-dev] [PATCH 1/3] doc: merge release notes sections
  2017-02-09  8:31 ` [dpdk-dev] [PATCH 1/3] doc: merge release notes sections Nelio Laranjeiro
@ 2017-02-14  0:28   ` Mcnamara, John
  0 siblings, 0 replies; 10+ messages in thread
From: Mcnamara, John @ 2017-02-14  0:28 UTC (permalink / raw)
  To: Nelio Laranjeiro, dev, Thomas Monjalon; +Cc: Adrien Mazarguil, Olga Shern



> -----Original Message-----
> From: Nelio Laranjeiro [mailto:nelio.laranjeiro@6wind.com]
> Sent: Thursday, February 9, 2017 8:32 AM
> To: dev@dpdk.org; Mcnamara, John <john.mcnamara@intel.com>; Thomas
> Monjalon <thomas.monjalon@6wind.com>
> Cc: Adrien Mazarguil <adrien.mazarguil@6wind.com>; Olga Shern
> <olgas@mellanox.com>
> Subject: [PATCH 1/3] doc: merge release notes sections
> 
> These sections do not provide the exact tests that were done nor whether
> specific NICs are supported by all platforms.
> 
> Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>

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

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

* Re: [dpdk-dev] [PATCH 3/3] doc: update release notes for mlx5
  2017-02-09  8:32 ` [dpdk-dev] [PATCH 3/3] doc: update release notes for mlx5 Nelio Laranjeiro
@ 2017-02-14  0:29   ` Mcnamara, John
  0 siblings, 0 replies; 10+ messages in thread
From: Mcnamara, John @ 2017-02-14  0:29 UTC (permalink / raw)
  To: Nelio Laranjeiro, dev, Thomas Monjalon; +Cc: Adrien Mazarguil, Olga Shern



> -----Original Message-----
> From: Nelio Laranjeiro [mailto:nelio.laranjeiro@6wind.com]
> Sent: Thursday, February 9, 2017 8:32 AM
> To: dev@dpdk.org; Mcnamara, John <john.mcnamara@intel.com>; Thomas
> Monjalon <thomas.monjalon@6wind.com>
> Cc: Adrien Mazarguil <adrien.mazarguil@6wind.com>; Olga Shern
> <olgas@mellanox.com>
> Subject: [PATCH 3/3] doc: update release notes for mlx5
> 
> Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>

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

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

* Re: [dpdk-dev] [PATCH 2/3] doc: update release notes for mlx4
  2017-02-09  8:32 ` [dpdk-dev] [PATCH 2/3] doc: update release notes for mlx4 Nelio Laranjeiro
@ 2017-02-14  0:29   ` Mcnamara, John
  0 siblings, 0 replies; 10+ messages in thread
From: Mcnamara, John @ 2017-02-14  0:29 UTC (permalink / raw)
  To: Nelio Laranjeiro, dev, Thomas Monjalon; +Cc: Adrien Mazarguil, Olga Shern



> -----Original Message-----
> From: Nelio Laranjeiro [mailto:nelio.laranjeiro@6wind.com]
> Sent: Thursday, February 9, 2017 8:32 AM
> To: dev@dpdk.org; Mcnamara, John <john.mcnamara@intel.com>; Thomas
> Monjalon <thomas.monjalon@6wind.com>
> Cc: Adrien Mazarguil <adrien.mazarguil@6wind.com>; Olga Shern
> <olgas@mellanox.com>
> Subject: [PATCH 2/3] doc: update release notes for mlx4
> 
> Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>

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

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

* Re: [dpdk-dev] [PATCH 0/3] doc: update release notes
  2017-02-09  8:31 [dpdk-dev] [PATCH 0/3] doc: update release notes Nelio Laranjeiro
                   ` (3 preceding siblings ...)
  2017-02-13 17:48 ` [dpdk-dev] [PATCH 0/3] doc: update release notes Thomas Monjalon
@ 2017-02-14 13:25 ` Thomas Monjalon
  4 siblings, 0 replies; 10+ messages in thread
From: Thomas Monjalon @ 2017-02-14 13:25 UTC (permalink / raw)
  To: Nelio Laranjeiro; +Cc: dev, John McNamara, Adrien Mazarguil, Olga Shern

2017-02-09 09:31, Nelio Laranjeiro:
> Biggest change is in the first patch to provide a better visibility for users
> on which NIC has been tested on which platform.
> 
> Others two are just updates for Mellanox PMDs.
> 
> Nelio Laranjeiro (3):
>   doc: merge release notes sections
>   doc: update release notes for mlx4
>   doc: update release notes for mlx5

Applied, thanks

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

end of thread, other threads:[~2017-02-14 13:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-09  8:31 [dpdk-dev] [PATCH 0/3] doc: update release notes Nelio Laranjeiro
2017-02-09  8:31 ` [dpdk-dev] [PATCH 1/3] doc: merge release notes sections Nelio Laranjeiro
2017-02-14  0:28   ` Mcnamara, John
2017-02-09  8:32 ` [dpdk-dev] [PATCH 2/3] doc: update release notes for mlx4 Nelio Laranjeiro
2017-02-14  0:29   ` Mcnamara, John
2017-02-09  8:32 ` [dpdk-dev] [PATCH 3/3] doc: update release notes for mlx5 Nelio Laranjeiro
2017-02-14  0:29   ` Mcnamara, John
2017-02-13 17:48 ` [dpdk-dev] [PATCH 0/3] doc: update release notes Thomas Monjalon
2017-02-13 18:35   ` Mcnamara, John
2017-02-14 13:25 ` 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).