* [dpdk-dev] [PATCH] doc: update release notes for mlx5 PMD
@ 2020-07-19 11:59 Suanming Mou
2020-08-05 15:31 ` Thomas Monjalon
2020-08-06 2:42 ` [dpdk-dev] [PATCH v2] " Suanming Mou
0 siblings, 2 replies; 6+ messages in thread
From: Suanming Mou @ 2020-07-19 11:59 UTC (permalink / raw)
To: John McNamara, Marko Kovacevic; +Cc: rasland, dev
Update the release notes of mlx5 PMD for two new added devargs:
1. sys_mem_en
2. decap_en
Signed-off-by: Suanming Mou <suanmingm@mellanox.com>
---
doc/guides/rel_notes/release_20_08.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/guides/rel_notes/release_20_08.rst b/doc/guides/rel_notes/release_20_08.rst
index 917a5b8..43e20c6 100644
--- a/doc/guides/rel_notes/release_20_08.rst
+++ b/doc/guides/rel_notes/release_20_08.rst
@@ -123,6 +123,8 @@ New Features
* Added new PMD devarg ``reclaim_mem_mode``.
* Added new devarg ``lacp_by_user``.
* Added support for eCPRI protocol offloading.
+ * Added new devarg ``decap_en``.
+ * Added new devarg ``sys_mem_en``.
* **Added vDPA device APIs to query virtio queue statistics.**
--
1.8.3.1
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: update release notes for mlx5 PMD
2020-07-19 11:59 [dpdk-dev] [PATCH] doc: update release notes for mlx5 PMD Suanming Mou
@ 2020-08-05 15:31 ` Thomas Monjalon
2020-08-06 0:57 ` Suanming Mou
2020-08-06 2:42 ` [dpdk-dev] [PATCH v2] " Suanming Mou
1 sibling, 1 reply; 6+ messages in thread
From: Thomas Monjalon @ 2020-08-05 15:31 UTC (permalink / raw)
To: Suanming Mou; +Cc: John McNamara, Marko Kovacevic, dev, rasland, asafp, galco
19/07/2020 13:59, Suanming Mou:
> Update the release notes of mlx5 PMD for two new added devargs:
> 1. sys_mem_en
> 2. decap_en
That's a pity it was not sent as part of code implementation.
Please, at least, add the Fixes lines.
> Signed-off-by: Suanming Mou <suanmingm@mellanox.com>
> ---
> --- a/doc/guides/rel_notes/release_20_08.rst
> +++ b/doc/guides/rel_notes/release_20_08.rst
> @@ -123,6 +123,8 @@ New Features
> * Added new PMD devarg ``reclaim_mem_mode``.
> * Added new devarg ``lacp_by_user``.
> * Added support for eCPRI protocol offloading.
> + * Added new devarg ``decap_en``.
> + * Added new devarg ``sys_mem_en``.
You could group by moving up with other devargs in a logical order.
I think we could even group all devargs in a single list item.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: update release notes for mlx5 PMD
2020-08-05 15:31 ` Thomas Monjalon
@ 2020-08-06 0:57 ` Suanming Mou
0 siblings, 0 replies; 6+ messages in thread
From: Suanming Mou @ 2020-08-06 0:57 UTC (permalink / raw)
To: Thomas Monjalon
Cc: John McNamara, Marko Kovacevic, dev, Raslan Darawsheh,
Asaf Penso, Gal Cohen (Product)
> -----Original Message-----
> From: Thomas Monjalon <thomas@monjalon.net>
> Sent: Wednesday, August 5, 2020 11:31 PM
> To: Suanming Mou <suanmingm@mellanox.com>
> Cc: John McNamara <john.mcnamara@intel.com>; Marko Kovacevic
> <marko.kovacevic@intel.com>; dev@dpdk.org; Raslan Darawsheh
> <rasland@mellanox.com>; Asaf Penso <asafp@mellanox.com>; Gal Cohen
> (Product) <galco@mellanox.com>
> Subject: Re: [dpdk-dev] [PATCH] doc: update release notes for mlx5 PMD
>
> 19/07/2020 13:59, Suanming Mou:
> > Update the release notes of mlx5 PMD for two new added devargs:
> > 1. sys_mem_en
> > 2. decap_en
>
> That's a pity it was not sent as part of code implementation.
>
> Please, at least, add the Fixes lines.
OK, will add the Fixes lines.
>
> > Signed-off-by: Suanming Mou <suanmingm@mellanox.com>
> > ---
> > --- a/doc/guides/rel_notes/release_20_08.rst
> > +++ b/doc/guides/rel_notes/release_20_08.rst
> > @@ -123,6 +123,8 @@ New Features
> > * Added new PMD devarg ``reclaim_mem_mode``.
> > * Added new devarg ``lacp_by_user``.
> > * Added support for eCPRI protocol offloading.
> > + * Added new devarg ``decap_en``.
> > + * Added new devarg ``sys_mem_en``.
>
> You could group by moving up with other devargs in a logical order.
> I think we could even group all devargs in a single list item.
Good idea. Thanks.
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [dpdk-dev] [PATCH v2] doc: update release notes for mlx5 PMD
2020-07-19 11:59 [dpdk-dev] [PATCH] doc: update release notes for mlx5 PMD Suanming Mou
2020-08-05 15:31 ` Thomas Monjalon
@ 2020-08-06 2:42 ` Suanming Mou
2020-08-06 13:48 ` Kinsella, Ray
2020-08-06 23:09 ` Thomas Monjalon
1 sibling, 2 replies; 6+ messages in thread
From: Suanming Mou @ 2020-08-06 2:42 UTC (permalink / raw)
To: thomas; +Cc: dev, rasland
Update the release notes of mlx5 PMD for two new added devargs:
1. sys_mem_en
2. decap_en
Fixes: 5522da6b201b ("net/mlx5: add option to allocate memory from system")
Fixes: 50f95b23c9ba ("net/mlx5: add option to configure FCS or decapsulation")
Signed-off-by: Suanming Mou <suanmingm@mellanox.com>
---
doc/guides/rel_notes/release_20_08.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/guides/rel_notes/release_20_08.rst b/doc/guides/rel_notes/release_20_08.rst
index 9761f5a..4263e02 100644
--- a/doc/guides/rel_notes/release_20_08.rst
+++ b/doc/guides/rel_notes/release_20_08.rst
@@ -145,9 +145,9 @@ New Features
Updated Mellanox mlx5 driver with new features and improvements, including:
* Added mlx5 PCI layer to share a PCI device among multiple PMDs.
- * Added new PMD devarg ``reclaim_mem_mode``.
- * Added new devarg ``lacp_by_user``.
* Added support for eCPRI protocol offloading.
+ * Added PMD devarg ``reclaim_mem_mode``, ``lacp_by_user``,
+ ``decap_en``, ``sys_mem_en``.
* **Added vDPA device APIs to query virtio queue statistics.**
--
1.8.3.1
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH v2] doc: update release notes for mlx5 PMD
2020-08-06 2:42 ` [dpdk-dev] [PATCH v2] " Suanming Mou
@ 2020-08-06 13:48 ` Kinsella, Ray
2020-08-06 23:09 ` Thomas Monjalon
1 sibling, 0 replies; 6+ messages in thread
From: Kinsella, Ray @ 2020-08-06 13:48 UTC (permalink / raw)
To: dev
On 06/08/2020 03:42, Suanming Mou wrote:
> Update the release notes of mlx5 PMD for two new added devargs:
> 1. sys_mem_en
> 2. decap_en
>
> Fixes: 5522da6b201b ("net/mlx5: add option to allocate memory from system")
> Fixes: 50f95b23c9ba ("net/mlx5: add option to configure FCS or decapsulation")
>
> Signed-off-by: Suanming Mou <suanmingm@mellanox.com>
> ---
> doc/guides/rel_notes/release_20_08.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/doc/guides/rel_notes/release_20_08.rst b/doc/guides/rel_notes/release_20_08.rst
> index 9761f5a..4263e02 100644
> --- a/doc/guides/rel_notes/release_20_08.rst
> +++ b/doc/guides/rel_notes/release_20_08.rst
> @@ -145,9 +145,9 @@ New Features
> Updated Mellanox mlx5 driver with new features and improvements, including:
>
> * Added mlx5 PCI layer to share a PCI device among multiple PMDs.
> - * Added new PMD devarg ``reclaim_mem_mode``.
> - * Added new devarg ``lacp_by_user``.
> * Added support for eCPRI protocol offloading.
> + * Added PMD devarg ``reclaim_mem_mode``, ``lacp_by_user``,
> + ``decap_en``, ``sys_mem_en``.
>
> * **Added vDPA device APIs to query virtio queue statistics.**
>
Acked-by: Ray Kinsella <mdr@ashroe.eu>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH v2] doc: update release notes for mlx5 PMD
2020-08-06 2:42 ` [dpdk-dev] [PATCH v2] " Suanming Mou
2020-08-06 13:48 ` Kinsella, Ray
@ 2020-08-06 23:09 ` Thomas Monjalon
1 sibling, 0 replies; 6+ messages in thread
From: Thomas Monjalon @ 2020-08-06 23:09 UTC (permalink / raw)
To: Suanming Mou; +Cc: dev, rasland
06/08/2020 04:42, Suanming Mou:
> Update the release notes of mlx5 PMD for two new added devargs:
> 1. sys_mem_en
> 2. decap_en
>
> Fixes: 5522da6b201b ("net/mlx5: add option to allocate memory from system")
> Fixes: 50f95b23c9ba ("net/mlx5: add option to configure FCS or decapsulation")
>
> Signed-off-by: Suanming Mou <suanmingm@mellanox.com>
Applied
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-08-06 23:10 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-19 11:59 [dpdk-dev] [PATCH] doc: update release notes for mlx5 PMD Suanming Mou
2020-08-05 15:31 ` Thomas Monjalon
2020-08-06 0:57 ` Suanming Mou
2020-08-06 2:42 ` [dpdk-dev] [PATCH v2] " Suanming Mou
2020-08-06 13:48 ` Kinsella, Ray
2020-08-06 23:09 ` 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).