All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] vhost: support host notifier
@ 2018-06-08  3:22 Tiwei Bie
  2018-06-08  3:22 ` [PATCH v3 1/2] " Tiwei Bie
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Tiwei Bie @ 2018-06-08  3:22 UTC (permalink / raw)
  To: maxime.coquelin, dev

The host notifier support in vhost-user has been merged
into QEMU. This patch set enables the support for host
notifier in DPDK vhost-user and ifcvf driver.

The original subject is:
Extend vhost to support VFIO based accelerator

v3:
- Address the changes in QEMU
- Minor fixes and refinements

Tiwei Bie (2):
  vhost: support host notifier
  net/ifcvf: enable the host notifier support

 drivers/net/ifc/ifcvf_vdpa.c  |   3 +
 lib/librte_vhost/rte_vhost.h  |   8 ++
 lib/librte_vhost/vhost.c      |   3 +
 lib/librte_vhost/vhost.h      |   1 +
 lib/librte_vhost/vhost_user.c | 146 ++++++++++++++++++++++++++++++++++
 lib/librte_vhost/vhost_user.h |  13 ++-
 6 files changed, 173 insertions(+), 1 deletion(-)

-- 
2.17.0

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

end of thread, other threads:[~2018-06-15  8:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-08  3:22 [PATCH v3 0/2] vhost: support host notifier Tiwei Bie
2018-06-08  3:22 ` [PATCH v3 1/2] " Tiwei Bie
2018-06-08  3:22 ` [PATCH v3 2/2] net/ifcvf: enable the host notifier support Tiwei Bie
2018-06-13  6:43   ` Wang, Xiao W
2018-06-15  7:35 ` [PATCH v3 0/2] vhost: support host notifier Maxime Coquelin
2018-06-15  8:00 ` Maxime Coquelin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.