virtio-net: use "queue_pairs" instead of "queues" when possible
commit441537f1ce0153978b4c9ee1cc4d4152147aa16f
authorJason Wang <jasowang@redhat.com>
Wed, 20 Oct 2021 04:55:57 +0000 (20 12:55 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 20 Oct 2021 08:44:05 +0000 (20 04:44 -0400)
tree185f39a17916fa6c174c81be024036a1a0153c70
parent05ba3f63d174a716b42aa31c9af5d0ef64fff515
virtio-net: use "queue_pairs" instead of "queues" when possible

Most of the time, "queues" really means queue pairs. So this patch
switch to use "queue_pairs" to avoid confusion.

Signed-off-by: Jason Wang <jasowang@redhat.com>
Message-Id: <20211020045600.16082-8-jasowang@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/net/vhost_net.c
hw/net/virtio-net.c
include/hw/virtio/virtio-net.h