]> git.baikalelectronics.ru Git - kernel.git/commit
vlan: updates vlan real_num_tx_queues
authorVasu Dev <vasu.dev@intel.com>
Tue, 23 Mar 2010 14:42:05 +0000 (14:42 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Mar 2010 18:11:38 +0000 (11:11 -0700)
commit605d1b606360b414db120f489abbf3a5978ad8a1
tree6f749e6baeaf910ff53a9dfa0075dfbd5c856ddd
parent7934bf3631520f6dfdc13795f9919fd2cf117242
vlan: updates vlan real_num_tx_queues

Updates real_num_tx_queues in case underlying real device
has changed real_num_tx_queues.

-v2
 As per Eric Dumazet<eric.dumazet@gmail.com> comment:-
   -- adds BUG_ON to catch case of real_num_tx_queues exceeding num_tx_queues.
   -- created this self contained patch to just update real_num_tx_queues.

Signed-off-by: Vasu Dev <vasu.dev@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/8021q/vlan.c