Re: [PATCH v3] examples/multi_process: reconfigure port when rss or csum isn't supported

2022-03-08 Thread Thomas Monjalon
28/02/2022 08:55, Ling, WeiX: > From: Bruce Richardson > > On Tue, Feb 22, 2022 at 10:51:27AM +, 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. > > > This Patch make the app t

RE: [PATCH v3] examples/multi_process: reconfigure port when rss or csum isn't supported

2022-02-27 Thread Ling, WeiX
> -Original Message- > From: Bruce Richardson > Sent: Tuesday, February 22, 2022 5:41 PM > To: Ma, WenwuX > Cc: Burakov, Anatoly ; dev@dpdk.org; Hu, > Jiayu ; Wang, Yinan ; He, > Xingguang > Subject: Re: [PATCH v3] examples/multi_process: reconfigure port

Re: [PATCH v3] examples/multi_process: reconfigure port when rss or csum isn't supported

2022-02-22 Thread Bruce Richardson
On Tue, Feb 22, 2022 at 10:51:27AM +, 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. This Patch make the app to reconfigure > the NIC without them. Only quit the app if the second >

[PATCH v3] examples/multi_process: reconfigure port when rss or csum isn't supported

2022-02-21 Thread Wenwu Ma
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. This Patch make the app to reconfigure the NIC without them. Only quit the app if the second reconfiguration fails. Signed-off-by: Wenwu Ma --- examples/multi