Re: [PATCH v3 1/6] doc: add RSS hash algorithm feature

2023-11-28 Thread lihuisong (C)
在 2023/11/28 19:52, Ferruh Yigit 写道: On 11/28/2023 11:29 AM, lihuisong (C) wrote: 在 2023/11/28 18:09, Ferruh Yigit 写道: On 11/28/2023 1:21 AM, lihuisong (C) wrote: 在 2023/11/27 23:43, Ferruh Yigit 写道: On 11/27/2023 1:12 PM, lihuisong (C) wrote: 在 2023/11/27 20:19, Ferruh Yigit 写道: On 11/25

Re: [PATCH v3 1/6] doc: add RSS hash algorithm feature

2023-11-28 Thread Ferruh Yigit
On 11/28/2023 11:29 AM, lihuisong (C) wrote: > > 在 2023/11/28 18:09, Ferruh Yigit 写道: >> On 11/28/2023 1:21 AM, lihuisong (C) wrote: >>> 在 2023/11/27 23:43, Ferruh Yigit 写道: On 11/27/2023 1:12 PM, lihuisong (C) wrote: > 在 2023/11/27 20:19, Ferruh Yigit 写道: >> On 11/25/2023 1:47 AM, Hu

Re: [PATCH v3 1/6] doc: add RSS hash algorithm feature

2023-11-28 Thread lihuisong (C)
在 2023/11/28 18:09, Ferruh Yigit 写道: On 11/28/2023 1:21 AM, lihuisong (C) wrote: 在 2023/11/27 23:43, Ferruh Yigit 写道: On 11/27/2023 1:12 PM, lihuisong (C) wrote: 在 2023/11/27 20:19, Ferruh Yigit 写道: On 11/25/2023 1:47 AM, Huisong Li wrote: Add hash algorithm feature introduced by 23.11 and

Re: [PATCH v3 1/6] doc: add RSS hash algorithm feature

2023-11-28 Thread Ferruh Yigit
On 11/28/2023 1:34 AM, lihuisong (C) wrote: > > 在 2023/11/28 0:35, Ferruh Yigit 写道: >> On 11/27/2023 3:43 PM, Ferruh Yigit wrote: >>> On 11/27/2023 1:12 PM, lihuisong (C) wrote: 在 2023/11/27 20:19, Ferruh Yigit 写道: > On 11/25/2023 1:47 AM, Huisong Li wrote: >> Add hash algorithm featu

Re: [PATCH v3 1/6] doc: add RSS hash algorithm feature

2023-11-28 Thread Ferruh Yigit
On 11/28/2023 1:21 AM, lihuisong (C) wrote: > > 在 2023/11/27 23:43, Ferruh Yigit 写道: >> On 11/27/2023 1:12 PM, lihuisong (C) wrote: >>> 在 2023/11/27 20:19, Ferruh Yigit 写道: On 11/25/2023 1:47 AM, Huisong Li wrote: > Add hash algorithm feature introduced by 23.11 and fix some RSS > fea

Re: [PATCH v3 1/6] doc: add RSS hash algorithm feature

2023-11-27 Thread lihuisong (C)
在 2023/11/28 0:35, Ferruh Yigit 写道: On 11/27/2023 3:43 PM, Ferruh Yigit wrote: On 11/27/2023 1:12 PM, lihuisong (C) wrote: 在 2023/11/27 20:19, Ferruh Yigit 写道: On 11/25/2023 1:47 AM, Huisong Li wrote: Add hash algorithm feature introduced by 23.11 and fix some RSS features description. Fix

Re: [PATCH v3 1/6] doc: add RSS hash algorithm feature

2023-11-27 Thread lihuisong (C)
在 2023/11/27 23:43, Ferruh Yigit 写道: On 11/27/2023 1:12 PM, lihuisong (C) wrote: 在 2023/11/27 20:19, Ferruh Yigit 写道: On 11/25/2023 1:47 AM, Huisong Li wrote: Add hash algorithm feature introduced by 23.11 and fix some RSS features description. Fixes: 34ff088cc241 ("ethdev: set and query RS

Re: [PATCH v3 1/6] doc: add RSS hash algorithm feature

2023-11-27 Thread Ferruh Yigit
On 11/27/2023 3:43 PM, Ferruh Yigit wrote: > On 11/27/2023 1:12 PM, lihuisong (C) wrote: >> >> 在 2023/11/27 20:19, Ferruh Yigit 写道: >>> On 11/25/2023 1:47 AM, Huisong Li wrote: Add hash algorithm feature introduced by 23.11 and fix some RSS features description. Fixes: 34ff088cc

Re: [PATCH v3 1/6] doc: add RSS hash algorithm feature

2023-11-27 Thread Ferruh Yigit
On 11/27/2023 1:12 PM, lihuisong (C) wrote: > > 在 2023/11/27 20:19, Ferruh Yigit 写道: >> On 11/25/2023 1:47 AM, Huisong Li wrote: >>> Add hash algorithm feature introduced by 23.11 and fix some RSS features >>> description. >>> >>> Fixes: 34ff088cc241 ("ethdev: set and query RSS hash algorithm") >>

Re: [PATCH v3 1/6] doc: add RSS hash algorithm feature

2023-11-27 Thread lihuisong (C)
在 2023/11/27 20:19, Ferruh Yigit 写道: On 11/25/2023 1:47 AM, Huisong Li wrote: Add hash algorithm feature introduced by 23.11 and fix some RSS features description. Fixes: 34ff088cc241 ("ethdev: set and query RSS hash algorithm") Signed-off-by: Huisong Li Acked-by: Chengwen Feng --- doc/g

Re: [PATCH v3 1/6] doc: add RSS hash algorithm feature

2023-11-27 Thread Ferruh Yigit
On 11/25/2023 1:47 AM, Huisong Li wrote: > Add hash algorithm feature introduced by 23.11 and fix some RSS features > description. > > Fixes: 34ff088cc241 ("ethdev: set and query RSS hash algorithm") > > Signed-off-by: Huisong Li > Acked-by: Chengwen Feng > --- > doc/guides/nics/features.rst |

[PATCH v3 1/6] doc: add RSS hash algorithm feature

2023-11-24 Thread Huisong Li
Add hash algorithm feature introduced by 23.11 and fix some RSS features description. Fixes: 34ff088cc241 ("ethdev: set and query RSS hash algorithm") Signed-off-by: Huisong Li Acked-by: Chengwen Feng --- doc/guides/nics/features.rst | 26 ++ 1 file changed, 22 insertio