From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v4 0/2] vhost: IOTLB fixes Date: Mon, 5 Feb 2018 17:44:47 +0000 Message-ID: References: <20180205150457.15543-1-maxime.coquelin@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: stable@dpdk.org To: Maxime Coquelin , dev@dpdk.org, tiwei.bie@intel.com, yliu@fridaylinux.org, jfreimann@redhat.com, jianfeng.tan@intel.com Return-path: In-Reply-To: <20180205150457.15543-1-maxime.coquelin@redhat.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 2/5/2018 3:04 PM, 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 v3: > ----------------- > - Fix 32bits compilation issue in error message in patch 2 (Ferruh) > > 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 applied to dpdk-next-net/master, thanks.