From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by dpdk.org (Postfix) with ESMTP id D0C7091B4 for ; Fri, 30 Oct 2015 17:59:01 +0100 (CET) Received: by wicll6 with SMTP id ll6so14731108wic.0 for ; Fri, 30 Oct 2015 09:59:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind_com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=xD0AIcJLO3rsMkgSmc0448/tTPFyxbJcqekweXbNv+4=; b=R4IxYXvuGubnfE2wqEnwcAKqVegib0URclTn0Ij3qOJRmGYlmujYZMT5huQ9qE22iT dXLXcnF0v9ZFAKZEpbWCgy/8AXqq4cfXimBmKjQLvlsy+jiDmgA9FHanWDKasDRL4sJv bQO1FEPRokDWYf36OQGpYzPZ6ug4nvUNvlWYPFotVyIZaV8dJo75nYj9GsOtaNqYHEl9 f7Jp92ohExPa4JFf5qiioILOoHNTJUfOCHJpEorxeiFzKEtJR+rEHt7VLZ8sQrErRqFN MvXzIMoQRIfjIh0rScFbsuEnoqQjRUwAJwLaaXwLVoxhVjr2MtXsg99gjg2TWGb/Mg9Q 6nkg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=xD0AIcJLO3rsMkgSmc0448/tTPFyxbJcqekweXbNv+4=; b=KvxFm9A2B1jh+mg5zC9uq1hqgTv5lIbeR1R/PhI9a9uEE9J5qypmbPp3HgQyQ6YYPI luWaVi4jl+qkYD4Qfob6ObCx+6j7GMPjCPCw6qmYAB1e/V9RN0O1X5YtikS8+NvZoeW8 W7VeFvcuZaMVvWojqixLcUXGTWQMTE72A+tDgA64UVCY2S0vG0Uou1sNt7qBvH1VD2hW ovkLMgISNOhztZ8pnx1+t8Dhp/yHC/DrqS70MexlAAlo7KzjCHGsT0bNK5Kd0oTqdXjR 8YYHsgue11n5mmxVtg3S3oqtjG4w186srk/rznVlNCBKIl0xNHzB7ATPCONtPj+i3ADR GveQ== X-Gm-Message-State: ALoCoQlmk0Pu9f4QLEi3h5JKiwhKZWlcOKBAKvA2KlXOB3xdq3DSqUmPdkCo/JDx8sMUnS2vOKw9 X-Received: by 10.194.60.5 with SMTP id d5mr10453983wjr.97.1446224341629; Fri, 30 Oct 2015 09:59:01 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id at4sm7953046wjc.9.2015.10.30.09.59.00 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 30 Oct 2015 09:59:00 -0700 (PDT) From: Thomas Monjalon To: "Iremonger, Bernard" Date: Fri, 30 Oct 2015 17:57:47 +0100 Message-ID: <3479488.JECLlCmJdO@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 0/2] xenvirt hotplug support 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, 30 Oct 2015 16:59:02 -0000 2015-10-30 05:42, Xie, Huawei: > On 10/28/2015 12:07 AM, Bernard Iremonger wrote: > > add Port Hotplug support to the xenvirt PMD > > > > This patch depends on v5 of the following patch set: > > > > remove-pci-driver-from-vdevs.patch > > > > Changes in v2: > > Rebase > > Update release notes. > Acked-by: Huawei Xie Applied, thanks