]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[undi] Align the received frame payload for faster processing
authorMichael Brown <mcb30@ipxe.org>
Fri, 29 Jun 2012 00:03:38 +0000 (01:03 +0100)
committerMichael Brown <mcb30@ipxe.org>
Fri, 29 Jun 2012 00:06:00 +0000 (01:06 +0100)
commit76d9c1a00120d5b93d6f717bab867462a7a83f11
treea2ac65fdebeefe167ebe92dc9696fdcc707d160c
parent85917ba8dd7814856be12f8c00ef755547166fad
[undi] Align the received frame payload for faster processing

The undinet driver always has to make a copy of the received frame
into an I/O buffer.  Align this copy sensibly so that subsequent
operations are as fast as possible.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/i386/drivers/net/undinet.c