* [dpdk-dev] [PATCH] doc: update release notes for Mellanox drivers
@ 2019-05-09 21:11 Yongseok Koh
2019-05-09 21:11 ` Yongseok Koh
2019-05-09 21:31 ` Thomas Monjalon
0 siblings, 2 replies; 8+ messages in thread
From: Yongseok Koh @ 2019-05-09 21:11 UTC (permalink / raw)
To: thomas; +Cc: dev, shahafs
mlx4/mlx5 release note for v19.05
Signed-off-by: Yongseok Koh <yskoh@mellanox.com>
---
doc/guides/rel_notes/release_19_05.rst | 24 ++++++++++++++++++++++--
1 file changed, 22 insertions(+), 2 deletions(-)
diff --git a/doc/guides/rel_notes/release_19_05.rst b/doc/guides/rel_notes/release_19_05.rst
index 5044ac7df1..392fe80283 100644
--- a/doc/guides/rel_notes/release_19_05.rst
+++ b/doc/guides/rel_notes/release_19_05.rst
@@ -128,11 +128,31 @@ New Features
* Added Tx prepare to do Tx offloads checks.
* Added support for VXLAN and GENEVE encapsulated TSO.
-* **Updated Mellanox drivers.**
+* **Updated Mellanox mlx4 drivers.**
- New features and improvements were done in mlx4 and mlx5 PMDs:
+ New features and improvements were done:
* Added firmware version reading.
+ * Added support for secondary process.
+ * Added support of per-process device registers, reserving identical VA space
+ is not needed anymore.
+ * Added support for multicast address list interface
+
+* **Updated Mellanox mlx5 drivers.**
+
+ New features and improvements were done:
+
+ * Added firmware version reading.
+ * Added support of new naming scheme of representor.
+ * Added support for new PCI device DMA map/unmap API.
+ * Added support for multiport InfiniBand device.
+ * Added control of excessive memory pinning by kernel.
+ * Replace IPC socket with ``rte_mp`` API.
+ * Added support of DMA memory registration by secondary process.
+ * Added Direct Rule support in Direct Verbs flow driver.
+ * Added support of per-process device registers, reserving identical VA space
+ is not needed anymore.
+ * Added E-Switch support in Direct Verbs flow driver.
* **Renamed avf to iavf.**
--
2.21.0
^ permalink raw reply [flat|nested] 8+ messages in thread
* [dpdk-dev] [PATCH] doc: update release notes for Mellanox drivers
2019-05-09 21:11 [dpdk-dev] [PATCH] doc: update release notes for Mellanox drivers Yongseok Koh
@ 2019-05-09 21:11 ` Yongseok Koh
2019-05-09 21:31 ` Thomas Monjalon
1 sibling, 0 replies; 8+ messages in thread
From: Yongseok Koh @ 2019-05-09 21:11 UTC (permalink / raw)
To: thomas; +Cc: dev, shahafs
mlx4/mlx5 release note for v19.05
Signed-off-by: Yongseok Koh <yskoh@mellanox.com>
---
doc/guides/rel_notes/release_19_05.rst | 24 ++++++++++++++++++++++--
1 file changed, 22 insertions(+), 2 deletions(-)
diff --git a/doc/guides/rel_notes/release_19_05.rst b/doc/guides/rel_notes/release_19_05.rst
index 5044ac7df1..392fe80283 100644
--- a/doc/guides/rel_notes/release_19_05.rst
+++ b/doc/guides/rel_notes/release_19_05.rst
@@ -128,11 +128,31 @@ New Features
* Added Tx prepare to do Tx offloads checks.
* Added support for VXLAN and GENEVE encapsulated TSO.
-* **Updated Mellanox drivers.**
+* **Updated Mellanox mlx4 drivers.**
- New features and improvements were done in mlx4 and mlx5 PMDs:
+ New features and improvements were done:
* Added firmware version reading.
+ * Added support for secondary process.
+ * Added support of per-process device registers, reserving identical VA space
+ is not needed anymore.
+ * Added support for multicast address list interface
+
+* **Updated Mellanox mlx5 drivers.**
+
+ New features and improvements were done:
+
+ * Added firmware version reading.
+ * Added support of new naming scheme of representor.
+ * Added support for new PCI device DMA map/unmap API.
+ * Added support for multiport InfiniBand device.
+ * Added control of excessive memory pinning by kernel.
+ * Replace IPC socket with ``rte_mp`` API.
+ * Added support of DMA memory registration by secondary process.
+ * Added Direct Rule support in Direct Verbs flow driver.
+ * Added support of per-process device registers, reserving identical VA space
+ is not needed anymore.
+ * Added E-Switch support in Direct Verbs flow driver.
* **Renamed avf to iavf.**
--
2.21.0
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: update release notes for Mellanox drivers
2019-05-09 21:11 [dpdk-dev] [PATCH] doc: update release notes for Mellanox drivers Yongseok Koh
2019-05-09 21:11 ` Yongseok Koh
@ 2019-05-09 21:31 ` Thomas Monjalon
2019-05-09 21:31 ` Thomas Monjalon
2019-05-09 22:23 ` Yongseok Koh
1 sibling, 2 replies; 8+ messages in thread
From: Thomas Monjalon @ 2019-05-09 21:31 UTC (permalink / raw)
To: Yongseok Koh; +Cc: dev, shahafs
09/05/2019 23:11, Yongseok Koh:
> --- a/doc/guides/rel_notes/release_19_05.rst
> +++ b/doc/guides/rel_notes/release_19_05.rst
> -* **Updated Mellanox drivers.**
> +* **Updated Mellanox mlx4 drivers.**
s/drivers/driver/
> - New features and improvements were done in mlx4 and mlx5 PMDs:
> + New features and improvements were done:
>
> * Added firmware version reading.
> + * Added support for secondary process.
> + * Added support of per-process device registers, reserving identical VA space
> + is not needed anymore.
> + * Added support for multicast address list interface
> +
> +* **Updated Mellanox mlx5 drivers.**
s/drivers/driver/
> + New features and improvements were done:
> +
> + * Added firmware version reading.
> + * Added support of new naming scheme of representor.
> + * Added support for new PCI device DMA map/unmap API.
> + * Added support for multiport InfiniBand device.
> + * Added control of excessive memory pinning by kernel.
> + * Replace IPC socket with ``rte_mp`` API.
This is not really an improvement, just a clean-up.
OK to drop?
> + * Added support of DMA memory registration by secondary process.
> + * Added Direct Rule support in Direct Verbs flow driver.
> + * Added support of per-process device registers, reserving identical VA space
> + is not needed anymore.
> + * Added E-Switch support in Direct Verbs flow driver.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: update release notes for Mellanox drivers
2019-05-09 21:31 ` Thomas Monjalon
@ 2019-05-09 21:31 ` Thomas Monjalon
2019-05-09 22:23 ` Yongseok Koh
1 sibling, 0 replies; 8+ messages in thread
From: Thomas Monjalon @ 2019-05-09 21:31 UTC (permalink / raw)
To: Yongseok Koh; +Cc: dev, shahafs
09/05/2019 23:11, Yongseok Koh:
> --- a/doc/guides/rel_notes/release_19_05.rst
> +++ b/doc/guides/rel_notes/release_19_05.rst
> -* **Updated Mellanox drivers.**
> +* **Updated Mellanox mlx4 drivers.**
s/drivers/driver/
> - New features and improvements were done in mlx4 and mlx5 PMDs:
> + New features and improvements were done:
>
> * Added firmware version reading.
> + * Added support for secondary process.
> + * Added support of per-process device registers, reserving identical VA space
> + is not needed anymore.
> + * Added support for multicast address list interface
> +
> +* **Updated Mellanox mlx5 drivers.**
s/drivers/driver/
> + New features and improvements were done:
> +
> + * Added firmware version reading.
> + * Added support of new naming scheme of representor.
> + * Added support for new PCI device DMA map/unmap API.
> + * Added support for multiport InfiniBand device.
> + * Added control of excessive memory pinning by kernel.
> + * Replace IPC socket with ``rte_mp`` API.
This is not really an improvement, just a clean-up.
OK to drop?
> + * Added support of DMA memory registration by secondary process.
> + * Added Direct Rule support in Direct Verbs flow driver.
> + * Added support of per-process device registers, reserving identical VA space
> + is not needed anymore.
> + * Added E-Switch support in Direct Verbs flow driver.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: update release notes for Mellanox drivers
2019-05-09 21:31 ` Thomas Monjalon
2019-05-09 21:31 ` Thomas Monjalon
@ 2019-05-09 22:23 ` Yongseok Koh
2019-05-09 22:23 ` Yongseok Koh
2019-05-09 22:42 ` Thomas Monjalon
1 sibling, 2 replies; 8+ messages in thread
From: Yongseok Koh @ 2019-05-09 22:23 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: dev, Shahaf Shuler
> On May 9, 2019, at 2:31 PM, Thomas Monjalon <thomas@monjalon.net> wrote:
>
> 09/05/2019 23:11, Yongseok Koh:
>> --- a/doc/guides/rel_notes/release_19_05.rst
>> +++ b/doc/guides/rel_notes/release_19_05.rst
>> -* **Updated Mellanox drivers.**
>> +* **Updated Mellanox mlx4 drivers.**
>
> s/drivers/driver/
>
>> - New features and improvements were done in mlx4 and mlx5 PMDs:
>> + New features and improvements were done:
>>
>> * Added firmware version reading.
>> + * Added support for secondary process.
>> + * Added support of per-process device registers, reserving identical VA space
>> + is not needed anymore.
>> + * Added support for multicast address list interface
>> +
>> +* **Updated Mellanox mlx5 drivers.**
>
> s/drivers/driver/
>
>> + New features and improvements were done:
>> +
>> + * Added firmware version reading.
>> + * Added support of new naming scheme of representor.
>> + * Added support for new PCI device DMA map/unmap API.
>> + * Added support for multiport InfiniBand device.
>> + * Added control of excessive memory pinning by kernel.
>> + * Replace IPC socket with ``rte_mp`` API.
>
> This is not really an improvement, just a clean-up.
> OK to drop?
That's okay.
Do you want v2? Or, you'll make the changes?
>> + * Added support of DMA memory registration by secondary process.
>> + * Added Direct Rule support in Direct Verbs flow driver.
>> + * Added support of per-process device registers, reserving identical VA space
>> + is not needed anymore.
>> + * Added E-Switch support in Direct Verbs flow driver.
>
>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: update release notes for Mellanox drivers
2019-05-09 22:23 ` Yongseok Koh
@ 2019-05-09 22:23 ` Yongseok Koh
2019-05-09 22:42 ` Thomas Monjalon
1 sibling, 0 replies; 8+ messages in thread
From: Yongseok Koh @ 2019-05-09 22:23 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: dev, Shahaf Shuler
> On May 9, 2019, at 2:31 PM, Thomas Monjalon <thomas@monjalon.net> wrote:
>
> 09/05/2019 23:11, Yongseok Koh:
>> --- a/doc/guides/rel_notes/release_19_05.rst
>> +++ b/doc/guides/rel_notes/release_19_05.rst
>> -* **Updated Mellanox drivers.**
>> +* **Updated Mellanox mlx4 drivers.**
>
> s/drivers/driver/
>
>> - New features and improvements were done in mlx4 and mlx5 PMDs:
>> + New features and improvements were done:
>>
>> * Added firmware version reading.
>> + * Added support for secondary process.
>> + * Added support of per-process device registers, reserving identical VA space
>> + is not needed anymore.
>> + * Added support for multicast address list interface
>> +
>> +* **Updated Mellanox mlx5 drivers.**
>
> s/drivers/driver/
>
>> + New features and improvements were done:
>> +
>> + * Added firmware version reading.
>> + * Added support of new naming scheme of representor.
>> + * Added support for new PCI device DMA map/unmap API.
>> + * Added support for multiport InfiniBand device.
>> + * Added control of excessive memory pinning by kernel.
>> + * Replace IPC socket with ``rte_mp`` API.
>
> This is not really an improvement, just a clean-up.
> OK to drop?
That's okay.
Do you want v2? Or, you'll make the changes?
>> + * Added support of DMA memory registration by secondary process.
>> + * Added Direct Rule support in Direct Verbs flow driver.
>> + * Added support of per-process device registers, reserving identical VA space
>> + is not needed anymore.
>> + * Added E-Switch support in Direct Verbs flow driver.
>
>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: update release notes for Mellanox drivers
2019-05-09 22:23 ` Yongseok Koh
2019-05-09 22:23 ` Yongseok Koh
@ 2019-05-09 22:42 ` Thomas Monjalon
2019-05-09 22:42 ` Thomas Monjalon
1 sibling, 1 reply; 8+ messages in thread
From: Thomas Monjalon @ 2019-05-09 22:42 UTC (permalink / raw)
To: Yongseok Koh; +Cc: dev, Shahaf Shuler
10/05/2019 00:23, Yongseok Koh:
> > On May 9, 2019, at 2:31 PM, Thomas Monjalon <thomas@monjalon.net> wrote:
[...]
> That's okay.
> Do you want v2? Or, you'll make the changes?
Applied with changes, thanks
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: update release notes for Mellanox drivers
2019-05-09 22:42 ` Thomas Monjalon
@ 2019-05-09 22:42 ` Thomas Monjalon
0 siblings, 0 replies; 8+ messages in thread
From: Thomas Monjalon @ 2019-05-09 22:42 UTC (permalink / raw)
To: Yongseok Koh; +Cc: dev, Shahaf Shuler
10/05/2019 00:23, Yongseok Koh:
> > On May 9, 2019, at 2:31 PM, Thomas Monjalon <thomas@monjalon.net> wrote:
[...]
> That's okay.
> Do you want v2? Or, you'll make the changes?
Applied with changes, thanks
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2019-05-09 22:43 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-09 21:11 [dpdk-dev] [PATCH] doc: update release notes for Mellanox drivers Yongseok Koh
2019-05-09 21:11 ` Yongseok Koh
2019-05-09 21:31 ` Thomas Monjalon
2019-05-09 21:31 ` Thomas Monjalon
2019-05-09 22:23 ` Yongseok Koh
2019-05-09 22:23 ` Yongseok Koh
2019-05-09 22:42 ` Thomas Monjalon
2019-05-09 22:42 ` 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).