On 2016年02月19日 19:13, Michael Niewoehner wrote:
Am 19.02.2016 um 07:59 schrieb Shuyu Wei<s...@outlook.com>:
Doing tx_clean() inside poll() may scramble the tx ring buffer if
tx() is running. This will cause tx to stop working, which can be
reproduced by simultaneously downloading two large files at high speed.
Moving tx_clean() into tx() will prevent this. And tx interrupt is no
longer needed now.
Signed-off-by: Shuyu Wei<s...@outlook.com>
Tested-by: Michael Niewoehner<li...@mniewoehner.de>
Tested-by: Xing Zheng <zhengx...@rock-chips.com>
Thanks.
--
- Xing Zheng