Acked-by: Chengwen Feng <fengcheng...@huawei.com> On 2023/10/11 17:28, Jie Hai wrote: > Command show-port should show RSS info (rss_key, len and rss_hf), > However, the information is shown only when rss_conf.rss_key is not > NULL. Since no memory is allocated for rss_conf.rss_key, rss_key > will always be NULL and the rss_info will never show. This patch > fixes it. > > Fixes: 8a37f37fc243 ("app/procinfo: add --show-port") > Cc: sta...@dpdk.org > > Signed-off-by: Jie Hai <haij...@huawei.com> > Signed-off-by: Dongdong Liu <liudongdo...@huawei.com> > Acked-by: Reshma Pattan <reshma.pat...@intel.com> > ---
...