From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] vhost-user: enable virtio 1.0 Date: Mon, 02 Nov 2015 23:13:55 +0100 Message-ID: <2518261.T4ICXTenZs@xps13> 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" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Michael S. Tsirkin" To: Marcel Apfelbaum Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 15FEC8E7F for ; Mon, 2 Nov 2015 23:15:06 +0100 (CET) Received: by wmll128 with SMTP id l128so72922467wml.0 for ; Mon, 02 Nov 2015 14:15:06 -0800 (PST) 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" > > 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 Applied, thanks