Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5df8dbd7 authored by Ben Hutchings's avatar Ben Hutchings Committed by David S. Miller
Browse files

8021q: Use netif_copy_real_num_queues() to set queue counts



This covers RX if necessary, as well as TX.

Signed-off-by: default avatarBen Hutchings <bhutchings@solarflare.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c4f4adc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -321,7 +321,7 @@ static int register_vlan_device(struct net_device *real_dev, u16 vlan_id)
	if (new_dev == NULL)
	if (new_dev == NULL)
		return -ENOBUFS;
		return -ENOBUFS;


	new_dev->real_num_tx_queues = real_dev->real_num_tx_queues;
	netif_copy_real_num_queues(new_dev, real_dev);
	dev_net_set(new_dev, net);
	dev_net_set(new_dev, net);
	/* need 4 bytes for extra VLAN header info,
	/* need 4 bytes for extra VLAN header info,
	 * hope the underlying device can handle it.
	 * hope the underlying device can handle it.