Files
kernel_amazon_mt8127-common/include/linux
Tom Herbert e6484930d7 net: allocate tx queues in register_netdevice
This patch introduces netif_alloc_netdev_queues which is called from
register_device instead of alloc_netdev_mq.  This makes TX queue
allocation symmetric with RX allocation.  Also, queue locks allocation
is done in netdev_init_one_queue.  Change set_real_num_tx_queues to
fail if requested number < 1 or greater than number of allocated
queues.

Signed-off-by: Tom Herbert <therbert@google.com>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-10-20 02:27:59 -07:00
..
2010-08-24 14:57:09 -07:00
2010-09-23 14:33:39 -07:00
2010-09-09 18:57:23 -07:00
2010-09-23 14:33:39 -07:00
2010-09-21 18:04:47 -07:00
2010-08-29 21:57:55 -07:00
2010-09-30 21:16:05 -07:00
2010-09-08 18:16:52 -07:00
2010-09-09 18:57:24 -07:00
2010-09-09 09:05:06 -07:00
2010-09-08 18:16:55 -07:00
2010-10-05 00:29:48 -07:00
2010-09-08 15:04:10 +02:00
2010-10-16 11:13:19 -07:00
2010-09-27 20:24:54 -07:00
2010-09-24 21:27:41 -07:00
2010-08-30 13:23:33 -07:00
2010-09-13 10:26:52 +02:00