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

Jiang, YuX yux.jiang at intel.com
Fri Jul 8 10:15:47 CEST 2022


> -----Original Message-----
> From: Li, WeiyuanX <weiyuanx.li at intel.com>
> Sent: Friday, July 8, 2022 1:32 PM
> To: Huisong Li <lihuisong at huawei.com>; ferruh.yigit at xilinx.com;
> andrew.rybchenko at oktetlabs.ru; dev at dpdk.org
> Cc: thomas at monjalon.net; huangdaode at huawei.com;
> liudongdong3 at huawei.com
> Subject: RE: [PATCH V2] app/testpmd: fix display types failure when query
> RSS rule
> 
> > -----Original Message-----
> > From: Huisong Li <lihuisong at huawei.com>
> > Sent: Friday, July 8, 2022 9:42 AM
> > To: ferruh.yigit at xilinx.com; andrew.rybchenko at oktetlabs.ru;
> > dev at dpdk.org
> > Cc: thomas at monjalon.net; Li, WeiyuanX <weiyuanx.li at intel.com>;
> > huangdaode at huawei.com; liudongdong3 at huawei.com;
> lihuisong at 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.
> >
> > 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 <lihuisong at huawei.com>
> 
> Tested-by: Weiyuan Li <weiyuanx.li at intel.com>

Thanks Huisong.

Hi Huisong, Ferruh,

May I know that this patch can be merged into RC4?

Best regards,
Yu Jiang


More information about the dev mailing list