1NETIF_SET_REAL_NUM_R(9) Network device support NETIF_SET_REAL_NUM_R(9)
2
3
4
6 netif_set_real_num_rx_queues - set actual number of RX queues used
7
9 int netif_set_real_num_rx_queues(struct net_device * dev,
10 unsigned int rxq);
11
13 dev
14 Network device
15
16 rxq
17 Actual number of RX queues
18
20 This must be called either with the rtnl_lock held or before
21 registration of the net device. Returns 0 on success, or a negative
22 error code. If called before registration, it always succeeds.
23
25Kernel Hackers Manual 3.10 June 2019 NETIF_SET_REAL_NUM_R(9)