From: Vlad Yasevich Date: Tue, 25 Jun 2013 20:04:22 +0000 (-0400) Subject: macvtap: Perform GSO on forwarding path. X-Git-Tag: v3.11-rc1~64^2~125 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e4f8b787370978733ca6cae452720a4f0c296b8;p=pandora-kernel.git macvtap: Perform GSO on forwarding path. When macvtap forwards skb to its tap, it needs to check if GSO needs to be performed. This is sometimes necessary when the HW device performed GRO, but the guest reading from the tap does not support it (ex: Windows 7). Signed-off-by: Vlad Yasevich Signed-off-by: David S. Miller --- Reading git-diff-tree failed