Re: [PATCH] doc: deprecation notice to add RSS hash algorithm field

2023-07-28 Thread Thomas Monjalon
06/06/2023 18:35, Stephen Hemminger: > On Tue, 6 Jun 2023 16:50:53 +0100 > Ferruh Yigit wrote: > > > On 6/6/2023 4:39 PM, Stephen Hemminger wrote: > > > On Tue, 6 Jun 2023 20:11:26 +0800 > > > Dongdong Liu wrote: > > > > > >> Deprecation notice to add "func" field to ``rte_eth_rss_conf`` > >

Re: [PATCH] doc: deprecation notice to add RSS hash algorithm field

2023-06-06 Thread Stephen Hemminger
On Tue, 6 Jun 2023 16:50:53 +0100 Ferruh Yigit wrote: > On 6/6/2023 4:39 PM, Stephen Hemminger wrote: > > On Tue, 6 Jun 2023 20:11:26 +0800 > > Dongdong Liu wrote: > > > >> Deprecation notice to add "func" field to ``rte_eth_rss_conf`` > >> structure for RSS hash algorithm. > >> > >> Signed-o

Re: [PATCH] doc: deprecation notice to add RSS hash algorithm field

2023-06-06 Thread Ferruh Yigit
On 6/6/2023 4:39 PM, Stephen Hemminger wrote: > On Tue, 6 Jun 2023 20:11:26 +0800 > Dongdong Liu wrote: > >> Deprecation notice to add "func" field to ``rte_eth_rss_conf`` >> structure for RSS hash algorithm. >> >> Signed-off-by: Dongdong Liu >> --- > > New fields do not require deprecation not

[PATCH] doc: deprecation notice to add RSS hash algorithm field

2023-06-06 Thread Dongdong Liu
Deprecation notice to add "func" field to ``rte_eth_rss_conf`` structure for RSS hash algorithm. Signed-off-by: Dongdong Liu --- doc/guides/rel_notes/deprecation.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rs