Re: [PATCH v2] ethdev: fix dev close in secondary process
On Tue, May 31, 2022 at 8:18 PM Min Hu (Connor) wrote: > > Hi, Ajit > v3 has been sent, thanks Thanks smime.p7s Description: S/MIME Cryptographic Signature
Re: [PATCH v2] ethdev: fix dev close in secondary process
On Tue, May 31, 2022 at 6:32 PM Min Hu (Connor) wrote: > > From: Min Hu > > Secondary process need to close dev to release process private resources. > But secondary process should not be obliged to wait for device stop before > closing ethdev. > > This patch fixed it. > > Fixes: febc855b358e ("e