Re: [PATCH] examples/multi_process: add options to control port configuration

2022-02-18 Thread Bruce Richardson
From: Richardson, Bruce > > > > Sent: 2022年2月17日 17:06 > > > > To: Ma, WenwuX > > > > Cc: Burakov, Anatoly ; dev@dpdk.org; Hu, > > > > Jiayu ; Wang, Yinan ; He, > > > > Xingguang > > > > Subject: Re: [PATCH] examples/multi_proce

RE: [PATCH] examples/multi_process: add options to control port configuration

2022-02-18 Thread Ma, WenwuX
> -Original Message- > From: Richardson, Bruce > Sent: 2022年2月18日 17:42 > To: Ma, WenwuX > Cc: Burakov, Anatoly ; dev@dpdk.org; Hu, > Jiayu ; Wang, Yinan ; He, > Xingguang > Subject: Re: [PATCH] examples/multi_process: add options to control port > config

Re: [PATCH] examples/multi_process: add options to control port configuration

2022-02-18 Thread Bruce Richardson
gt; Xingguang > > Subject: Re: [PATCH] examples/multi_process: add options to control port > > configuration > > > > On Thu, Feb 17, 2022 at 03:17:55PM +, Wenwu Ma wrote: > > > The default values of rx mq_mode and rx offloads for port will cause > > >

RE: [PATCH] examples/multi_process: add options to control port configuration

2022-02-17 Thread Ma, WenwuX
> -Original Message- > From: Richardson, Bruce > Sent: 2022年2月17日 17:06 > To: Ma, WenwuX > Cc: Burakov, Anatoly ; dev@dpdk.org; Hu, > Jiayu ; Wang, Yinan ; He, > Xingguang > Subject: Re: [PATCH] examples/multi_process: add options to control port > config

Re: [PATCH] examples/multi_process: add options to control port configuration

2022-02-17 Thread Bruce Richardson
On Thu, Feb 17, 2022 at 03:17:55PM +, Wenwu Ma wrote: > The default values of rx mq_mode and rx offloads for port will cause > symmetric_mp startup failure if the port do not support rss or csum. > Therefore, we added two new options --rx-mq-mode and --rx-offloads, > through which the user can