Skip to content

Commit 978759e

Browse files
julianwiedmanndavem330
authored andcommitted
s390/qeth: support GRO flush timer
Switch to napi_complete_done(), and thus enable delayed GRO flushing. The timeout is configured via /sys/class/net/<if>/gro_flush_timeout. Default timeout is 0, so no change in behaviour. Signed-off-by: Julian Wiedmann <[email protected]> Reviewed-by: Eric Dumazet <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 864c17c commit 978759e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/s390/net/qeth_core_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5370,7 +5370,7 @@ int qeth_poll(struct napi_struct *napi, int budget)
53705370
}
53715371
}
53725372

5373-
napi_complete(napi);
5373+
napi_complete_done(napi, work_done);
53745374
if (qdio_start_irq(card->data.ccwdev, 0))
53755375
napi_schedule(&card->napi);
53765376
out:

0 commit comments

Comments
 (0)