Displaying 1 result from an estimated 1 matches for "advertisig".
Did you mean:
advertising
2019 Oct 02
0
virtq questions
...d retry submission.
> First one is, where do these features come from:
>
> VIRTIO_F_RING_PACKED
> VIRTIO_RING_F_INDIRECT_DESC
Looks like these feature bits are supposed to be advertised by the device
if device supports these capabilities.
I see in qemu code that bunch of drivers are advertisig this capability.
(virtio_scsi, virtio_blk etc).
>
> I see that in virtiofs "packed" is off and "indirect" is on. Is this
> guaranteed?
I can't find specifying any feature bits in vhost-user-fs.c. So we
probably are getting a default value.
Thanks
Vivek