RE: [PATCH v4 6/7] app/proc-info: support querying RSS hash algorithm

2023-09-13 Thread Pattan, Reshma
> -Original Message- > From: Jie Hai > Sent: Friday, September 8, 2023 9:00 AM > To: dev@dpdk.org; Pattan, Reshma > Cc: haij...@huawei.com; lihuis...@huawei.com > Subject: [PATCH v4 6/7] app/proc-info: support querying RSS hash algorithm > > Display RSS has

RE: [PATCH v4 6/7] app/proc-info: support querying RSS hash algorithm

2023-09-13 Thread Pattan, Reshma
> -Original Message- > From: Jie Hai > Subject: [PATCH v4 6/7] app/proc-info: support querying RSS hash algorithm > > Display RSS hash algorithm with command show-port as below. > - RSS info > -- hash algorithm : toeplitz > > Signed-off-b

[PATCH v4 6/7] app/proc-info: support querying RSS hash algorithm

2023-09-08 Thread Jie Hai
Display RSS hash algorithm with command show-port as below. - RSS info -- hash algorithm : toeplitz Signed-off-by: Jie Hai Signed-off-by: Dongdong Liu --- app/proc-info/main.c | 9 + 1 file changed, 9 insertions(+) diff --git a/app/proc-info/main.c b/app/proc-info/main.c in