Re: [PATCH v5 00/40] support setting and querying RSS algorithms

2023-10-26 Thread Thomas Monjalon
24/10/2023 14:57, lihuisong (C): > 在 2023/10/17 22:26, Ferruh Yigit 写道: > > On 10/17/2023 3:06 PM, Thomas Monjalon wrote: > >> 11/10/2023 11:27, Jie Hai: > >>> 55 files changed, 395 insertions(+), 106 deletions(-) > >> > >> Changing all drivers is suspicious. > >> It shows that something is miss

Re: [PATCH v5 00/40] support setting and querying RSS algorithms

2023-10-24 Thread lihuisong (C)
在 2023/10/17 22:26, Ferruh Yigit 写道: On 10/17/2023 3:06 PM, Thomas Monjalon wrote: Hello, 11/10/2023 11:27, Jie Hai: app/proc-info/main.c | 32 ++- app/test-pmd/cmdline.c | 29 ++--- app/test-pmd/config.c | 38 +++

Re: [PATCH v5 00/40] support setting and querying RSS algorithms

2023-10-17 Thread Ferruh Yigit
On 10/17/2023 3:06 PM, Thomas Monjalon wrote: > Hello, > > 11/10/2023 11:27, Jie Hai: >> app/proc-info/main.c | 32 ++- >> app/test-pmd/cmdline.c | 29 ++--- >> app/test-pmd/config.c | 38 - >> app/test-pmd/tes

Re: [PATCH v5 00/40] support setting and querying RSS algorithms

2023-10-17 Thread Thomas Monjalon
Hello, 11/10/2023 11:27, Jie Hai: > app/proc-info/main.c | 32 ++- > app/test-pmd/cmdline.c | 29 ++--- > app/test-pmd/config.c | 38 - > app/test-pmd/testpmd.h | 2 +- > doc/guides/rel_notes/r

Re: [PATCH v5 00/40] support setting and querying RSS algorithms

2023-10-12 Thread Stephen Hemminger
On Wed, 11 Oct 2023 17:27:25 +0800 Jie Hai wrote: > This patchset is to support setting and querying RSS algorithms. > > -- > v5: > 1. rewrite some comments. > 2. check RSS algorithm for drivers supporting RSS. > 3. change field "func" of rss_conf to "algorithm". > 4. fix commit log for [PATCH v

Re: [PATCH v5 00/40] support setting and querying RSS algorithms

2023-10-11 Thread Ferruh Yigit
On 10/11/2023 10:27 AM, Jie Hai wrote: > This patchset is to support setting and querying RSS algorithms. > > -- > v5: > 1. rewrite some comments. > 2. check RSS algorithm for drivers supporting RSS. > 3. change field "func" of rss_conf to "algorithm". > 4. fix commit log for [PATCH v4 4/7]. > 5.

[PATCH v5 00/40] support setting and querying RSS algorithms

2023-10-11 Thread Jie Hai
This patchset is to support setting and querying RSS algorithms. -- v5: 1. rewrite some comments. 2. check RSS algorithm for drivers supporting RSS. 3. change field "func" of rss_conf to "algorithm". 4. fix commit log for [PATCH v4 4/7]. 5. add Acked-by Reshma Pattan. 6. add symmetric_toeplitz_sor