Re: [dpdk-dev] [PATCH v2] dev: don't remove devargs that are still referenced

2018-11-22 Thread Stojaczyk, Dariusz
> -Original Message- > From: Gaëtan Rivet [mailto:gaetan.ri...@6wind.com] > Sent: Thursday, November 22, 2018 10:54 AM > To: Stojaczyk, Dariusz > Cc: dev@dpdk.org; tho...@monjalon.net > Subject: Re: [PATCH v2] dev: don't remove devargs that are still referenced > > On Wed, Nov 21, 2018

Re: [dpdk-dev] [PATCH v2] dev: don't remove devargs that are still referenced

2018-11-22 Thread Gaëtan Rivet
On Wed, Nov 21, 2018 at 08:38:27PM +0100, Darek Stojaczyk wrote: > Even if a device failed to plug, it's still a device > object that references the devargs. Those devargs will > be freed automatically together with the device, but > freeing them any earlier - like it's done in the hotplug > error