uboot-mt623x/net
Heiko Schocher 2f70c49e5b netloop: speed up NetLoop
NetLoop polls every cycle with getenv some environment variables.
This is horribly slow, especially when the environment is big.

This patch reads only the environment variables in NetLoop,
when they were changed.

Also moved the init part of the NetLoop function in a seperate
function.

Signed-off-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2009-02-22 23:49:33 -08:00
..
Makefile net/sntp.c: move ifdef into Makefile COBJS-$(...) 2009-02-09 22:53:54 -08:00
bootp.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
bootp.h net: express the first argument to NetSetTimeout() in milliseconds 2008-10-18 21:54:00 +02:00
eth.c netloop: speed up NetLoop 2009-02-22 23:49:33 -08:00
net.c netloop: speed up NetLoop 2009-02-22 23:49:33 -08:00
nfs.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
nfs.h * Patch by Steven Scholz, 25 Feb 2004: 2004-02-27 00:07:27 +00:00
rarp.c net: express the first argument to NetSetTimeout() in milliseconds 2008-10-18 21:54:00 +02:00
rarp.h Initial revision 2002-07-20 20:14:13 +00:00
sntp.c net/sntp.c: move ifdef into Makefile COBJS-$(...) 2009-02-09 22:53:54 -08:00
sntp.h * Patch by Masami Komiya, 30 Mar 2005: 2005-04-01 00:25:43 +00:00
tftp.c net: Fix TftpStart() ip:filename bug 2008-12-04 22:51:54 -08:00
tftp.h Initial revision 2000-12-28 11:02:30 +00:00