Michael Brown

Results 166 comments of Michael Brown

> ipxe.efi When using ipxe.efi in a QEMU/libvirt VM the "/ |" key is not working (the one left to z). Switching keymaps de -> us -> de works but...

@magnetarnix Thanks for the bug report. The NIC is being fairly unhelpful: the only information in the response is the error code 6, which is `ENA_ADMIN_UNKNOWN_ERROR` according to the Linux...

> Note than when I say "same issue", I compared the hex dumps to verify that the bytes were indeed modified for each request, but I still got the error...

This should be fixed as of the latest series of commits: https://github.com/ipxe/ipxe/commit/856ffe000 https://github.com/ipxe/ipxe/commit/6d2cead46 https://github.com/ipxe/ipxe/commit/9f81e97af https://github.com/ipxe/ipxe/commit/3b81a4e25 https://github.com/ipxe/ipxe/commit/a80124456

I think the problem is that the UEFI firmware is not calling `.Receive()` at a sufficiently high rate to consume the received packets, which is leading to unbounded growth of...

(For the record, `intel_empty_rx()` is used only as part of the shutdown path, and `net_poll()` is not supposed to be called via the SNP interface, so neither of those are...

@perkelix As suggested, could you try using https://ipxe.org/howto/bisect to identify the precise commit that introduced the issue?

Neighbour cache (ARP or NDP) discarding in iPXE is driven by memory pressure rather than by age, since iPXE is expecting to remain running for only a few seconds in...

> @NiKiZe Thanks! I tried a few things but it seems that im unable to get the UCS-2 or 2byte char working for the ISO10646 charset. iPXE is currently ASCII-only....

All GCC12 issues should by now have been fixed: please open a new issue if there are still problems.