cloud-hypervisor/virtio-devices/src/vhost_user
Arafatms 3d4e27fa0a virtio-devices: Remove VIRTIO_F_RING_PACKED from default virtio features
The cloud hypervisor tells the VM and the backend to support the PACKED_RING feature,
but it actually processes various variables according to the split ring logic, such
as last_avail_index. Eventually it will cause the following error (SPDK as an example):

    vhost.c: 516:vhost_vq_packed_ring_enqueue: *ERROR*: descriptor has been used before
    vhost_blk.c: 596:process_blk_task: *ERROR*: ====== Task 0x200113784640 req_idx 0 failed ======
    vhost.c: 629:vhost_vring_desc_payload_to_iov: *ERROR*: gpa_to_vva((nil)) == NULL

Signed-off-by: Arafatms <arafatms@outlook.com>
2021-07-07 14:30:47 +02:00
..
blk.rs virtio-devices: vhost_user: Fix wrong naming regarding reconnection 2021-06-14 08:25:15 -07:00
fs.rs deps: Update vhost crate from 1a03a2a to 9982541 2021-06-24 13:13:19 +01:00
mod.rs virtio-devices: Remove VIRTIO_F_RING_PACKED from default virtio features 2021-07-07 14:30:47 +02:00
net.rs virtio-devices: vhost_user: Fix wrong naming regarding reconnection 2021-06-14 08:25:15 -07:00
vu_common_ctrl.rs deps: Update vhost crate from 1a03a2a to 9982541 2021-06-24 13:13:19 +01:00