From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bairemon@ecsmtp.ir.intel.com>
Received: from mga01.intel.com (mga01.intel.com [192.55.52.88])
 by dpdk.org (Postfix) with ESMTP id 28D1A37AF
 for <dev@dpdk.org>; Fri,  3 Jul 2015 16:38:33 +0200 (CEST)
Received: from orsmga003.jf.intel.com ([10.7.209.27])
 by fmsmga101.fm.intel.com with ESMTP; 03 Jul 2015 07:38:31 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.15,400,1432623600"; d="scan'208";a="599625392"
Received: from irvmail001.ir.intel.com ([163.33.26.43])
 by orsmga003.jf.intel.com with ESMTP; 03 Jul 2015 07:38:30 -0700
Received: from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com
 [10.237.217.45])
 by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id
 t63EcTqL023182; Fri, 3 Jul 2015 15:38:29 +0100
Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1])
 by sivswdev01.ir.intel.com with ESMTP id t63EcTvW004531;
 Fri, 3 Jul 2015 15:38:29 +0100
Received: (from bairemon@localhost)
 by sivswdev01.ir.intel.com with  id t63EcTBE004527;
 Fri, 3 Jul 2015 15:38:29 +0100
From: Bernard Iremonger <bernard.iremonger@intel.com>
To: dev@dpdk.org
Date: Fri,  3 Jul 2015 15:38:25 +0100
Message-Id: <1435934307-4495-1-git-send-email-bernard.iremonger@intel.com>
X-Mailer: git-send-email 1.7.4.1
In-Reply-To: <PATCH>
References: <PATCH>
Subject: [dpdk-dev] [PATCH v7 0/2] e1000: PCI Port Hotplug changes
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 03 Jul 2015 14:38:33 -0000

Changes in v7:
Rebase to latest code.
Remove freeing of queue memory from uninit functions
Add patch 2, free queue memory in close functions

Changes in v6:
Set nb_rx_queues and nb_tx_queues to 0 in uninit functions.
Rebase to latest code.

Changes in v5:
Moved adapter stopped boolean to struct e1000_adapter.
Rebase to latest code.

Changes in v4:
Release rx and tx queues in eth_igbvf_dev_uninit.

Changes in v3:
Add igb_adapter_stopped and em_adapter_stopped booleans.
Release rx and tx queues in eth_igb_dev_uninit.

Changes in v2:
Call dev_close() from  dev_uninit() functions.
Remove input parameter checking from dev_uninit() functions.


Bernard Iremonger (2):
  e1000: igb and em1000 PCI Port Hotplug changes
  e1000: free queue memory in close functions

 drivers/net/e1000/e1000_ethdev.h |   10 ++++-
 drivers/net/e1000/em_ethdev.c    |   47 ++++++++++++++++++-
 drivers/net/e1000/em_rxtx.c      |   18 +++++++
 drivers/net/e1000/igb_ethdev.c   |   96 ++++++++++++++++++++++++++++++++++++--
 drivers/net/e1000/igb_pf.c       |   22 +++++++++
 drivers/net/e1000/igb_rxtx.c     |   18 +++++++
 6 files changed, 205 insertions(+), 6 deletions(-)

-- 
1.7.4.1