diff options
author | Eric Dumazet <[email protected]> | 2012-10-06 08:08:49 +0000 |
---|---|---|
committer | David S. Miller <[email protected]> | 2012-10-08 14:51:51 -0400 |
commit | 2e71a6f8084e7ac87166dd77d99c44190fb844fc (patch) | |
tree | eb2e2d47361b35b2b5a3f26beac3d1fbd888c372 /lib/mpi/mpi-inline.h | |
parent | a2af139ff1cd85df586690ff626619ab1ee88b0a (diff) |
net: gro: selective flush of packets
Current GRO can hold packets in gro_list for almost unlimited
time, in case napi->poll() handler consumes its budget over and over.
In this case, napi_complete()/napi_gro_flush() are not called.
Another problem is that gro_list is flushed in non friendly way :
We scan the list and complete packets in the reverse order.
(youngest packets first, oldest packets last)
This defeats priorities that sender could have cooked.
Since GRO currently only store TCP packets, we dont really notice the
bug because of retransmits, but this behavior can add unexpected
latencies, particularly on mice flows clamped by elephant flows.
This patch makes sure no packet can stay more than 1 ms in queue, and
only in stress situations.
It also complete packets in the right order to minimize latencies.
Signed-off-by: Eric Dumazet <[email protected]>
Cc: Herbert Xu <[email protected]>
Cc: Jesse Gross <[email protected]>
Cc: Tom Herbert <[email protected]>
Cc: Yuchung Cheng <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-inline.h')
0 files changed, 0 insertions, 0 deletions