commit | 76ff5cc91935c51fcf1a6a99ffa28b97a6e7a884 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@resnulli.us> | Fri Jul 20 02:28:48 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 20 11:07:00 2012 -0700 |
tree | e0b8367bc36b79986d0c5951485531377a39c680 | |
parent | d40156aa5ecbd51fed932ed4813df82b56e5ff4d [diff] |
rtnl: allow to specify number of rx and tx queues on device creation This patch introduces IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES by which userspace can set number of rx and/or tx queues to be allocated for newly created netdevice. This overrides ops->get_num_[tr]x_queues() Signed-off-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: David S. Miller <davem@davemloft.net>