Re: [PATCH net-next] drivers: net: generalize napi_complete_done()

2017-01-30 Thread David Miller
From: Eric Dumazet Date: Mon, 30 Jan 2017 08:22:01 -0800 > napi_complete_done() allows to opt-in for gro_flush_timeout, > added back in linux-3.19, commit 3b47d30396ba > ("net: gro: add a per device gro flush timer") > > This allows for more efficient GRO aggregation without > sacrifying latenci

[PATCH net-next] drivers: net: generalize napi_complete_done()

2017-01-30 Thread Eric Dumazet
napi_complete_done() allows to opt-in for gro_flush_timeout, added back in linux-3.19, commit 3b47d30396ba ("net: gro: add a per device gro flush timer") This allows for more efficient GRO aggregation without sacrifying latencies. Signed-off-by: Eric Dumazet --- drivers/net/can/at91_can.c