mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 06:31:52 +00:00
879753c816
get_queue_type() comments that splict virtqueue is preferred, however,
the actual logic preferred packed virtqueues. Since firmware has not
supported packed virtqueues we ended up using split virtqueues as was
desired.
Since we do not advertise support for packed virtqueues, we add a check
to verify split virtqueues are indeed supported.
Fixes:
|
||
---|---|---|
.. | ||
ifcvf | ||
mlx5 | ||
vdpa_sim | ||
virtio_pci | ||
Kconfig | ||
Makefile | ||
vdpa.c |