DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/3] Extend vhost to support VFIO based accelerator
@ 2018-03-06 10:43 Tiwei Bie
  2018-03-06 10:43 ` [dpdk-dev] [PATCH 1/3] vhost: do not generate signal when sendmsg fails Tiwei Bie
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Tiwei Bie @ 2018-03-06 10:43 UTC (permalink / raw)
  To: dev
  Cc: maxime.coquelin, jianfeng.tan, yliu, zhihong.wang, xiao.w.wang,
	cunming.liang, dan.daly, tiwei.bie

This patch set introduces the VFIO based accelerator support
for vhost. This is a new vhost user protocol feature to better
support the vDPA device at the vhost user backend. It allows
interrupts/notifications being delivered between the driver
in guest and the device in host directly.

Dependencies:

1. This patch set depends on the below patch set for QEMU:

http://lists.nongnu.org/archive/html/qemu-devel/2018-01/msg06028.html

Some of the enum definitions in this patch set have been
updated for the latest QEMU. A new patch set for QEMU will
be sent out later.

2. This patch set depends on Zhihong's "selective datapath"
   patch set:

http://dpdk.org/ml/archives/dev/2018-March/091858.html

This patch set is generated on the latest master branch of
dpdk-next-virtio with Zhihong's patches applied.

Best regards,
Tiwei Bie

Tiwei Bie (3):
  vhost: do not generate signal when sendmsg fails
  vhost: support sending fds via send_vhost_message()
  vhost: support VFIO based accelerator

 lib/librte_vhost/rte_vhost.h           |  28 ++++++
 lib/librte_vhost/rte_vhost_version.map |   1 +
 lib/librte_vhost/socket.c              |   2 +-
 lib/librte_vhost/vhost_user.c          | 174 ++++++++++++++++++++++++++++++++-
 lib/librte_vhost/vhost_user.h          |   9 ++
 5 files changed, 209 insertions(+), 5 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2018-04-18  5:52 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-06 10:43 [dpdk-dev] [PATCH 0/3] Extend vhost to support VFIO based accelerator Tiwei Bie
2018-03-06 10:43 ` [dpdk-dev] [PATCH 1/3] vhost: do not generate signal when sendmsg fails Tiwei Bie
2018-03-29 12:19   ` Maxime Coquelin
2018-03-29 13:25     ` Tiwei Bie
2018-03-29 13:41       ` Maxime Coquelin
2018-03-29 13:46         ` Tiwei Bie
2018-03-29 13:46   ` Maxime Coquelin
2018-03-06 10:43 ` [dpdk-dev] [PATCH 2/3] vhost: support sending fds via send_vhost_message() Tiwei Bie
2018-03-29 12:23   ` Maxime Coquelin
2018-03-29 12:27   ` Maxime Coquelin
2018-03-06 10:43 ` [dpdk-dev] [PATCH 3/3] vhost: support VFIO based accelerator Tiwei Bie
2018-03-06 14:24   ` Maxime Coquelin
2018-03-07  8:59     ` Tiwei Bie
2018-04-18  5:49 ` [dpdk-dev] [PATCH v2] " Tiwei Bie

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).