diff options
author | Eugenio Pérez <eperezma@redhat.com> | 2022-02-17 18:50:29 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2022-03-06 05:08:23 -0500 |
commit | 0ea5778f066ea5c5e73246a4c11f0773edc4c45d (patch) | |
tree | 085288c477153acd08cd5244fbc3b184e6ae5311 /hw/isa | |
parent | e609301b458bf6daba478299dc5aea5d1fbaea39 (diff) | |
download | qemu-0ea5778f066ea5c5e73246a4c11f0773edc4c45d.zip qemu-0ea5778f066ea5c5e73246a4c11f0773edc4c45d.tar.gz qemu-0ea5778f066ea5c5e73246a4c11f0773edc4c45d.tar.bz2 |
virtio-net: Unlimit tx queue size if peer is vdpa
The code used to limit the maximum size of tx queue for others backends
than vhost_user since the introduction of configurable tx queue size in
9b02e1618cf2 ("virtio-net: enable configurable tx queue size").
As vhost_user, vhost_vdpa devices should deal with memory region
crosses already, so let's use the full tx size.
Signed-off-by: Eugenio Pérez <eperezma@redhat.com>
Message-Id: <20220217175029.2517071-1-eperezma@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/isa')
0 files changed, 0 insertions, 0 deletions