[PATCH net-next-2.6 17/17] 8021q: Use netif_copy_real_num_queues() to set queue counts

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Ben Hutchings
Date: Monday, September 27, 2010 - 11:32 am

This covers RX if necessary, as well as TX.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
---
 net/8021q/vlan.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/8021q/vlan.c b/net/8021q/vlan.c
index 2c6c2bd..25c2133 100644
--- a/net/8021q/vlan.c
+++ b/net/8021q/vlan.c
@@ -321,7 +321,7 @@ static int register_vlan_device(struct net_device *real_dev, u16 vlan_id)
 	if (new_dev == NULL)
 		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);
 	/* need 4 bytes for extra VLAN header info,
 	 * hope the underlying device can handle it.
-- 
1.7.2.1


-- 
Ben Hutchings, Senior Software Engineer, Solarflare Communications
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH net-next-2.6 17/17] 8021q: Use netif_copy_real_num_ ..., Ben Hutchings, (Mon Sep 27, 11:32 am)
Re: [PATCH net-next-2.6 12/17] mv643xx_eth: Use netif_set_ ..., Lennert Buytenhek, (Mon Sep 27, 9:18 pm)
RE: [PATCH net-next-2.6 04/17] bnx2x: Use netif_set_real_n ..., Vladislav Zolotarov, (Tue Sep 28, 2:26 am)
RE: [PATCH net-next-2.6 04/17] bnx2x: Use netif_set_real_n ..., Vladislav Zolotarov, (Tue Sep 28, 5:59 am)