From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 26 Jun 2015 01:56:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,683,1427785200"; d="scan'208";a="750844704" Received: from pgsmsx101.gar.corp.intel.com ([10.221.44.78]) by fmsmga002.fm.intel.com with ESMTP; 26 Jun 2015 01:56:54 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by PGSMSX101.gar.corp.intel.com (10.221.44.78) with Microsoft SMTP Server (TLS) id 14.3.224.2; Fri, 26 Jun 2015 16:56:51 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.129]) by shsmsx102.ccr.corp.intel.com ([169.254.2.165]) with mapi id 14.03.0224.002; Fri, 26 Jun 2015 16:56:50 +0800 From: "Zhang, Helin" To: "Iremonger, Bernard" , "dev@dpdk.org" Thread-Topic: [PATCH v6] e1000: igb and em1000 PCI Port Hotplug changes Thread-Index: AQHQrNhyvHmhT1qFz0ui1I48BgciRJ2+gj8g Date: Fri, 26 Jun 2015 08:56:49 +0000 Message-ID: References: <1434969865-10527-1-git-send-email-bernard.iremonger@intel.com> In-Reply-To: <1434969865-10527-1-git-send-email-bernard.iremonger@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v6] e1000: igb and em1000 PCI Port Hotplug changes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jun 2015 08:56:56 -0000 > -----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