Hi, On Tuesday, May 7, 2024 12:44:33 PM IST Eugenio Perez Martin wrote: > [...] > > Shall I start by implementing a mechanism to check if the feature bit > > "VIRTIO_F_RING_PACKED" is set (using "virtio_vdev_has_feature")? And > > if it's supported, "vhost_svq_add" should call "vhost_svq_add_packed". > > Following this, I can then start implementing "vhost_svq_add_packed" > > and progress from there. > > > > What are your thoughts on this? > > Yes, that's totally right. > > I recommend you to also disable _F_EVENT_IDX to start, so the first > version is easier. > > Also, you can send as many incomplete RFCs as you want. For example, > you can send a first version that only implements reading of the guest > avail ring, so we know we're aligned on that. Then, we can send > subsequents RFCs adding features on top. > > Does that make sense to you? > > Thanks! >
Thank you for your reply. This is perfect. I'll start with this and will send the first RFC as soon as possible. Thanks, Sahil