udp: Support UDP fraglist GRO/GSO.
This patch extends UDP GRO to support fraglist GRO/GSO by using the previously introduced infrastructure. If the feature is enabled, all UDP packets are going to fraglist GRO (local input and forward). After validating the csum, we mark ip_summed as CHECKSUM_UNNECESSARY for fraglist GRO packets to make sure that the csum is not touched. Signed-off-by:Steffen Klassert <steffen.klassert@secunet.com> Reviewed-by:
Willem de Bruijn <willemb@google.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Loading
-
mentioned in commit 4d8187d2
-
mentioned in commit 53a61c62
-
mentioned in commit 51223638
-
mentioned in commit fba4db88
-
mentioned in commit 264422cc
-
mentioned in commit 7376b8e5
-
mentioned in commit 88ca8b3f
-
mentioned in commit 3a3ba4b7
-
mentioned in commit 24797c44
-
mentioned in commit 8a819d0a
-
mentioned in commit 4098c4f1
-
mentioned in commit 212615bc
-
mentioned in commit 33e28acf
Please sign in to comment