genode/repos/dde_ipxe/ports/dde_ipxe.port
Christian Helmuth 4506912f6e dde_ipxe: skip MAC/PHY reset on Intel NICs
Inspired by the mailing-list posting [1], this commit removes the
MAC/PHY reset for all Intel cards and effectively prevents the bandwidth
drop to 10 MBit/s (e.g., on i217lm). I understand it as preliminary fix
for practical reasons - a real fix would be to update the ipxe port and
monitor for more postings like the one mentioned.

[1] http://lists.ipxe.org/pipermail/ipxe-devel/2015-December/004511.html
2016-02-05 10:47:45 +01:00

16 lines
345 B
Makefile

LICENSE := GPLv2
VERSION := git
DOWNLOADS := ipxe.git
URL(ipxe) := http://git.ipxe.org/ipxe.git
REV(ipxe) := c4bce43c3c4d3c5ebb2d926b58ad16dc9642c19d
DIR(ipxe) := src/lib/dde_ipxe
PATCHES := patches/dde_ipxe.patch \
patches/intel.patch \
patches/tg3.patch
PATCH_OPT := -p1 -d ${DIR(ipxe)}
# vi: set ft=make :