Open stsquad opened 3 years ago
Yeah, so I don't know about all of these off the top of my head, but I can recognize some as values defined by the standard, which don't have to be consumed/exported as bindings. The biggest reason why they aren't in their own modules is (generally speaking) because those modules don't exist yet upstream, but we're working on device bits and parts as well and hopefully things will start appearing.
We face the same issue in vhost-user-backend crate too, may be some consts related to virtio transport may be moved/redefined in vm-virtio/virtio-queue.
Specifically I'm thinking of the following:
which should probably be in there own module (or possibly the vring module)? Thoughts?