From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6 0/6] virtio PCI Port Hotplug Date: Sun, 19 Jul 2015 22:12:45 +0200 Message-ID: <143734287.gxAYc4oQse@xps13> References: <20150716175352.4acce1bc@urahara> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bernard Iremonger Return-path: Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id 081FEC322 for ; Sun, 19 Jul 2015 23:09:46 +0200 (CEST) Received: by wicmv11 with SMTP id mv11so1629102wic.0 for ; Sun, 19 Jul 2015 14:09:45 -0700 (PDT) In-Reply-To: <20150716175352.4acce1bc@urahara> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Bernard Iremonger (6): > > virtio: add support for PCI Port Hotplug > > virtio: check vq parameter in virtqueue_detatch_unused() function > > virtio: add proper queue release > > virtio: free queue memory in virtio_dev_close() > > virtio: use queue_release in dev_uninit > > test-pmd: remove call to rte_eth_promiscuous_disable() from > > detach_port() > > Looks good thanks. > > Acked-by: Stephen Hemminger Applied, thanks