DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v4 0/2] vhost: IOTLB fixes
@ 2018-02-05 15:04 Maxime Coquelin
  2018-02-05 15:04 ` [dpdk-dev] [PATCH v4 1/2] vhost: fix iotlb pool out-of-memory handling Maxime Coquelin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Maxime Coquelin @ 2018-02-05 15:04 UTC (permalink / raw)
  To: dev, tiwei.bie, yliu, jfreimann, jianfeng.tan, ferruh.yigit
  Cc: stable, 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:
-----------------
- 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

 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-02-05 17:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-05 15:04 [dpdk-dev] [PATCH v4 0/2] vhost: IOTLB fixes Maxime Coquelin
2018-02-05 15:04 ` [dpdk-dev] [PATCH v4 1/2] vhost: fix iotlb pool out-of-memory handling Maxime Coquelin
2018-02-05 15:04 ` [dpdk-dev] [PATCH v4 2/2] vhost: remove pending IOTLB entry if IOTLB MISS request sending failed Maxime Coquelin
2018-02-05 17:44 ` [dpdk-dev] [PATCH v4 0/2] vhost: IOTLB fixes Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).