[dpdk-dev] [PATCH v3 1/2] eal: create runtime dir even when shared data is not used

David Marchand david.marchand at redhat.com
Wed Jul 7 17:00:41 CEST 2021


On Wed, Jul 7, 2021 at 2:53 PM Bruce Richardson
<bruce.richardson at 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.richardson at intel.com>
> Reviewed-by: Morten Brørup <mb at smartsharesystems.com>
> Reviewed-by: David Marchand <david.marchand at redhat.com>
> ---
> V3: added freebsd EAL changes.

Series applied, thanks.


-- 
David Marchand



More information about the dev mailing list