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

2018-02-05 Thread Ferruh Yigit
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

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

2018-02-05 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 v3: - - Fix 32bits compilation issue in error message in patch 2 (Ferruh) Changes since v2: - -