Re: [dpdk-dev] [PATCH] fbarray: support no-shconf

2018-05-23 Thread Burakov, Anatoly
On 22-May-18 9:38 PM, Thomas Monjalon wrote: 22/05/2018 18:35, Anatoly Burakov: When using --no-shconf option, the expectation is that no multiprocess will be supported as no shared files are created. However, fbarray still creates some shared files that prevent multiple processes with the same

Re: [dpdk-dev] [PATCH] fbarray: support no-shconf

2018-05-22 Thread Thomas Monjalon
22/05/2018 18:35, Anatoly Burakov: > When using --no-shconf option, the expectation is that no multiprocess > will be supported as no shared files are created. However, fbarray > still creates some shared files that prevent multiple processes with > the same prefix from starting. > > Fix this by a

[dpdk-dev] [PATCH] fbarray: support no-shconf

2018-05-22 Thread Anatoly Burakov
When using --no-shconf option, the expectation is that no multiprocess will be supported as no shared files are created. However, fbarray still creates some shared files that prevent multiple processes with the same prefix from starting. Fix this by avoiding creating shared files whenever noshconf