Linux Kernel
3.7.1
|
#include <ethtool.h>
Data Fields | |
__u32 | cmd |
__u32 | max_rx |
__u32 | max_tx |
__u32 | max_other |
__u32 | max_combined |
__u32 | rx_count |
__u32 | tx_count |
__u32 | other_count |
__u32 | combined_count |
struct ethtool_channels - configuring number of network channel : ETHTOOL_{G,S}CHANNELS : Read only. Maximum number of receive channel the driver support. : Read only. Maximum number of transmit channel the driver support. : Read only. Maximum number of other channel the driver support. : Read only. Maximum number of combined channel the driver support. Set of queues RX, TX or other. : Valid values are in the range 1 to the max_rx. : Valid values are in the range 1 to the max_tx. : Valid values are in the range 1 to the max_other. : Valid values are in the range 1 to the max_combined.
This can be used to configure RX, TX and other channels.