20/05/2025 20:37, [email protected]: > From: Matthew G McGovern <[email protected]> > > The example apps have a few different failure modes when enabling promiscuous > mode: > > - testpmd will warn about the failure and continue. > > - l3fwd has a flag '-P' to explicitly require promiscuous mode. > > - symmetric_mp will exit with an error code > > This patch changes symmetric_mp to warn and continue.
Why not doing the same in examples/multi_process/client_server_mp/mp_server/ ? What about other examples?

