iPXE fails if DPDK enabled - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: iPXE fails if DPDK enabled (/showthread.php?tid=10521) |
iPXE fails if DPDK enabled - rafael - 2017-11-08 08:49 Hi, I am using Mirantis OpenStack 9.2. If DPDK is enabled, the vm’s iPXE boot fails with the following message: link for the screenshot Thanks in advance for the help. Rafael RE: iPXE fails if DPDK enabled - NiKiZe - 2017-11-08 22:33 The message "Common virtio capability not found!\n" is only shown due to that you have DEBUG=virtio enabled at compile time, and it fails to initialize a Virtion 1.01 device It is not an error in itself. Does it fail to also initialize the legacy virtio device as well? The question becomes what is the actual issue you are having, as in: is it something that doesn't work? RE: iPXE fails if DPDK enabled - rafael - 2017-11-09 09:58 Thank you for the reply. Yes it fails, but only if hw multique is enabled. (hw_vif_multiqueue_enabled="true") The VM could not obtain IP address. Three more screenshots from the error: enqueuing iobuf ... on vq1 No configuration methods succeeded ifstat RE: iPXE fails if DPDK enabled - NiKiZe - 2017-11-09 21:23 Starting with that ifstat picture it clearly shows the actual problem, and now the other ones kind of explains why. I would redirect this issue to the devs of openstack/virtio/qemu - it clearly seems to be some compability bug here. The Virtio drivers in iPXE itself is developed by the same people, here is one example of involved people: http://lists.ipxe.org/pipermail/ipxe-devel/2016-December/005333.html |