[dpdk-dev] [PATCH v3 0/2] vhost: IOTLB fixes

Yuanhan Liu yliu at fridaylinux.org
Thu Feb 1 16:25:28 CET 2018


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 <yliu at fridaylinux.org>

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


More information about the dev mailing list