Searched hist:"2 e59af3dcbdf11635c03f22bfc9706744465d589" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/8021q/ |
H A D | vlan_netlink.c | diff 2e59af3dcbdf11635c03f22bfc9706744465d589 Wed Sep 02 20:03:00 CDT 2009 Eric Dumazet <eric.dumazet@gmail.com> 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>
|
H A D | vlan.c | diff 2e59af3dcbdf11635c03f22bfc9706744465d589 Wed Sep 02 20:03:00 CDT 2009 Eric Dumazet <eric.dumazet@gmail.com> 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>
|
/openbmc/linux/include/net/ |
H A D | rtnetlink.h | diff 2e59af3dcbdf11635c03f22bfc9706744465d589 Wed Sep 02 20:03:00 CDT 2009 Eric Dumazet <eric.dumazet@gmail.com> 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>
|
/openbmc/linux/net/core/ |
H A D | rtnetlink.c | diff 2e59af3dcbdf11635c03f22bfc9706744465d589 Wed Sep 02 20:03:00 CDT 2009 Eric Dumazet <eric.dumazet@gmail.com> 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>
|