[ipxe-devel] [ipxe/ipxe] virtio changes 12/2016 (#61)
Ladi Prosek
notifications at github.com
Wed Dec 21 10:11:53 UTC 2016
Three patches discussed and reviewed on the ipxe-devel list. Fixes issues with virtqueue sizes >256. To reproduce, run QEMU with:
-device virtio-net, ..., disable-modern=off,disable-legacy=on,rx_queue_size=1024
for modern virtio and
-device virtio-net, ..., disable-modern=on,disable-legacy=off,rx_queue_size=1024
for legacy virtio.
Thank you,
Ladi
You can view, comment on, or merge this pull request online at:
https://github.com/ipxe/ipxe/pull/61
-- Commit Summary --
* [virtio] Cap queue size to MAX_QUEUE_NUM
* [virtio] Simplify virtqueue shutdown
* [virtio] Remove queue size limit in legacy virtio
-- File Changes --
M src/drivers/bus/virtio-pci.c (65)
M src/drivers/net/virtio-net.c (31)
M src/include/ipxe/virtio-pci.h (2)
M src/include/ipxe/virtio-ring.h (12)
-- Patch Links --
https://github.com/ipxe/ipxe/pull/61.patch
https://github.com/ipxe/ipxe/pull/61.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/ipxe/ipxe/pull/61
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20161221/cd424f42/attachment.htm>
More information about the ipxe-devel
mailing list