* [dpdk-dev] [PATCH] doc: API change notice for librte_table
@ 2017-05-02 18:22 Cristian Dumitrescu
2017-05-08 8:23 ` Singh, Jasvinder
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Cristian Dumitrescu @ 2017-05-02 18:22 UTC (permalink / raw)
To: dev
Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
---
doc/guides/rel_notes/deprecation.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index a3e7c72..ae937f5 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -81,3 +81,9 @@ Deprecation Notices
- ``rte_crpytodev_scheduler_mode_get``, replaced by ``rte_cryptodev_scheduler_mode_get``
- ``rte_crpytodev_scheduler_mode_set``, replaced by ``rte_cryptodev_scheduler_mode_set``
+
+* librte_table: The “key_mask” parameter will be added to all the hash tables
+ that currently do not have it, as well as to the hash compute function
+ prototype. The non-“do-sig” versions of the hash tables will be removed
+ (including the “signature_offset” parameter) and the “do-sig” versions renamed
+ accordingly.
--
2.7.4
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: API change notice for librte_table
2017-05-02 18:22 [dpdk-dev] [PATCH] doc: API change notice for librte_table Cristian Dumitrescu
@ 2017-05-08 8:23 ` Singh, Jasvinder
2017-05-09 16:34 ` Pattan, Reshma
2017-05-09 16:45 ` Mcnamara, John
2 siblings, 0 replies; 5+ messages in thread
From: Singh, Jasvinder @ 2017-05-08 8:23 UTC (permalink / raw)
To: Dumitrescu, Cristian, dev
-----Original Message-----
From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Cristian Dumitrescu
Sent: Tuesday, May 2, 2017 7:23 PM
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCH] doc: API change notice for librte_table
Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Acked-by: Jasvinder Singh <jasvinder.singh@intel.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: API change notice for librte_table
2017-05-02 18:22 [dpdk-dev] [PATCH] doc: API change notice for librte_table Cristian Dumitrescu
2017-05-08 8:23 ` Singh, Jasvinder
@ 2017-05-09 16:34 ` Pattan, Reshma
2017-05-09 16:45 ` Mcnamara, John
2 siblings, 0 replies; 5+ messages in thread
From: Pattan, Reshma @ 2017-05-09 16:34 UTC (permalink / raw)
To: Dumitrescu, Cristian, dev
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Cristian Dumitrescu
> Sent: Tuesday, May 2, 2017 7:23 PM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH] doc: API change notice for librte_table
>
> Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
> ---
> doc/guides/rel_notes/deprecation.rst | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/doc/guides/rel_notes/deprecation.rst
> b/doc/guides/rel_notes/deprecation.rst
> index a3e7c72..ae937f5 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -81,3 +81,9 @@ Deprecation Notices
>
> - ``rte_crpytodev_scheduler_mode_get``, replaced by
> ``rte_cryptodev_scheduler_mode_get``
> - ``rte_crpytodev_scheduler_mode_set``, replaced by
> ``rte_cryptodev_scheduler_mode_set``
> +
> +* librte_table: The “key_mask” parameter will be added to all the hash
> tables
> + that currently do not have it, as well as to the hash compute function
> + prototype. The non-“do-sig” versions of the hash tables will be removed
> + (including the “signature_offset” parameter) and the “do-sig” versions
> renamed
> + accordingly.
> --
> 2.7.4
Acked-by: Reshma Pattan <reshma.pattan@intel.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: API change notice for librte_table
2017-05-02 18:22 [dpdk-dev] [PATCH] doc: API change notice for librte_table Cristian Dumitrescu
2017-05-08 8:23 ` Singh, Jasvinder
2017-05-09 16:34 ` Pattan, Reshma
@ 2017-05-09 16:45 ` Mcnamara, John
2017-05-11 1:04 ` Thomas Monjalon
2 siblings, 1 reply; 5+ messages in thread
From: Mcnamara, John @ 2017-05-09 16:45 UTC (permalink / raw)
To: Dumitrescu, Cristian, dev
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Cristian Dumitrescu
> Sent: Tuesday, May 2, 2017 7:23 PM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH] doc: API change notice for librte_table
>
> Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
> ---
> doc/guides/rel_notes/deprecation.rst | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/doc/guides/rel_notes/deprecation.rst
> b/doc/guides/rel_notes/deprecation.rst
> index a3e7c72..ae937f5 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -81,3 +81,9 @@ Deprecation Notices
>
> - ``rte_crpytodev_scheduler_mode_get``, replaced by
> ``rte_cryptodev_scheduler_mode_get``
> - ``rte_crpytodev_scheduler_mode_set``, replaced by
> ``rte_cryptodev_scheduler_mode_set``
> +
> +* librte_table: The “key_mask” parameter will be added to all the hash
> tables
> + that currently do not have it, as well as to the hash compute function
> + prototype. The non-“do-sig” versions of the hash tables will be removed
> + (including the “signature_offset” parameter) and the “do-sig” versions
> renamed
> + accordingly.
It is best not to use “smart quotes” in the text since the renderers do
that automatically and these characters might interfere with it.
Apart from that:
Acked-by: John McNamara <john.mcnamara@intel.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: API change notice for librte_table
2017-05-09 16:45 ` Mcnamara, John
@ 2017-05-11 1:04 ` Thomas Monjalon
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2017-05-11 1:04 UTC (permalink / raw)
To: Dumitrescu, Cristian; +Cc: dev, Mcnamara, John
> > Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
>
> It is best not to use “smart quotes” in the text since the renderers do
> that automatically and these characters might interfere with it.
Fixed
> Apart from that:
>
> Acked-by: John McNamara <john.mcnamara@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-05-11 1:04 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-02 18:22 [dpdk-dev] [PATCH] doc: API change notice for librte_table Cristian Dumitrescu
2017-05-08 8:23 ` Singh, Jasvinder
2017-05-09 16:34 ` Pattan, Reshma
2017-05-09 16:45 ` Mcnamara, John
2017-05-11 1:04 ` 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).