Display RSS hash algorithm with command show-port as below.
  - RSS info
          -- hash algorithm : toeplitz

Signed-off-by: Jie Hai <haij...@huawei.com>
Signed-off-by: Dongdong Liu <liudongdo...@huawei.com>
Acked-by: Reshma Pattan <reshma.pat...@intel.com>
---
 app/proc-info/main.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app/proc-info/main.c b/app/proc-info/main.c
index 4c577fa417fd..b672aaefbe99 100644
--- a/app/proc-info/main.c
+++ b/app/proc-info/main.c
@@ -1184,6 +1184,8 @@ show_port(void)
                                printf("%02x", rss_conf.rss_key[k]);
                        printf("\n\t  -- hash function : 0x%"PRIx64"\n",
                                        rss_conf.rss_hf);
+                       printf("\t  -- hash algorithm : %s\n",
+                               rte_eth_dev_rss_algo_name(rss_conf.algorithm));
                }
 
 #ifdef RTE_LIB_SECURITY
-- 
2.30.0

Reply via email to