aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
diff options
context:
space:
mode:
authorTom Herbert <therbert@google.com>2010-10-18 18:04:39 +0000
committerDavid S. Miller <davem@davemloft.net>2010-10-20 02:27:59 -0700
commite6484930d7c73d324bccda7d43d131088da697b9 (patch)
treeafa528185a8f679730275722cbd19f660101af50 /include/linux/skbuff.h
parentbd25fa7ba59cd26094319dfba0011b48465f7355 (diff)
downloadkernel_samsung_smdk4412-e6484930d7c73d324bccda7d43d131088da697b9.zip
kernel_samsung_smdk4412-e6484930d7c73d324bccda7d43d131088da697b9.tar.gz
kernel_samsung_smdk4412-e6484930d7c73d324bccda7d43d131088da697b9.tar.bz2
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>
Diffstat (limited to 'include/linux/skbuff.h')
0 files changed, 0 insertions, 0 deletions