[PATCH v3] examples/multi_process: reconfigure port when rss or csum isn't supported
Thomas Monjalon
thomas at monjalon.net
Tue Mar 8 14:22:02 CET 2022
28/02/2022 08:55, Ling, WeiX:
> From: Bruce Richardson <bruce.richardson at intel.com>
> > On Tue, Feb 22, 2022 at 10:51:27AM +0000, 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 reconfiguration fails.
> > >
> > > Signed-off-by: Wenwu Ma <wenwux.ma at intel.com>
> > > ---
> >
> > While I am surprised to see different error codes for different essentially the
> > same issue - lack of HW support, that is a separate problem to the one this is
> > addressing. Given this is just a sample app, I think this approach is fine for
> > configuring things - keeping things simple for the user.
> >
> > Acked-by: Bruce Richardson <bruce.richardson at intel.com>
> >
> Tested-by: Wei Ling <weix.ling at intel.com>
Applied with title "examples/multi_process: make RSS and checksum optional"
More information about the dev
mailing list