vhost-device/crates
Priyansh Rathi 6feb938c50 vsock: Try processing raw packets on other events too
Currently, the `raw_pkts_queue` is processed only when a
`SIBLING_VM_EVENT` is received. But it may happen that the
`raw_pkts_queue` could not be processed completely due to insufficient
space in the RX virtqueue at that time. So, try to process raw packets on
other events too similar to what happens in the RX of standard packets.

Signed-off-by: Priyansh Rathi <techiepriyansh@gmail.com>
2023-07-20 13:29:13 +05:30
..
gpio crates: Don't warn for vhost_user::Error::Disconnected 2023-07-20 13:06:31 +05:30
i2c crates: Don't warn for vhost_user::Error::Disconnected 2023-07-20 13:06:31 +05:30
rng crates: Don't warn for vhost_user::Error::Disconnected 2023-07-20 13:06:31 +05:30
scsi crates: Don't warn for vhost_user::Error::Disconnected 2023-07-20 13:06:31 +05:30
vsock vsock: Try processing raw packets on other events too 2023-07-20 13:29:13 +05:30