From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH 2/2] net/virtio-user: fix supported features list Date: Thu, 3 Jan 2019 10:53:09 +0100 Message-ID: <77cb3449-88f3-263d-1a4a-c95ffc7d6543@redhat.com> References: <20190103024007.18007-1-tiwei.bie@intel.com> <20190103024007.18007-3-tiwei.bie@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: Tiwei Bie , zhihong.wang@intel.com, dev@dpdk.org Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id E0B696C9B for ; Thu, 3 Jan 2019 10:53:12 +0100 (CET) In-Reply-To: <20190103024007.18007-3-tiwei.bie@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 1/3/19 3:40 AM, Tiwei Bie wrote: > Currently virtio-user doesn't support event idx. > > Fixes: aea29aa5d37b ("net/virtio: enable packed virtqueues by default") > > Signed-off-by: Tiwei Bie > --- > drivers/net/virtio/virtio_user/virtio_user_dev.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Reviewed-by: Maxime Coquelin Thanks, Maxime