Re: [PATCH net-next] net: atl1c: add BQL support

2015-08-13 Thread Francois Romieu
Ron Angeles : [...] > I only have one of these NICs and it is running on something critical > throughout the weekdays. I can try running these when I have time on a > weekend. Thanks, it would be perfect: I can't promise it won't crash. > Is there any particular way you would suggest testing? Wo

Re: [PATCH net-next] net: atl1c: add BQL support

2015-08-12 Thread Ron Angeles
On 08/12/2015 03:40 PM, Francois Romieu wrote: Ron Angeles : This BQL implementation is mostly derived from its related driver, alx. Tested on AR8131 (rev c0) [1969:1063]. Saturated a 100mbps link with 5 concurrent runs of netperf. Ping latency dropped from 14ms to 3ms. Could you use some tim

Re: [PATCH net-next] net: atl1c: add BQL support

2015-08-12 Thread David Miller
From: Ron Angeles Date: Tue, 11 Aug 2015 23:01:20 -0700 > This BQL implementation is mostly derived from its related driver, alx. > Tested on AR8131 (rev c0) [1969:1063]. Saturated a 100mbps link with 5 > concurrent runs of netperf. Ping latency dropped from 14ms to 3ms. > > Signed-off-by: Ron A

Re: [PATCH net-next] net: atl1c: add BQL support

2015-08-12 Thread Francois Romieu
Ron Angeles : > This BQL implementation is mostly derived from its related driver, alx. > Tested on AR8131 (rev c0) [1969:1063]. Saturated a 100mbps link with 5 > concurrent runs of netperf. Ping latency dropped from 14ms to 3ms. Could you use some time to test the attached experimental stuff as

[PATCH net-next] net: atl1c: add BQL support

2015-08-11 Thread Ron Angeles
This BQL implementation is mostly derived from its related driver, alx. Tested on AR8131 (rev c0) [1969:1063]. Saturated a 100mbps link with 5 concurrent runs of netperf. Ping latency dropped from 14ms to 3ms. Signed-off-by: Ron Angeles --- drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 10 ++