On 3/16/2023 12:58 PM, Dongdong Liu wrote: > From: Huisong Li <lihuis...@huawei.com> > > 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 <lihuis...@huawei.com> > Signed-off-by: Dongdong Liu <liudongdo...@huawei.com>
Acked-by: Ferruh Yigit <ferruh.yi...@amd.com> Applied to dpdk-next-net/main, thanks.