kernel-hacking-2024-linux-s.../net/8021q
Eric Dumazet 2e59af3dcb 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 <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-09-02 18:03:00 -07:00
..
Kconfig
Makefile
vlan.c vlan: multiqueue vlan device 2009-09-02 18:03:00 -07:00
vlan.h vlan: propogate ethtool speed values 2008-10-28 23:02:34 -07:00
vlan_core.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2009-04-16 17:35:26 -07:00
vlan_dev.c vlan: Add support for net_devices_ops.ndo_fcoe_enable/_disable to VLAN 2009-09-01 01:24:23 -07:00
vlan_gvrp.c
vlan_netlink.c vlan: multiqueue vlan device 2009-09-02 18:03:00 -07:00
vlanproc.c net: mark read-only arrays as const 2009-08-05 10:42:58 -07:00
vlanproc.h