commit | 2be5c76794b0e570aa87b012df5ac864ce668a74 | [log] [tgz] |
---|---|---|
author | Vlad Yasevich <vyasevic@redhat.com> | Tue Jun 25 16:04:21 2013 -0400 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 25 16:44:56 2013 -0700 |
tree | ce0bb01b91bad831e290626308b886e9d0d884d2 | |
parent | ac4e4af1e59e16a018527ffa58d9d3f30bb96ca9 [diff] |
macvtap: Let TUNSETOFFLOAD actually controll offload features. When the user issues TUNSETOFFLOAD ioctl, macvtap does not do anything other then to verify arguments. This patch adds functionality to allow users to actually control offload features. NETIF_F_GSO and NETIF_F_GRO are always on, but the rest of the features can be controlled. Signed-off-by: Vlad Yasevich <vyasevic@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>