We need a review here.
16/04/2019 05:43, ogawa.yasuf...@lab.ntt.co.jp:
> From: Yasufumi Ogawa <ogawa.yasuf...@lab.ntt.co.jp>
>
> In secondary_msl_create_walk(), it creates a file for fbarrays with its
> PID for reserving unique name among secondary processes. However, it
> does not work if secondary is run as app container because each of
> containerized secondary has PID 1. To reserve unique name, use hostname
> instead of PID if the value is 1.
>
> Cc: sta...@dpdk.org
>
> Signed-off-by: Yasufumi Ogawa <ogawa.yasuf...@lab.ntt.co.jp>