Re: [RESEND 2/2] app/testpmd: support set RSS hash algorithm

2023-11-30 Thread Ferruh Yigit
On 11/30/2023 10:44 AM, Jie Hai wrote: > +static void > +cmd_config_rss_hash_algo_parsed(void *parsed_result, > + __rte_unused struct cmdline *cl, > + __rte_unused void *data) > +{ > + struct cmd_config_rss_hash_algo *res = parsed_result;

Re: [RESEND 2/2] app/testpmd: support set RSS hash algorithm

2023-11-30 Thread Ferruh Yigit
On 11/30/2023 10:44 AM, Jie Hai wrote: > Since API rte_eth_dev_rss_hash_update() supports setting RSS hash > algorithm, add new command to support it: > > testpmd> port config 0 rss-hash-algo symmetric_toeplitz > > Signed-off-by: Jie Hai > Reviewed-by: Huisong Li > --- > app/test-pmd/cmdline.c

[RESEND 2/2] app/testpmd: support set RSS hash algorithm

2023-11-30 Thread Jie Hai
Since API rte_eth_dev_rss_hash_update() supports setting RSS hash algorithm, add new command to support it: testpmd> port config 0 rss-hash-algo symmetric_toeplitz Signed-off-by: Jie Hai Reviewed-by: Huisong Li --- app/test-pmd/cmdline.c | 79 + doc/gui