commit | d5da4510a742bb85182dcab8a47f63baaebb5ec3 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jpirko@redhat.com> | Wed Aug 10 06:09:44 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 11 07:44:38 2011 -0700 |
tree | af7172c9cbd42e4b3715f6e47b95f116cca99784 | |
parent | 5098af0abf3c1ed454159e081e75cf7cfc6ddf60 [diff] |
bonding: implement get_tx_queues rtnk_link_op If bonding device is created via rtnl, it is created with default number of rx/tx queues. This patch implements callback in bonding so the correct value (previously specified by bonding module param) is used. Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>