CUResume optimize

"wyb" <[email protected]> Wed, 18 Dec 2002 14:57:52 +0800
Newsgroups gmane.linux.drivers.eepro100.devel
Message-ID <006e01c2a662$c96bdb90$a608a8c0@CODINGMAN>
In intel's e100 driver, if last command to CU is transmiting(CUResume), new transmiting
command don't need to wait for previous one to finish. But in eepro100.c, function
speedo_start_xmit() wait for previous command to finish before issue CUResume to
CU.  If I call dev->hard_start_xmit() too frequently, message "Command 0000 was
not immediately accept, xxx ticks!" continually printed on screen.