Re: [OpenWrt-Devel] [patch] (3/3) r6040.c: fix long delay in outgoing pings

2008-06-16 Thread Florian Fainelli
Le Monday 16 June 2008 13:51:19 Joerg Albert, vous avez écrit : > his patch mainly fixes the huge delay when we ping from the RDC device to > another host (160-230 ms). r6040_rx() was rewritten. > Further changes: > - fix a bug in hex2str(), which overwrote the source with a zero > - removed rx_fre

[OpenWrt-Devel] [patch] (3/3) r6040.c: fix long delay in outgoing pings

2008-06-16 Thread Joerg Albert
This patch mainly fixes the huge delay when we ping from the RDC device to another host (160-230 ms). r6040_rx() was rewritten. Further changes: - fix a bug in hex2str(), which overwrote the source with a zero - removed rx_free_desc counter; allocate skb inside r6040_rx() on the fly - r6040_rx: do