From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Zhang, Helin" Subject: Re: [PATCH v6] e1000: igb and em1000 PCI Port Hotplug changes Date: Fri, 26 Jun 2015 08:56:49 +0000 Message-ID: References: <1434969865-10527-1-git-send-email-bernard.iremonger@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: "Iremonger, Bernard" , "dev@dpdk.org" Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id EEAB25A26 for ; Fri, 26 Jun 2015 10:56:55 +0200 (CEST) In-Reply-To: <1434969865-10527-1-git-send-email-bernard.iremonger@intel.com> Content-Language: en-US List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Iremonger, Bernard > Sent: Monday, June 22, 2015 6:44 PM > To: dev@dpdk.org > Cc: Zhang, Helin; Iremonger, Bernard > Subject: [PATCH v6] e1000: igb and em1000 PCI Port Hotplug changes >=20 > This patch depends on the Port Hotplug Framework. > It implements the eth_dev_uninit functions for rte_em_pmd, rte_igb_pmd an= d > rte_igbvf_pmd. >=20 > Changes in v6: > Set nb_rx_queues and nb_tx_queues to 0 in uninit functions. > Rebase to latest code. >=20 > Changes in V5: > Moved adapter stopped boolean to struct e1000_adapter. > Rebase to latest code. >=20 > Changes in V4: > Release rx and tx queues in eth_igbvf_dev_uninit. >=20 > Changes in V3: > Add igb_adapter_stopped and em_adapter_stopped booleans. > Release rx and tx queues in eth_igb_dev_uninit. >=20 > Changes in V2: > Call dev_close() from dev_uninit() functions. > Remove input parameter checking from dev_uninit() functions. >=20 > Signed-off-by: Bernard Iremonger Acked-by: Helin Zhang