From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] vhost-user: enable virtio 1.0 Date: Fri, 16 Oct 2015 14:52:30 +0100 Message-ID: <20151016135230.GF9980@bricha3-MOBL3> References: <1444907319-26348-1-git-send-email-marcel@redhat.com> <20151015161150-mutt-send-email-mst@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Marcel Apfelbaum , dev@dpdk.org To: "Michael S. Tsirkin" Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 5F7268E8C for ; Fri, 16 Oct 2015 15:52:34 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20151015161150-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" 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