From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5E6FA1B282B; Tue, 30 Jan 2018 10:45:51 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4BC8767660; Tue, 30 Jan 2018 10:45:51 +0000 (UTC) Received: from zmail25.collab.prod.int.phx2.redhat.com (zmail25.collab.prod.int.phx2.redhat.com [10.5.83.31]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 31ECF4ED2A; Tue, 30 Jan 2018 10:45:51 +0000 (UTC) Date: Tue, 30 Jan 2018 05:45:50 -0500 (EST) From: Jens Freimann To: Jens Freimann Cc: dev@dpdk.org, tiwei bie , yliu@fridaylinux.org, maxime coquelin , mst@redhat.com Message-ID: <1172141437.2926688.1517309150272.JavaMail.zimbra@redhat.com> In-Reply-To: <20180129141143.13437-15-jfreimann@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 X-Originating-IP: [10.38.5.41, 10.4.195.16] Thread-Topic: vhost: enable packed virtqueues Thread-Index: K8czzLC601nXrAEcsoMbBiUP6qrp9Q== X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Tue, 30 Jan 2018 10:45:51 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH 14/14] vhost: enable packed virtqueues X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jan 2018 10:45:52 -0000 > 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