commit | 717a3ab0a195626360f40e9d3b4d6d8e072e83ba | [log] [tgz] |
---|---|---|
author | Tu Dinh Ngoc <dinhngoc.tu@irit.fr> | Thu Sep 29 14:18:58 2022 +0200 |
committer | Will Deacon <will@kernel.org> | Tue Oct 04 12:52:17 2022 +0100 |
tree | 6d1474babb083de65eb060c1663dbd739cf8f923 | |
parent | ed805be52f57934729379e0afd546b7433f7f987 [diff] |
virtio-net: Fix vq->use_event_idx flag check VIRTIO_RING_F_EVENT_IDX is a bit position value, but virtio_init_device_vq populates vq->use_event_idx by ANDing this value directly to vdev->features. Fix the check for this flag in virtio_init_device_vq. Reviewed-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Tu Dinh Ngoc <dinhngoc.tu@irit.fr> Link: https://lore.kernel.org/r/20220929121858.156-1-dinhngoc.tu@irit.fr Signed-off-by: Will Deacon <will@kernel.org>