On Wed, Jul 7, 2021 at 2:53 PM Bruce Richardson <bruce.richard...@intel.com> wrote: > > When multi-process is not wanted and DPDK is run with the "no-shconf" > flag, the telemetry library still needs a runtime directory to place the > unix socket for telemetry connections. Therefore, rather than not > creating the directory when this flag is set, we can change the code to > attempt the creation anyway, but not error out if it fails. If it > succeeds, then telemetry will be available, but if it fails, the rest of > DPDK will run without telemetry. This ensures that the "in-memory" flag > will allow DPDK to run even if the whole filesystem is read-only, for > example. > > Signed-off-by: Bruce Richardson <bruce.richard...@intel.com> > Reviewed-by: Morten Brørup <m...@smartsharesystems.com> > Reviewed-by: David Marchand <david.march...@redhat.com> > --- > V3: added freebsd EAL changes.
Series applied, thanks. -- David Marchand