numam-dpdk/app/test-pmd
Huisong Li b7e77411a7 app/testpmd: fix RSS types display
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: 534988c490 ("app/testpmd: unify RSS types display")
Fixes: 44a37f3cff ("app/testpmd: compact RSS types output")

Signed-off-by: Huisong Li <lihuisong@huawei.com>
Tested-by: Weiyuan Li <weiyuanx.li@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@xilinx.com>
2022-07-08 12:28:38 +02:00
..
5tswap.c app/testpmd: do not poll stopped queues 2022-05-25 17:25:22 +02:00
bpf_cmd.c app/testpmd: mark most cmdline symbols as static 2022-05-31 16:59:27 +02:00
bpf_cmd.h build: replace use of old build macros 2020-10-19 22:15:44 +02:00
cmd_flex_item.c app/testpmd: fix flex parser destroy command 2022-06-23 13:22:09 +02:00
cmdline_flow.c app/testpmd: fix GTP PSC raw processing 2022-07-07 13:24:08 +02:00
cmdline_mtr.c app/testpmd: fix memory leak for DSCP table 2022-07-07 14:38:33 +02:00
cmdline_mtr.h app/testpmd: support different input color method 2022-06-24 14:42:16 +02:00
cmdline_tm.c app/testpmd: mark most cmdline symbols as static 2022-05-31 16:59:27 +02:00
cmdline_tm.h app/testpmd: add TM command for non-leaf and packet mode 2020-09-18 18:55:10 +02:00
cmdline.c app/testpmd: refactor config all RSS command 2022-06-29 21:40:50 +02:00
config.c app/testpmd: fix RSS types display 2022-07-08 12:28:38 +02:00
csumonly.c app/testpmd: revert MAC update in checksum forwarding 2022-06-17 14:41:04 +02:00
flowgen.c app/testpmd: do not poll stopped queues 2022-05-25 17:25:22 +02:00
icmpecho.c app/testpmd: do not poll stopped queues 2022-05-25 17:25:22 +02:00
ieee1588fwd.c app/testpmd: do not poll stopped queues 2022-05-25 17:25:22 +02:00
iofwd.c app/testpmd: do not poll stopped queues 2022-05-25 17:25:22 +02:00
macfwd.c app/testpmd: do not poll stopped queues 2022-05-25 17:25:22 +02:00
macswap_common.h mbuf: add namespace to offload flags 2021-10-24 13:37:43 +02:00
macswap_neon.h net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00
macswap_sse.h net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00
macswap.c app/testpmd: do not poll stopped queues 2022-05-25 17:25:22 +02:00
macswap.h net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
meson.build net/bonding: move testpmd commands 2022-06-20 19:48:39 +02:00
noisy_vnf.c app/testpmd: do not poll stopped queues 2022-05-25 17:25:22 +02:00
parameters.c app/testpmd: add help messages for multi-process 2022-06-09 16:56:41 +02:00
rxonly.c app/testpmd: do not poll stopped queues 2022-05-25 17:25:22 +02:00
shared_rxq_fwd.c app/testpmd: do not poll stopped queues 2022-05-25 17:25:22 +02:00
testpmd.c app/testpmd: cleanup port resources after implicit close 2022-06-23 13:12:50 +02:00
testpmd.h app/testpmd: remove duplicated flow type name table 2022-06-29 21:40:50 +02:00
txonly.c app/testpmd: do not poll stopped queues 2022-05-25 17:25:22 +02:00
util.c app/testpmd: fix flow transfer proxy port handling 2021-11-17 11:26:27 +01:00