OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio-dev message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [virtio-dev] [PATCH] Add virtio parameter server device specification


> If your goal is just to have a standard protocol then I think you can make
> it much easier for others to implement by publishing your own protocol
> spec that runs over a vsock socket.

> If its just reading / setting some kind of "variables" via some path
> name, why not using 9P for that ?

We can use any protocol to implement this, and publish it somewhere, but it
does not carry the same weight as putting it in the virtio spec. It is
easier to say
"we use virtio, and for this device we use virtio-xxx device", but it
would be weird to
say "we use virtio, but for this device, we use vsock+some other non-standard
protocol, please support this or you will break the compatibility".
That is why we
want to put parameter server as a new virtio device.


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]