Re: [PATCH v6 06/19] ethdev: support attach private device as first
From: Zhang, Qi Z <hidden>
Date: 2018-06-28 09:29:17
From: Zhang, Qi Z <hidden>
Date: 2018-06-28 09:29:17
-----Original Message----- From: Burakov, Anatoly Sent: Thursday, June 28, 2018 5:25 PM To: Zhang, Qi Z <redacted>; thomas@monjalon.net Cc: Ananyev, Konstantin <redacted>; dev@dpdk.org; Richardson, Bruce [off-list ref]; Yigit, Ferruh [off-list ref]; Shelton, Benjamin H [off-list ref]; Vangati, Narender [off-list ref] Subject: Re: [PATCH v6 06/19] ethdev: support attach private device as first On 28-Jun-18 2:52 AM, Qi Zhang wrote:quoted
When attach a private device from secondary as the first one, we need to make sure rte_eth_dev_shared_data is initialized, the patch add necessary IPC for secondary to inform primary to do initialization. Signed-off-by: Qi Zhang <redacted> ---Does this mean hotplug is broken before this patch? Can it be moved earlier?
Basically patch 4,5,6 depends on patch 3, they have no dependency each other.
-- Thanks, Anatoly