]> 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)
commitf58d592faec1ea38ec96c66fa1365adff0610f93
tree0b501332fe30a45bbe5d9adb6a93372f27857bd0
parentea81913f008e0217620c5c066898dab148765685
ipv6: GRO should be ECN friendly

IPv4 side of the problem was addressed in commit 0ed92097c8a0d
(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