On 7/8/2022 6:32 AM, Li, WeiyuanX wrote:
-----Original Message-----
From: Huisong Li <lihuis...@huawei.com>
Sent: Friday, July 8, 2022 9:42 AM
To: ferruh.yi...@xilinx.com; andrew.rybche...@oktetlabs.ru;
dev@dpdk.org
Cc: tho...@monjalon.net; Li, WeiyuanX <weiyuanx...@intel.com>;
huangda...@huawei.com; liudongdo...@huawei.com;
lihuis...@huawei.com
Subject: [PATCH V2] app/testpmd: fix display types failure when query RSS
rule
Now testpmd fails to display types when query RSS rule. The failure is
because the '\n' character is missing at the end of the function
'rss_config_display()'. Actually, all places calling 'xxx_types_display()'
need to '\n'. So this patch moves '\n' to the inside of these function.
Bugzilla ID: 1048
Fixes: 534988c490f1 ("app/testpmd: unify RSS types display")
Fixes: 44a37f3cffe0 ("app/testpmd: compact RSS types output")
---
v2:
- move '\n' to the inside of 'xxx_types_display()'.
Signed-off-by: Huisong Li <lihuis...@huawei.com>
Tested-by: Weiyuan Li <weiyuanx...@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yi...@xilinx.com>
Applied to dpdk-next-net/main, thanks.