From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] vhost-user: enable virtio 1.0 Date: Fri, 30 Oct 2015 18:48:09 +0100 Message-ID: <2413695.XHLO16SCPC@xps13> References: <1444907319-26348-1-git-send-email-marcel@redhat.com> <20151016135230.GF9980@bricha3-MOBL3> <20151018095438-mutt-send-email-mst@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Michael S. Tsirkin" , Marcel Apfelbaum Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id EE90891FC for ; Fri, 30 Oct 2015 18:49:20 +0100 (CET) Received: by wmff134 with SMTP id f134so17541035wmf.0 for ; Fri, 30 Oct 2015 10:49:20 -0700 (PDT) In-Reply-To: <20151018095438-mutt-send-email-mst@redhat.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" 2015-10-18 10:04, Michael S. Tsirkin: > On Fri, Oct 16, 2015 at 02:52:30PM +0100, Bruce Richardson wrote: > > On Thu, Oct 15, 2015 at 04:18:59PM +0300, Michael S. Tsirkin wrote: > > > On Thu, Oct 15, 2015 at 02:08:39PM +0300, Marcel Apfelbaum wrote: > > > > Make vhost-user virtio 1.0 compatible by adding it to the > > > > supported features and keeping the header length > > > > the same as for mergeable RX buffers. > > > > > > > > Signed-off-by: Marcel Apfelbaum > > > > > > Looks good to me > > > > > > Acked-by: Michael S. Tsirkin > > > > > > Just one question: dpdk is only supported on little-endian > > > platforms at the moment, right? > > > > A recent release added in support for PPC (patches supplied by IBM). For > > example, see: > > http://dpdk.org/browse/dpdk/commit/?id=704ba3770032c5a901719d3837845581d5a56b58 > > > > /Bruce > > This will require more work then as 1.0 is a different > endian-ness from 0.9. It's up to you guys to decide > whether correct BE support is now a requirement for all > new dpdk code. Let us know. I'm not sure to understand. Yes DPDK must work on big endian platforms. Does this patch prevent from using virtio 0.9 with big endian? Does it work with old QEMU not supporting virtio 1.0?