kernel: add missing description for GRO optimization patch
authorFelix Fietkau <nbd@openwrt.org>
Mon, 16 Mar 2015 04:19:09 +0000 (04:19 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 16 Mar 2015 04:19:09 +0000 (04:19 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44798

target/linux/generic/patches-3.18/680-net-skip-gro-for-otherhost-packets.patch
target/linux/generic/patches-3.19/680-net-skip-gro-for-otherhost-packets.patch
target/linux/generic/patches-4.0/680-net-skip-gro-for-otherhost-packets.patch

index 3adc4e37bbf85ca2a32e54fde4f4b76c625089b0..2a65c0be61bb7b7b319bf54f1fe4d72e211e360d 100644 (file)
@@ -1,3 +1,17 @@
+Subject: NET: skip GRO for otherhost packets
+
+For network drivers using napi_gro_receive, packets are run through GRO,
+even when the destination MAC address does not match, and they're supposed
+to be delivered to another host behind a different bridge port.
+
+This can be very expensive, because for drivers without TSO or scatter-
+gather, this can only be undone by copying the skb and checksumming it
+again.
+
+Fix this by leaving skbs with PACKET_OTHERHOST untouched.
+
+Signed-off-by: Felix Fietkau <nbd@openwrt.org>
+
 --- a/net/core/dev.c
 +++ b/net/core/dev.c
 @@ -4003,6 +4003,9 @@ static enum gro_result dev_gro_receive(s
index e3fa9172e2fb864c5eee6df0d01771737b813241..292d02174a283e8fe26e4a31eb4cc22b46b0585c 100644 (file)
@@ -1,3 +1,17 @@
+Subject: NET: skip GRO for otherhost packets
+
+For network drivers using napi_gro_receive, packets are run through GRO,
+even when the destination MAC address does not match, and they're supposed
+to be delivered to another host behind a different bridge port.
+
+This can be very expensive, because for drivers without TSO or scatter-
+gather, this can only be undone by copying the skb and checksumming it
+again.
+
+Fix this by leaving skbs with PACKET_OTHERHOST untouched.
+
+Signed-off-by: Felix Fietkau <nbd@openwrt.org>
+
 --- a/net/core/dev.c
 +++ b/net/core/dev.c
 @@ -3967,6 +3967,9 @@ static enum gro_result dev_gro_receive(s
index fc3625848bdd465f06b4cd94058b7f912b609211..62e0bde8dd7adc85d5571acffcbe4889460aa078 100644 (file)
@@ -1,3 +1,17 @@
+Subject: NET: skip GRO for otherhost packets
+
+For network drivers using napi_gro_receive, packets are run through GRO,
+even when the destination MAC address does not match, and they're supposed
+to be delivered to another host behind a different bridge port.
+
+This can be very expensive, because for drivers without TSO or scatter-
+gather, this can only be undone by copying the skb and checksumming it
+again.
+
+Fix this by leaving skbs with PACKET_OTHERHOST untouched.
+
+Signed-off-by: Felix Fietkau <nbd@openwrt.org>
+
 --- a/net/core/dev.c
 +++ b/net/core/dev.c
 @@ -4005,6 +4005,9 @@ static enum gro_result dev_gro_receive(s