Re: [PATCH 1/5] ethdev: support setting and querying rss algorithm

2023-06-05 Thread Dongdong Liu
Hi Ferruh On 2023/6/3 4:19, Ferruh Yigit wrote: On 3/16/2023 1:16 PM, Dongdong Liu wrote: Hi Thomas On 2023/3/15 21:43, Thomas Monjalon wrote: 15/03/2023 12:00, Dongdong Liu: From: Jie Hai --- a/doc/guides/rel_notes/release_23_03.rst +++ b/doc/guides/rel_notes/release_23_03.rst -* No ABI cha

Re: [PATCH 1/5] ethdev: support setting and querying rss algorithm

2023-06-02 Thread Ferruh Yigit
On 3/16/2023 1:16 PM, Dongdong Liu wrote: > Hi Thomas > On 2023/3/15 21:43, Thomas Monjalon wrote: >> 15/03/2023 12:00, Dongdong Liu: >>> From: Jie Hai >>> --- a/doc/guides/rel_notes/release_23_03.rst >>> +++ b/doc/guides/rel_notes/release_23_03.rst >>> -* No ABI change that would break compatibil

Re: [PATCH 1/5] ethdev: support setting and querying rss algorithm

2023-03-16 Thread Ivan Malov
Hi, Thanks for responding and PSB. On Thu, 16 Mar 2023, Dongdong Liu wrote: Hi Ivan Many thanks for your review. On 2023/3/15 19:28, Ivan Malov wrote: Hi, On Wed, 15 Mar 2023, Dongdong Liu wrote: From: Jie Hai Currently, rte_eth_rss_conf supports configuring rss hash functions, rss key

Re: [PATCH 1/5] ethdev: support setting and querying rss algorithm

2023-03-16 Thread Dongdong Liu
Hi Thomas On 2023/3/15 21:43, Thomas Monjalon wrote: 15/03/2023 12:00, Dongdong Liu: From: Jie Hai --- a/doc/guides/rel_notes/release_23_03.rst +++ b/doc/guides/rel_notes/release_23_03.rst -* No ABI change that would break compatibility with 22.11. - +* ethdev: Added "func" field to ``rte_eth_r

Re: [PATCH 1/5] ethdev: support setting and querying rss algorithm

2023-03-16 Thread Dongdong Liu
Hi Ivan Many thanks for your review. On 2023/3/15 19:28, Ivan Malov wrote: Hi, On Wed, 15 Mar 2023, Dongdong Liu wrote: From: Jie Hai Currently, rte_eth_rss_conf supports configuring rss hash functions, rss key and it's length, but not rss hash algorithm. The structure ``rte_eth_rss_conf`

Re: [PATCH 1/5] ethdev: support setting and querying rss algorithm

2023-03-15 Thread Thomas Monjalon
15/03/2023 12:00, Dongdong Liu: > From: Jie Hai > --- a/doc/guides/rel_notes/release_23_03.rst > +++ b/doc/guides/rel_notes/release_23_03.rst > -* No ABI change that would break compatibility with 22.11. > - > +* ethdev: Added "func" field to ``rte_eth_rss_conf`` structure for RSS hash > + algori

Re: [PATCH 1/5] ethdev: support setting and querying rss algorithm

2023-03-15 Thread Ivan Malov
Hi, On Wed, 15 Mar 2023, Dongdong Liu wrote: From: Jie Hai Currently, rte_eth_rss_conf supports configuring rss hash functions, rss key and it's length, but not rss hash algorithm. The structure ``rte_eth_rss_conf`` is extended by adding a new field, "func". This represents the RSS algorithm