]> git.openfabrics.org - ~emulex/infiniband.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)
commit51ec04038c113a811b177baa85d293feff9ce995
tree0b501332fe30a45bbe5d9adb6a93372f27857bd0
parente1f165032c8bade3a6bdf546f8faf61fda4dd01c
ipv6: GRO should be ECN friendly

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