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

2019-10-26 Thread Yasufumi Ogawa
On 2019/10/27 1:15, David Marchand wrote: On Fri, Oct 25, 2019 at 9:55 PM Yasufumi Ogawa wrote: The title does not reflect the observed issue. I would like to consider to revise it. I understand that secondary processeses can't be started from a docker container. I've confirmed that second

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

2019-10-26 Thread David Marchand
On Fri, Oct 25, 2019 at 9:55 PM Yasufumi Ogawa wrote: > >> > >> The title does not reflect the observed issue. > I would like to consider to revise it. > > >> I understand that secondary processeses can't be started from a docker > >> container. > I've confirmed that secondary process can be start

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

2019-10-25 Thread Yasufumi Ogawa
Hi David, Thank you for your comments. On 2019/10/26 0:36, David Marchand wrote: On Fri, Oct 11, 2019 at 11:36 AM David Marchand wrote: Some comments. ping. The title does not reflect the observed issue. I would like to consider to revise it. I understand that secondary processeses

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

2019-10-25 Thread David Marchand
On Fri, Oct 11, 2019 at 11:36 AM David Marchand wrote: > > Some comments. ping. > > The title does not reflect the observed issue. > I understand that secondary processeses can't be started from a docker > container. > The patch title should reflect this. > > On Wed, Jul 24, 2019 at 10:20 AM w

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

2019-10-11 Thread David Marchand
Some comments. The title does not reflect the observed issue. I understand that secondary processeses can't be started from a docker container. The patch title should reflect this. On Wed, Jul 24, 2019 at 10:20 AM wrote: > > From: Yasufumi Ogawa > > In secondary_msl_create_walk(), it creates a

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

2019-07-24 Thread Burakov, Anatoly
On 24-Jul-19 9:20 AM, yasufu...@gmail.com 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 if secondary is run as app container because each of containerized sec

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

2019-07-24 Thread yasufum . o
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 if secondary is run as app container because each of containerized secondary has PID 1. To reserve unique name, use hostn