From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 9778E3772 for ; Tue, 7 Jul 2015 15:10:38 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 07 Jul 2015 06:09:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,423,1432623600"; d="scan'208";a="742164179" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga001.fm.intel.com with ESMTP; 07 Jul 2015 06:09:35 -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 t67D9Yks021342; Tue, 7 Jul 2015 14:09:34 +0100 Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id t67D9SjL015597; Tue, 7 Jul 2015 14:09:28 +0100 Received: (from bairemon@localhost) by sivswdev01.ir.intel.com with id t67D9SU5015593; Tue, 7 Jul 2015 14:09:28 +0100 From: Bernard Iremonger To: dev@dpdk.org Date: Tue, 7 Jul 2015 14:09:22 +0100 Message-Id: <1436274563-15555-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 v4 0/1] ring 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: Tue, 07 Jul 2015 13:10:39 -0000 Changes in V4: Rebase to latest code. Update commit line, no changes to code. Changes in V3: Rebase to use drivers/net/ring directory Handle no parameters case Changes in V2: Fix crash in the rte_pmd_ring_devuninit() function. Bernard Iremonger (1): ring: changes to support PCI Port Hotplug drivers/net/ring/rte_eth_ring.c | 97 ++++++++++++++++++++++++++++++--------- 1 files changed, 75 insertions(+), 22 deletions(-) -- 1.7.4.1