vhost-device
vhost-device copied to clipboard
Allow controlling of the maximum queue size for daemons
This came up with the Gunyah integration testing with CrosVM. As their implementation has a fairly small amount of memory in the shared memory portion they couldn't fit the QUEUE_SIZE queue in it. This was solved with a local patch for the demo but obviously it would be nice to control this via an option/config.
@stsquad Do you have the patch that fixes it ?
I think they just hardcoded it for the purposes of the demo.