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

2022-07-08 Thread Ferruh Yigit
...@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 callin

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

2022-07-08 Thread Jiang, YuX
@monjalon.net; Li, WeiyuanX ; > > 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 fail

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

2022-07-07 Thread Li, WeiyuanX
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()'. Ac