Re: [PATCH] app/testpmd: fix display types failure when query RSS rule

2022-07-07 Thread Ferruh Yigit
On 7/7/2022 1:42 PM, lihuisong (C) wrote: CAUTION: This message has originated from an External Source. Please use proper judgment and caution when opening attachments, clicking links, or responding to this email. 在 2022/7/7 20:22, Ferruh Yigit 写道: On 7/7/2022 11:50 AM, Huisong Li wrote: No

Re: [PATCH] app/testpmd: fix display types failure when query RSS rule

2022-07-07 Thread Ferruh Yigit
On 7/7/2022 11:50 AM, Huisong Li wrote: 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()'. Bugzilla ID: 1048 Fixes: 534988c490f1 ("app/testpmd: unify RSS types display") Signed-off-b