From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Freimann Subject: Re: [PATCH 14/14] vhost: enable packed virtqueues Date: Tue, 30 Jan 2018 05:45:50 -0500 (EST) Message-ID: <1172141437.2926688.1517309150272.JavaMail.zimbra@redhat.com> References: <20180129141143.13437-1-jfreimann@redhat.com> <20180129141143.13437-15-jfreimann@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, tiwei bie , yliu@fridaylinux.org, maxime coquelin , mst@redhat.com To: Jens Freimann Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 1A8241B3FB for ; Tue, 30 Jan 2018 11:45:52 +0100 (CET) In-Reply-To: <20180129141143.13437-15-jfreimann@redhat.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > diff --git a/lib/librte_vhost/vhost.h b/lib/librte_vhost/vhost.h > index a3d4214b6..fbde54f9a 100644 > --- a/lib/librte_vhost/vhost.h > +++ b/lib/librte_vhost/vhost.h > @@ -181,6 +181,7 @@ struct vhost_msg { > (1ULL << VIRTIO_NET_F_GUEST_ANNOUNCE) | \ > (1ULL << VIRTIO_NET_F_MQ) | \ > (1ULL << VIRTIO_F_VERSION_1) | \ > + (1ULL << VIRTIO_F_PACKED) | \ Should be VIRTIO_F_PACKED_RING. Will fix it here and in other patches as well. regards Jens