From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 9E5133239 for ; Mon, 13 Jul 2015 17:53:57 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 13 Jul 2015 08:53:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,463,1432623600"; d="scan'208";a="728007287" Received: from kmsmsx153.gar.corp.intel.com ([172.21.73.88]) by orsmga001.jf.intel.com with ESMTP; 13 Jul 2015 08:53:55 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by KMSMSX153.gar.corp.intel.com (172.21.73.88) with Microsoft SMTP Server (TLS) id 14.3.224.2; Mon, 13 Jul 2015 23:53:54 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.129]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.246]) with mapi id 14.03.0224.002; Mon, 13 Jul 2015 23:53:53 +0800 From: "Zhang, Helin" To: "Iremonger, Bernard" , "dev@dpdk.org" Thread-Topic: [PATCH v7 1/2] e1000: igb and em1000 PCI Port Hotplug changes Thread-Index: AQHQtZ35SgEAQZdREUGl2XWQ1g1IB53ZnMYg Date: Mon, 13 Jul 2015 15:53:53 +0000 Message-ID: References: <1435934307-4495-1-git-send-email-bernard.iremonger@intel.com> <1435934307-4495-2-git-send-email-bernard.iremonger@intel.com> In-Reply-To: <1435934307-4495-2-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 v7 1/2] 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: Mon, 13 Jul 2015 15:53:58 -0000 > -----Original Message----- > From: Iremonger, Bernard > Sent: Friday, July 3, 2015 7:38 AM > To: dev@dpdk.org > Cc: Zhang, Helin; Qiu, Michael; Iremonger, Bernard > Subject: [PATCH v7 1/2] 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 > Signed-off-by: Bernard Iremonger Acked-by: Helin Zhang