From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v3 0/2] vhost: IOTLB fixes Date: Thu, 1 Feb 2018 23:25:28 +0800 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 Cc: dev@dpdk.org, tiwei.bie@intel.com, jfreimann@redhat.com, jianfeng.tan@intel.com, stable@dpdk.org To: Maxime Coquelin Return-path: Content-Disposition: inline In-Reply-To: <20180129163040.9560-1-maxime.coquelin@redhat.com> 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 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