Re: [dpdk-dev] [PATCH] fbarray: get fbarrays from containerized secondary

2023-06-13 Thread Stephen Hemminger
On Tue, 16 Apr 2019 10:59:12 +0900 ogawa.yasuf...@lab.ntt.co.jp wrote: > From: Yasufumi Ogawa > > 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 as expected if secondary is run as app

[dpdk-dev] [PATCH] fbarray: get fbarrays from containerized secondary

2019-04-15 Thread ogawa . yasufumi
From: Yasufumi Ogawa 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 as expected if secondary is run as app container becuase each of containerized secondary has PID 1. To reserve unique nam