From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55679) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKuEa-0007wD-9H for qemu-devel@nongnu.org; Tue, 04 Mar 2014 13:38:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKuEQ-00013Q-DH for qemu-devel@nongnu.org; Tue, 04 Mar 2014 13:38:32 -0500 Received: from mail-qc0-x22c.google.com ([2607:f8b0:400d:c01::22c]:47100) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKuEQ-00013L-0o for qemu-devel@nongnu.org; Tue, 04 Mar 2014 13:38:22 -0500 Received: by mail-qc0-f172.google.com with SMTP id i8so5965199qcq.31 for ; Tue, 04 Mar 2014 10:38:21 -0800 (PST) Sender: Paolo Bonzini Message-ID: <53161D97.40306@redhat.com> Date: Tue, 04 Mar 2014 19:38:15 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1393957383-16685-1-git-send-email-a.motakis@virtualopensystems.com> <53161B7C.9010903@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v9 00/20] Vhost and vhost-net support for userspace based backends List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: snabb-devel@googlegroups.com Cc: Luke Gorrie , VirtualOpenSystems Technical Team , qemu-devel qemu-devel , Nikolay Nikolaev , "Michael S.Tsirkin" Il 04/03/2014 19:33, Antonios Motakis ha scritto: > > Hello Paolo, > > Yes we saw your series today, and we plan to try it out. Any idea on > when your series will get in? Then we can probably remove our own > implementation for shared memory. It's planned for 2.1, together with memory hotplug which is not in the series but based on it. Paolo > > > Do the ideas behind vhost-user work if you have multiple hugetlbfs > files, one per node? > > > Yes, they should work.