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 C5611C8E8 for ; Fri, 19 Jun 2015 19:04:06 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 19 Jun 2015 10:04:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,644,1427785200"; d="scan'208";a="591021778" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga003.jf.intel.com with ESMTP; 19 Jun 2015 10:04:05 -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 t5JH43Nn022963; Fri, 19 Jun 2015 18:04:03 +0100 Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id t5JH43p0032114; Fri, 19 Jun 2015 18:04:03 +0100 Received: (from bairemon@localhost) by sivswdev01.ir.intel.com with id t5JH43OS032110; Fri, 19 Jun 2015 18:04:03 +0100 From: Bernard Iremonger To: dev@dpdk.org Date: Fri, 19 Jun 2015 18:03:56 +0100 Message-Id: <1434733442-32013-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: References: Subject: [dpdk-dev] [PATCH v5 0/6] i40e: 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: Fri, 19 Jun 2015 17:04:07 -0000 Changes in V5: Increased timeout in i40evf_wait_cmd_done() Set nb_rx_queues and nb_tx_queues to 0 in uninit functions. Rebased to latest i40e code. Changes in V4: added patch 6 to fix segmentation fault reported by Michael Qiu. Rebase to latest i40e code. Changes in V3: Release rx and tx queues in vf uninit function. Rebase to use latest i40e code. Changes in V2: Rebase to use drivers/net/i40e directory. Bernard Iremonger (6): 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 i40e: check rxq parameter in i40e_reset_rx_queue 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 + drivers/net/i40e/i40e_rxtx.c | 5 ++ 5 files changed, 192 insertions(+), 7 deletions(-) -- 1.7.4.1