mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
geneve: clear IFF_TX_SKB_SHARING
ether_setup sets IFF_TX_SKB_SHARING but this is not supported by geneve as it modifies the skb on xmit. Signed-off-by: Jiri Benc <jbenc@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
82a0f6b4ab
commit
fc41cdb322
1 changed files with 1 additions and 0 deletions
|
@ -1178,6 +1178,7 @@ static void geneve_setup(struct net_device *dev)
|
|||
dev->hw_features |= NETIF_F_GSO_SOFTWARE;
|
||||
|
||||
netif_keep_dst(dev);
|
||||
dev->priv_flags &= ~IFF_TX_SKB_SHARING;
|
||||
dev->priv_flags |= IFF_LIVE_ADDR_CHANGE | IFF_NO_QUEUE;
|
||||
eth_hw_addr_random(dev);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue