From: Eric Dumazet Date: Thu, 3 Sep 2009 01:03:00 +0000 (-0700) Subject: vlan: multiqueue vlan device X-Git-Tag: v2.6.32-rc1~703^2~126 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e59af3dcbdf11635c03f22bfc9706744465d589;p=pandora-kernel.git vlan: multiqueue vlan device vlan devices are currently not multi-queue capable. We can do that with a new rtnl_link_ops method, get_tx_queues(), called from rtnl_create_link() This new method gets num_tx_queues/real_num_tx_queues from real device. register_vlan_device() is also handled. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed