Re: [PATCH] app/testpmd: display RSS hash key of rte flow rule

2023-03-23 Thread Ferruh Yigit
On 3/16/2023 12:58 PM, Dongdong Liu wrote: > From: Huisong Li > > There are two ways to set RSS hash key with rte flow rule: > 1. 'key_len' isn't zero and 'key' is NULL. > 2. 'key_len' isn't zero and 'key' isn't NULL. > This patch adds displaying for the hash key of rte flow rule. > > Signed-off

[PATCH] app/testpmd: display RSS hash key of rte flow rule

2023-03-16 Thread Dongdong Liu
From: Huisong Li There are two ways to set RSS hash key with rte flow rule: 1. 'key_len' isn't zero and 'key' is NULL. 2. 'key_len' isn't zero and 'key' isn't NULL. This patch adds displaying for the hash key of rte flow rule. Signed-off-by: Huisong Li Signed-off-by: Dongdong Liu --- app/test