From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id C375F1B29D for ; Tue, 13 Feb 2018 18:55:20 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 680EF2090D; Tue, 13 Feb 2018 12:55:20 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 13 Feb 2018 12:55:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=pHuS+8W3t+Z/PKH5wB9UA+Pikv ADLFQYo4TDm/1YUJs=; b=Oxl4cEKONw4FN4kz+u5et2G2ED4RNpFSBheLbRwYkZ dMNd1yiCnRGrwZHxaRkopdLRRvjLAvaslYTmAmpSHZF6vjPBgG4jN5cAoMiNS5lj gwApqb7Upw611PcQO2tbfRMoXvT818b2m02VV1+L30lp1Q7cO7ZWWrw+6shN4PvJ I= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=pHuS+8 W3t+Z/PKH5wB9UA+PikvADLFQYo4TDm/1YUJs=; b=TRGbnNQYwpkYJP3WxFuojX 2BoiYP1ndG4tl0oO3f/om78tU+GBQP3jhJv6Yv3NOGB1W+NYu6boG5Yb7GE836Nj 9WgqwsYdiyE1itRl20JMLyt4Z8nD2CKKXXvjypHN6mkLLchKpaDg5E4RbOJVKWjO 7Sycxl6GcakACFvPcUuwXjpvdlJcTpafg3rpyIgfnhbRdNF0acNBY8pf7GkynYmO 7aZyQCr9YgqRGQs+hPScjvZEwHMbL4ZGidV4xLNo8J3NXMGVm0ls21hWMiSB3MxY iFwGQs1MuHIJNyQkFivjGaTSn9ZDnBdQIyEFcX3N7orsHwtxi8NVf103jf91TpRA == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id D8C4624466; Tue, 13 Feb 2018 12:55:19 -0500 (EST) From: Thomas Monjalon To: Jianfeng Tan Cc: dev@dpdk.org, Maxime Coquelin , yliu@fridaylinux.org, tiwei.bie@intel.com Date: Tue, 13 Feb 2018 18:55:10 +0100 Message-ID: <7259085.1E0trEnmhp@xps> In-Reply-To: References: <1518405628-23976-1-git-send-email-jianfeng.tan@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 17:55:20 -0000 13/02/2018 14:32, Maxime Coquelin: > > 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 > > 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. Applied with these reworded titles: net/vhost: fix log messages on create/destroy net/virtio-user: fix start with kernel vhost net/virtio-user: fix interrupts with kernel vhost