OSDN Git Service

Merge branch 'vsock-virtio-enable-vqs-early-on-probe-and-finish-the-setup-before...
authorJakub Kicinski <kuba@kernel.org>
Fri, 25 Mar 2022 01:36:38 +0000 (18:36 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 25 Mar 2022 01:36:39 +0000 (18:36 -0700)
commita81687886ca9a64c0aeefefcbc6e7a64ce083ab0
tree4775b0f76a941c0bef15d5a4405f947476c0764a
parent9fe087dda5bf097007b263664051bc0e84f6580d
parent88704454ef8b00ea91537ae0d47d9348077e0e72
Merge branch 'vsock-virtio-enable-vqs-early-on-probe-and-finish-the-setup-before-using-them'

Stefano Garzarella says:

====================
vsock/virtio: enable VQs early on probe and finish the setup before using them

The first patch fixes a virtio-spec violation. The other two patches
complete the driver configuration before using the VQs in the probe.

The patch order should simplify backporting in stable branches.

v2: https://lore.kernel.org/netdev/20220323084954.11769-1-sgarzare@redhat.com/
v1: https://lore.kernel.org/netdev/20220322103823.83411-1-sgarzare@redhat.com/
====================

Link: https://lore.kernel.org/r/20220323173625.91119-1-sgarzare@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>