]> git.ipfire.org Git - thirdparty/linux.git/commit
virtio_ring: switch to use unsigned int for virtqueue_poll_packed()
authorJason Wang <jasowang@redhat.com>
Tue, 30 Dec 2025 06:46:42 +0000 (14:46 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 31 Dec 2025 10:39:18 +0000 (05:39 -0500)
commiteff8b47d2832150f96ab706562cef5a754a0d625
tree2d5c89bb07260a664be611de67c6f9c65a12271b
parentf2ad9d6b4eed59f880b1fcaf28e2ddaeb292b2df
virtio_ring: switch to use unsigned int for virtqueue_poll_packed()

Switch to use unsigned int for virtqueue_poll_packed() to match
virtqueue_poll() and virtqueue_poll_split() and to ease the
abstraction of the virtqueue ops.

Signed-off-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20251230064649.55597-13-jasowang@redhat.com>
drivers/virtio/virtio_ring.c