]> Pileus Git - ~andy/linux/commit
macvtap: Perform GSO on forwarding path.
authorVlad Yasevich <vyasevic@redhat.com>
Tue, 25 Jun 2013 20:04:22 +0000 (16:04 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 25 Jun 2013 23:45:23 +0000 (16:45 -0700)
commit3e4f8b787370978733ca6cae452720a4f0c296b8
treedea29bd9127db364d49599759f3a63df4a4babf7
parent2be5c76794b0e570aa87b012df5ac864ce668a74
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 <vyasevic@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/macvtap.c