From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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=LRaH/l0zpikcDA87th7jbd/I5CGGFKuldlyKpaHuOTg=; b=dXD9MAgpEQMfzMF51EvFADyG2AlE00cS3su7TUtARLT7KB9N0SQkhl4GQU0Xn+67ra u54nTUbK0lBS4IC5hdXDIAHhf5a4JjpWO0jItvKV6Eqm/rsVgMytPKbc/omXpMjC6iyL tGR0YFUSBpUndE/Z/3S6MYWNHxwAAAVJDARizmZgA+A4TgqzkMnfplG4H1BGe6siqNWY wqQ+hDbeiEAiWXDTVZ20u2dELMpDueRbLAsiyomSSSE6i98FdIdXFbhFQRUVNcdedW60 pl7DTTeN5lJTvRm2fKHBZ2z1097axh7YvE8D5NpH/umiFRKX1eiUy8SSnv9khx45xIYs X9Fg== X-Gm-Message-State: ALoCoQmdC2trFJnrCRZEGAesk4lX8EDkn8ZBapjc4vD3W4rWxF616ZW2RcksoT43QkaWEelf1TCa X-Received: by 10.181.13.109 with SMTP id ex13mr12612188wid.39.1437340185833; Sun, 19 Jul 2015 14:09:45 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id fz16sm8600283wic.3.2015.07.19.14.09.44 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 19 Jul 2015 14:09:44 -0700 (PDT) From: Thomas Monjalon To: Bernard Iremonger Date: Sun, 19 Jul 2015 22:12:45 +0200 Message-ID: <143734287.gxAYc4oQse@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <20150716175352.4acce1bc@urahara> References: <20150716175352.4acce1bc@urahara> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v6 0/6] virtio 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: Sun, 19 Jul 2015 21:09:46 -0000 > > 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