From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 895CC5A9D for ; Wed, 10 Jun 2015 10:27:10 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 10 Jun 2015 01:27:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,586,1427785200"; d="scan'208";a="740658371" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga002.fm.intel.com with ESMTP; 10 Jun 2015 01:27:09 -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 t5A8R7Qn005975; Wed, 10 Jun 2015 09:27:07 +0100 Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id t5A8R7nQ003776; Wed, 10 Jun 2015 09:27:07 +0100 Received: (from bairemon@localhost) by sivswdev01.ir.intel.com with id t5A8R7km003771; Wed, 10 Jun 2015 09:27:07 +0100 From: Bernard Iremonger To: dev@dpdk.org Date: Wed, 10 Jun 2015 09:27:00 +0100 Message-Id: <1433924825-3717-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: References: Subject: [dpdk-dev] [RFC PATCH V3 0/5] 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: Wed, 10 Jun 2015 08:27:11 -0000 This patch set depends on the Port Hotplug Framework. It implements the eth_dev_uninit functions for rte_i40e_pmd and rte_i40evf_pmd. It also includes fixes for several issues encountered. Bernard Iremonger (5): i40e: changes to support PCI Port Hotplug i40e: release vmdq vsi's in dev_close i40e: increase ASQ_DELAY_MS to 100 in i40evf_wait_cmd_done() i40e: call _clear_cmd() when error occurs i40e: clear queues in i40evf_dev_stop drivers/net/i40e/i40e_ethdev.c | 88 ++++++++++++++++++++++++++++++++++++- drivers/net/i40e/i40e_ethdev_vf.c | 71 +++++++++++++++++++++++++++--- drivers/net/i40e/i40e_pf.c | 34 ++++++++++++++ drivers/net/i40e/i40e_pf.h | 1 + 4 files changed, 187 insertions(+), 7 deletions(-) -- 1.7.4.1