diff options
Diffstat (limited to 'net/openvswitch/vport-netdev.c')
-rw-r--r-- | net/openvswitch/vport-netdev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/openvswitch/vport-netdev.c b/net/openvswitch/vport-netdev.c index 4776282c6417..33e6d6e2908f 100644 --- a/net/openvswitch/vport-netdev.c +++ b/net/openvswitch/vport-netdev.c | |||
@@ -125,6 +125,7 @@ static struct vport *netdev_create(const struct vport_parms *parms) | |||
125 | if (err) | 125 | if (err) |
126 | goto error_master_upper_dev_unlink; | 126 | goto error_master_upper_dev_unlink; |
127 | 127 | ||
128 | dev_disable_lro(netdev_vport->dev); | ||
128 | dev_set_promiscuity(netdev_vport->dev, 1); | 129 | dev_set_promiscuity(netdev_vport->dev, 1); |
129 | netdev_vport->dev->priv_flags |= IFF_OVS_DATAPATH; | 130 | netdev_vport->dev->priv_flags |= IFF_OVS_DATAPATH; |
130 | rtnl_unlock(); | 131 | rtnl_unlock(); |