qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [Bug 1769067] [NEW] virtio-net ignores the absence of the V


From: Jakub Jermar
Subject: [Qemu-devel] [Bug 1769067] [NEW] virtio-net ignores the absence of the VIRTIO_NET_F_CTRL_VQ feature bit
Date: Fri, 04 May 2018 07:15:23 -0000

Public bug reported:

When negotiating virtio-net feature bits, the device ignores the absence
of the VIRTIO_NET_F_CTRL_VQ bit in driver feature bits and provides
three virtqueues, including the control virtqueue, even though the
driver is expecting only the receive and transmit virtqueues. Looking
into the source code, it appears it always assumes the presence of the
control virtqueue, violating thus the VIRTIO version 1.0 specification.

** Affects: qemu
     Importance: Undecided
         Status: New


** Tags: virtio virtio-net

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1769067

Title:
  virtio-net ignores the absence of the VIRTIO_NET_F_CTRL_VQ feature bit

Status in QEMU:
  New

Bug description:
  When negotiating virtio-net feature bits, the device ignores the
  absence of the VIRTIO_NET_F_CTRL_VQ bit in driver feature bits and
  provides three virtqueues, including the control virtqueue, even
  though the driver is expecting only the receive and transmit
  virtqueues. Looking into the source code, it appears it always assumes
  the presence of the control virtqueue, violating thus the VIRTIO
  version 1.0 specification.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1769067/+subscriptions



reply via email to

[Prev in Thread] Current Thread [Next in Thread]