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

2022-02-21 Thread Bruce Richardson
On Mon, Feb 21, 2022 at 03:35:18PM +, 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 v2] examples/multi_process: reconfigure port when rss or csum isn't supported

2022-02-20 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