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

2018-02-01 Thread Yuanhan Liu
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 messag

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

2018-01-29 Thread Maxime Coquelin
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 cons