From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 8DAA05AA0 for ; Wed, 10 Jun 2015 14:24:49 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 10 Jun 2015 05:24:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,587,1427785200"; d="scan'208";a="585342268" Received: from kmsmsx153.gar.corp.intel.com ([172.21.73.88]) by orsmga003.jf.intel.com with ESMTP; 10 Jun 2015 05:24:48 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.110.15) by KMSMSX153.gar.corp.intel.com (172.21.73.88) with Microsoft SMTP Server (TLS) id 14.3.224.2; Wed, 10 Jun 2015 20:24:47 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.246]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.129]) with mapi id 14.03.0224.002; Wed, 10 Jun 2015 20:24:45 +0800 From: "Qiu, Michael" To: "dev@dpdk.org" Thread-Topic: [PATCH 0/2 v2] Enable hotplug support for fm10k Thread-Index: AQHQo3gFt5eA9p8/OU+0dhqmq++VOg== Date: Wed, 10 Jun 2015 12:24:44 +0000 Message-ID: <533710CFB86FA344BFBF2D6802E6028604696E0B@SHSMSX101.ccr.corp.intel.com> References: <1433083021-16701-1-git-send-email-michael.qiu@intel.com> <1433938895-16331-1-git-send-email-michael.qiu@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 Cc: "He, Shaopeng" Subject: Re: [dpdk-dev] [PATCH 0/2 v2] Enable hotplug support for fm10k 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: Wed, 10 Jun 2015 12:24:50 -0000 Compare with RFC patch:=0A= 1. split one patch to two, especially for free memory.=0A= 2. rework from lib/ to drivers/net=0A= =0A= On 6/10/2015 8:21 PM, Qiu, Michael wrote:=0A= > Hotplug feature is supported in EAL, this patch set is to enable=0A= > this feature in driver side.=0A= >=0A= > Michael Qiu (2):=0A= > fm10k: Free queues when close port=0A= > fm10k: Add hotplug support for fm10k=0A= >=0A= > drivers/net/fm10k/fm10k_ethdev.c | 134 +++++++++++++++++++++++++++++++++= ++++--=0A= > 1 file changed, 129 insertions(+), 5 deletions(-)=0A= >=0A= =0A=