From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH 0/2] enables vhost/virtio any layout feature Date: Thu, 10 Nov 2016 17:18:03 +0200 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 Cc: dev@dpdk.org, Stephen Hemminger , Maxime Coquelin To: Yuanhan Liu 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) Content-Disposition: inline In-Reply-To: <1474872056-24665-1-git-send-email-yuanhan.liu@linux.intel.com> 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" 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