Re: [PATCH] atl1c: optimize rx loop

2021-03-21 Thread Sieng Piaw Liew
On Fri, Mar 19, 2021 at 05:15:35AM +0100, Willy Tarreau wrote: > On Fri, Mar 19, 2021 at 12:04:47PM +0800, Sieng Piaw Liew wrote: > > Remove this trivial bit of inefficiency from the rx receive loop, > > results in increase of a few Mbps in iperf3. Tested on Intel Core2 > > platform. > > > > Signe

Re: [PATCH] atl1c: optimize rx loop

2021-03-18 Thread Willy Tarreau
On Fri, Mar 19, 2021 at 12:04:47PM +0800, Sieng Piaw Liew wrote: > Remove this trivial bit of inefficiency from the rx receive loop, > results in increase of a few Mbps in iperf3. Tested on Intel Core2 > platform. > > Signed-off-by: Sieng Piaw Liew > --- > drivers/net/ethernet/atheros/atl1c/atl1

[PATCH] atl1c: optimize rx loop

2021-03-18 Thread Sieng Piaw Liew
Remove this trivial bit of inefficiency from the rx receive loop, results in increase of a few Mbps in iperf3. Tested on Intel Core2 platform. Signed-off-by: Sieng Piaw Liew --- drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a