]> granicus.if.org Git - libnl/commit
link: Support IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES
authorThomas Graf <tgraf@redhat.com>
Tue, 9 Oct 2012 17:57:22 +0000 (19:57 +0200)
committerThomas Graf <tgraf@redhat.com>
Tue, 9 Oct 2012 17:57:22 +0000 (19:57 +0200)
commit36ed882e003ee54cfde9a8f526007b3a66fff3a4
tree79c4b6afa1c7b5ccc13beed959cea31aef08df84
parentd2876f8657b5d9187a8c2314c88dffa63ba2bc66
link: Support IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES

New functions:
  rtnl_link_set_num_tx_queues(link, nqueues)
  rtnl_link_get_num_tx_queues(link)
  rtnl_link_set_num_rx_queues(link, nqueues)
  rtnl_link_get_num_rx_queues(link)

Signed-off-by: Thomas Graf <tgraf@redhat.com>
include/netlink-types.h
include/netlink/route/link.h
lib/route/link.c