]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: GRO should be ECN friendly
authorEric Dumazet <edumazet@google.com>
Fri, 5 Oct 2012 20:43:30 +0000 (20:43 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 7 Oct 2012 18:44:36 +0000 (14:44 -0400)
commitff03bd3f3d4590f4d10e0e9dc57f6447b89e6743
tree0b501332fe30a45bbe5d9adb6a93372f27857bd0
parent6177528190aefbd14a091d0e7be140284d36aa91
ipv6: GRO should be ECN friendly

IPv4 side of the problem was addressed in commit 8ed2cbdb5e97b
(net: tcp: GRO should be ECN friendly)

This patch does the same, but for IPv6 : A Traffic Class mismatch
doesnt mean flows are different, but instead should force a flush
of previous packets.

This patch removes artificial packet reordering problem.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/af_inet6.c