Re: [PATCH] doc: deprecation notice to add new hash function

2023-07-28 Thread Thomas Monjalon
24/05/2023 16:49, Stephen Hemminger: > On Wed, 24 May 2023 19:38:27 +0800 > Xueming Li 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 addition

Re: [PATCH] doc: deprecation notice to add new hash function

2023-05-24 Thread Stephen Hemminger
On Wed, 24 May 2023 19:38:27 +0800 Xueming Li 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

RE: [PATCH] doc: deprecation notice to add new hash function

2023-05-24 Thread Ori Kam
Hi Xueming, > -Original Message- > From: Xueming(Steven) Li > 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