From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4846C10D436; Tue, 13 Feb 2018 13:33:03 +0000 (UTC) Received: from [10.36.112.39] (ovpn-112-39.ams2.redhat.com [10.36.112.39]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 33583B07A0; Tue, 13 Feb 2018 13:32:58 +0000 (UTC) To: Jianfeng Tan , dev@dpdk.org, Thomas Monjalon Cc: yliu@fridaylinux.org, tiwei.bie@intel.com References: <1518405628-23976-1-git-send-email-jianfeng.tan@intel.com> From: Maxime Coquelin Message-ID: Date: Tue, 13 Feb 2018 14:32:56 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <1518405628-23976-1-git-send-email-jianfeng.tan@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.1]); Tue, 13 Feb 2018 13:33:03 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.1]); Tue, 13 Feb 2018 13:33:03 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'maxime.coquelin@redhat.com' RCPT:'' Subject: Re: [dpdk-dev] [PATCH 0/3] Some fixes on virtio-user/vhost 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, 13 Feb 2018 13:33:04 -0000 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