Re: [PATCH] ethdev: fix dev close in secondary process

2022-05-31 Thread Stephen Hemminger
On Tue, 31 May 2022 20:08:55 +0300 Andrew Rybchenko wrote: > On 5/27/22 05:35, Min Hu (Connor) wrote: > > From: Min Hu > > > > Shared memory like port private resources should only be reserved > > by primary process. Secondary process should not start dev, and > > the state of 'dev_started' is

Re: [PATCH] ethdev: fix dev close in secondary process

2022-05-31 Thread Andrew Rybchenko
On 5/27/22 05:35, Min Hu (Connor) wrote: From: Min Hu Shared memory like port private resources should only be reserved by primary process. Secondary process should not start dev, and the state of 'dev_started' is only meaningful to primary process. While secondary process need to close dev to