From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH 0/3] Some fixes on virtio-user/vhost Date: Tue, 13 Feb 2018 14:32:56 +0100 Message-ID: References: <1518405628-23976-1-git-send-email-jianfeng.tan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: yliu@fridaylinux.org, tiwei.bie@intel.com To: Jianfeng Tan , dev@dpdk.org, Thomas Monjalon Return-path: Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by dpdk.org (Postfix) with ESMTP id 0D05E1B2CB for ; Tue, 13 Feb 2018 14:33:04 +0100 (CET) In-Reply-To: <1518405628-23976-1-git-send-email-jianfeng.tan@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 02/12/2018 04:20 AM, Jianfeng Tan wrote: > Patch 1: a trivial fix on reword a log message. > Patch 2: fix the rxq interrupt mode when virtio-user is used > with vhost kernel. > Patch 3: a trivial fix on LSC fd init when virtio-user is used > with vhost kernel. > > Jianfeng Tan (3): > net/vhost: fix incorrect log info > net/virtio-user: fix not working with vhost kernel > net/virtio-user: fix not proper initialized > > drivers/net/vhost/rte_eth_vhost.c | 4 ++-- > drivers/net/virtio/virtio_user/virtio_user_dev.c | 5 +++++ > 2 files changed, 7 insertions(+), 2 deletions(-) > For the series: Reviewed-by: Maxime Coquelin Thomas, I would suggest to pick this series for v18.02, as patch 2 fixes a bug introduced in this release cycle. Thanks, Maxime