From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id B320937B3 for ; Thu, 10 Nov 2016 16:18:05 +0100 (CET) Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2229D18E3C0; Thu, 10 Nov 2016 15:18:05 +0000 (UTC) Received: from redhat.com (ovpn-116-30.rdu2.redhat.com [10.10.116.30]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with SMTP id uAAFI4Re032344; Thu, 10 Nov 2016 10:18:04 -0500 Date: Thu, 10 Nov 2016 17:18:03 +0200 From: "Michael S. Tsirkin" To: Yuanhan Liu Cc: dev@dpdk.org, Stephen Hemminger , Maxime Coquelin Message-ID: <20161110171725-mutt-send-email-mst@kernel.org> References: <1474872056-24665-1-git-send-email-yuanhan.liu@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1474872056-24665-1-git-send-email-yuanhan.liu@linux.intel.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.26 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Thu, 10 Nov 2016 15:18:05 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH 0/2] enables vhost/virtio any layout feature 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: Thu, 10 Nov 2016 15:18:06 -0000 On Mon, Sep 26, 2016 at 02:40:54PM +0800, Yuanhan Liu wrote: > The feature is actually supported both in virtio PMD and vhost lib. > We just haven't enabled it yet. This patchset simply enables it. Any input on handling versioning? Do people prefer to handle it completely at the backend, or through libvirt? > --- > Yuanhan Liu (2): > vhost: enable any layout feature > net/virtio: enable any layout feature > > drivers/net/virtio/virtio_ethdev.h | 1 + > lib/librte_vhost/vhost.c | 1 + > lib/librte_vhost/vhost.h | 3 +++ > 3 files changed, 5 insertions(+) > > -- > 1.9.0