From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 898092B96; Thu, 1 Feb 2018 16:25:34 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0BC1820A81; Thu, 1 Feb 2018 10:25:34 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 01 Feb 2018 10:25:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fridaylinux.org; h=cc: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=vlstnEeSAlCMrizdM/LqbfXpXZvtwXJLH7CYakluRnU=; b=ujXkYgsJ SVbHKDFKbKTeyOA5oRtXcYA2ZA6Mu1rcDCJSif4a7N5IBzitoyZWBP6jjb+tSCHx jh+scIRsdz7GB3CPaMY7or5EgnsJ5ljp6eJtZxMChfrs3CXhCa1lV4Zhg9LHVcNI xt4BeYA7LUe1Yl3ZwnrzJGAmpWQQlOmiUKLXAr9aDLA/nsr7FkbDoMMiLHC1D3nC talQViKk1F9xae04H8lYPU1tins4zU21juv10zZQ5EsVQebtjn3iFk+YaCAeSZmy sBtMB/TPSrpqIo1ln0uQCbYKoCo+gqcc6xYzx7wx68zVabzGQq1WKKlruQ0hoqg3 8CVrqLq0fVQVpw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=vlstnEeSAlCMrizdM/LqbfXpXZvtw XJLH7CYakluRnU=; b=WOA13FyztDZnhkz6ESL3c96+/r2or/f46X+nyDfnYwRmi 7MQs4FG2sjQRN/0UseRRDF77EtLFnm16GDkfYf1UzbCW6vYrfEliFuQ97Qz3o3Ti Tf7HqU2otIVbUR5KWkgVKm5QWgpxChlJ1hDSUX+/PbXkrld77W5vUVoFub4kyl31 Fg0ppWGpUgYWc6jYXmilElG3LwZjXDjlERvac3Sduf6txgTyDTjhK7AE7TSU3Xzf O6CSZGiIi6wLEmAv37Wf8nFfoMz7ude9w10+cw77eUe2vkviGoy9QkbtF0jmbqDm c/R0BKMjzfzJNzKF1atxwXy1fX1tflrz/JMjzFsAw== X-ME-Sender: Received: from yliu-mob (unknown [115.150.27.200]) by mail.messagingengine.com (Postfix) with ESMTPA id E65F924636; Thu, 1 Feb 2018 10:25:32 -0500 (EST) Date: Thu, 1 Feb 2018 23:25:28 +0800 From: Yuanhan Liu To: Maxime Coquelin Cc: dev@dpdk.org, tiwei.bie@intel.com, jfreimann@redhat.com, jianfeng.tan@intel.com, stable@dpdk.org Message-ID: <20180201152528.GS29540@yliu-mob> References: <20180129163040.9560-1-maxime.coquelin@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180129163040.9560-1-maxime.coquelin@redhat.com> User-Agent: Mutt/1.5.24 (2015-08-30) Subject: Re: [dpdk-dev] [PATCH v3 0/2] vhost: IOTLB fixes 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: Thu, 01 Feb 2018 15:25:34 -0000 On Mon, Jan 29, 2018 at 05:30:38PM +0100, Maxime Coquelin wrote: > First patch of the series fixes OOM handling from the IOTLB > mempool, the second one removes pending IOTLB entry when the > IOTLB miss request sending failed. > > Changes since v2: > ----------------- > - patch 2: Fix error message with correct IOVA > > Changes since v1: > ----------------- > - Make log levels consistent (Tiwei) > - Remove pending IOTLB entry of miss request seding failed (Tiwei) > > Maxime Coquelin (2): > vhost: fix iotlb pool out-of-memory handling > vhost: remove pending IOTLB entry if IOTLB MISS request sending failed Series Acked-by: Yuanhan Liu Thanks. --yliu > > lib/librte_vhost/iotlb.c | 20 ++++++++++++++------ > lib/librte_vhost/iotlb.h | 3 +++ > lib/librte_vhost/vhost.c | 13 ++++++++++--- > 3 files changed, 27 insertions(+), 9 deletions(-) > > -- > 2.14.3