patches for DPDK stable branches
 help / color / mirror / Atom feed
* [PATCH] doc: deprecation notice to add new hash function
@ 2023-05-24 11:38 Xueming Li
  2023-05-24 12:50 ` Ori Kam
  2023-05-24 14:49 ` Stephen Hemminger
  0 siblings, 2 replies; 3+ messages in thread
From: Xueming Li @ 2023-05-24 11:38 UTC (permalink / raw)
  To: Ori Kam; +Cc: xuemingl, dev, stable

Deprecation notice to annouce new RSS hash function type.
The new symmetric hash function sort L3 address and L4 ports
before Toeplitz calculation.

Signed-off-by: Xueming Li <xuemingl@nvidia.com>
---
 doc/guides/rel_notes/deprecation.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index dcc1ca1696..fc988c3bfe 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -163,3 +163,7 @@ Deprecation Notices
   The new port library API (functions rte_swx_port_*)
   will gradually transition from experimental to stable status
   starting with DPDK 23.07 release.
+
+* ethdev: The enum ``rte_eth_hash_function`` will be extended to add
+  new subtype value ``RTE_ETH_HASH_FUNCTION_SYMMETRIC_TOEPLITZ_SORT`` in
+  DPDK 23.11.
-- 
2.25.1


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

* RE: [PATCH] doc: deprecation notice to add new hash function
  2023-05-24 11:38 [PATCH] doc: deprecation notice to add new hash function Xueming Li
@ 2023-05-24 12:50 ` Ori Kam
  2023-05-24 14:49 ` Stephen Hemminger
  1 sibling, 0 replies; 3+ messages in thread
From: Ori Kam @ 2023-05-24 12:50 UTC (permalink / raw)
  To: Xueming(Steven) Li; +Cc: dev, stable

Hi Xueming,

> -----Original Message-----
> From: Xueming(Steven) Li <xuemingl@nvidia.com>
> Sent: Wednesday, May 24, 2023 2:38 PM
> 
> Deprecation notice to annouce new RSS hash function type.
> The new symmetric hash function sort L3 address and L4 ports
> before Toeplitz calculation.
> 
> Signed-off-by: Xueming Li <xuemingl@nvidia.com>
> ---
>  doc/guides/rel_notes/deprecation.rst | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/deprecation.rst
> b/doc/guides/rel_notes/deprecation.rst
> index dcc1ca1696..fc988c3bfe 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -163,3 +163,7 @@ Deprecation Notices
>    The new port library API (functions rte_swx_port_*)
>    will gradually transition from experimental to stable status
>    starting with DPDK 23.07 release.
> +
> +* ethdev: The enum ``rte_eth_hash_function`` will be extended to add
> +  new subtype value
> ``RTE_ETH_HASH_FUNCTION_SYMMETRIC_TOEPLITZ_SORT`` in
> +  DPDK 23.11.
> --
> 2.25.1

Acked-by: Ori Kam <orika@nvidia.com>
Best,
Ori

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

* Re: [PATCH] doc: deprecation notice to add new hash function
  2023-05-24 11:38 [PATCH] doc: deprecation notice to add new hash function Xueming Li
  2023-05-24 12:50 ` Ori Kam
@ 2023-05-24 14:49 ` Stephen Hemminger
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Hemminger @ 2023-05-24 14:49 UTC (permalink / raw)
  To: Xueming Li; +Cc: Ori Kam, dev, stable

On Wed, 24 May 2023 19:38:27 +0800
Xueming Li <xuemingl@nvidia.com> wrote:

> +
> +* ethdev: The enum ``rte_eth_hash_function`` will be extended to add
> +  new subtype value ``RTE_ETH_HASH_FUNCTION_SYMMETRIC_TOEPLITZ_SORT`` in
> +  DPDK 23.11.

Simple new additions like this don't need to clutter the deprecation
part of the release notes. This is for changes which would break applications.

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

end of thread, other threads:[~2023-05-24 14:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-24 11:38 [PATCH] doc: deprecation notice to add new hash function Xueming Li
2023-05-24 12:50 ` Ori Kam
2023-05-24 14:49 ` Stephen Hemminger

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).