查询指定网络设备队列信息。
<tool name> nic_queue -i <device name> -d <direction> -t <type> -q <queue id> [-w <wqe id>]
参数 |
参数说明 |
取值 |
---|---|---|
<device name> |
设备名称。 |
网络设备名,例如:eth0、eth1。 |
<direction> |
待查询的队列方向。 |
|
<type> |
待查询的信息类型。 |
|
<queue id> |
待查询的队列ID。 |
- |
<wqe id> |
WQE ID。 查询WQE和CQE信息时需要WQE ID。 |
- |
项目 |
描述 |
---|---|
result |
TX或RX信息。 |
本命令操作对象固定为网络设备。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | hinicadm3 nic_queue -i eth0 -d 1 -t 2 -q 0 -w 0 Rx wqe info: cs_dw0:0x00000000 rx_done:0x0 checksum_err:0x0 lro_num:0x0 cs_dw1:0x00000000 length:0 vlan:0x0 cs_dw2:0x00000000 tag_num:0x0 l2tag1p:0x0 umbcast:0x0 loopback:0x0 ipv6_ex_add:0x0 udp_0:0x0 rss_type:0x0 pkt_types:0x0 rss_hash_value:0x00000000 cs_dw4:0x00000000 if_1588:0x0 if_tx_ts:0x0 if_rx_ts:0x0 type_1588:0x0 offset_1588:0x0 tx_ts_seq:0x0 ts:0x00000000 rsc_ts:0x00000000 cs_dw7:0x00000000 |