david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/usr
Michael Brown 9a52ba0cfa [netdevice] Retain and report detailed error breakdowns
netdev_rx_err() and netdev_tx_complete_err() get passed the error
code, but currently use it only in debug messages.

Retain error numbers and frequencey counts for up to
NETDEV_MAX_UNIQUE_ERRORS (4) different errors for each of TX and RX.
This allows the "ifstat" command to report the reasons for TX/RX
errors in most cases, even in non-debug builds.
2008-11-08 05:30:30 +00:00
..
aoeboot.c [hacks] Improve the guess_boot_netdev() logic 2008-10-31 01:51:26 +00:00
autoboot.c [sanboot] Quick and dirty hack to make SAN boot protocols selectable 2008-10-13 10:05:51 +01:00
dhcpmgmt.c [DHCP] Fix up fake-packet creation as used by PXENV_GET_CACHED_INFO 2008-03-23 21:58:05 +00:00
ifmgmt.c [netdevice] Retain and report detailed error breakdowns 2008-11-08 05:30:30 +00:00
imgmgmt.c [image] Fail "imgexec"/"boot" if the image to execute is ambiguous 2008-07-08 03:50:44 +01:00
iscsiboot.c [hacks] Improve the guess_boot_netdev() logic 2008-10-31 01:51:26 +00:00
route.c Use stdio.h instead of vsprintf.h 2007-01-19 01:13:12 +00:00