[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [PATCH v3 0/3] Vhost-user Spec: extension for vhost-pci
This spec patch series extends the vhost-user protocol to support the vhost-pci
based inter-VM communiaction.
v2->v3 changes:
1) replace VHOST_USER_SET_DEV_INFO with VHOST_USER_SET_DEVICE_ID
2) replace VHOST_USER_SET_PEER_CONNECTION with VHOST_USER_SET_VHOST_PCI
v1->v2 changes:
1) start from the simpler case - change "1-slave-N-master" to "1-slave-1-master"
configuration plane. Accordingly, the previous "uuid", "conn_id" are removed;
2) add the _CREATE_ and _DESTROY_ comands to the VHOST_USER_SET_PEER_CONNECTION
message; and
3) fix the VHOST_USER prefix.
Wei Wang (3):
spec/vhost-user: extend vhost-user to support the vhost-pci based
inter-vm communiaction
spec/vhost-user: add VHOST_USER_PROTOCOL_F_SET_DEVICE_ID
spec/vhost-user: add the VHOST_USER_SET_VHOST_PCI message
docs/specs/vhost-user.txt | 44 ++++++++++++++++++++++++++++++++++++++------
1 file changed, 38 insertions(+), 6 deletions(-)
--
2.7.4
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]