From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 6A7A11396 for ; Thu, 2 Jul 2015 16:59:42 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 02 Jul 2015 07:59:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,393,1432623600"; d="scan'208";a="721785356" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga001.jf.intel.com with ESMTP; 02 Jul 2015 07:59:30 -0700 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.245]) by IRSMSX154.ger.corp.intel.com ([169.254.12.91]) with mapi id 14.03.0224.002; Thu, 2 Jul 2015 15:59:30 +0100 From: "Ananyev, Konstantin" To: "Iremonger, Bernard" , "dev@dpdk.org" Thread-Topic: [PATCH v6 0/2] PCI Port Hotplug Thread-Index: AQHQtNSSFsrLr/I840e/VE82HS/4tZ3IRWzw Date: Thu, 2 Jul 2015 14:59:29 +0000 Message-ID: <2601191342CEEE43887BDE71AB97725836A21AF3@irsmsx105.ger.corp.intel.com> References: <1435847811-23293-1-git-send-email-bernard.iremonger@intel.com> In-Reply-To: <1435847811-23293-1-git-send-email-bernard.iremonger@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v6 0/2] PCI Port Hotplug 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: Thu, 02 Jul 2015 14:59:43 -0000 > -----Original Message----- > From: Iremonger, Bernard > Sent: Thursday, July 02, 2015 3:37 PM > To: dev@dpdk.org > Cc: Zhang, Helin; Qiu, Michael; Ananyev, Konstantin; Iremonger, Bernard > Subject: [PATCH v6 0/2] PCI Port Hotplug >=20 > Changes in V6: > Rebased to latest code. > Remove release of queue memory form dev_uninit() functions. > Add ixgbe_dev_free_queues() function and call it from close() functions. >=20 > Changes in V5: > Set nb_rx_queues and nb_tx_queues to 0 in uninit functions. > Rebased to latest ixgbe code. >=20 > Changes in V4: > Release rx and tx queues in dev_uninit() functions. > Replace TRUE and FALSE with 1 and 0. >=20 > Changes in V3: > Rebased to use drivers/net/ixgbe directory. >=20 > Changes in V2: > Added call to dev_close() in dev_uninit() functions. > Removed input parameter checks from dev_uninit() functions. >=20 > Bernard Iremonger (2): > ixgbe: changes to support PCI Port Hotplug > ixgbe: release queue memory in close functions >=20 > drivers/net/ixgbe/ixgbe_ethdev.c | 102 ++++++++++++++++++++++++++++++++= ++++-- > drivers/net/ixgbe/ixgbe_ethdev.h | 4 ++ > drivers/net/ixgbe/ixgbe_pf.c | 22 ++++++++ > drivers/net/ixgbe/ixgbe_rxtx.c | 19 +++++++ > 4 files changed, 142 insertions(+), 5 deletions(-) >=20 > -- Acked-by: Konstantin Ananyev > 1.7.4.1