获取指定RoCE设备指定SRQN的SRQC信息。
<tool name> roce_dbg -s <type> -i <device name> -r <srqn> [-f]
参数 |
参数说明 |
取值 |
---|---|---|
<device name> |
设备名称。 |
RoCE设备,例如:hrn3_bond_0。 |
<type> |
查询内容类型。 |
|
<srqn> |
srq number,需要查询的SRQ号。 |
保留参数,暂无意义。 |
项目 |
描述 |
---|---|
roce_dbg command error(-1): parameter hrn1 of device name must be hrn3_[xx]. |
参数设备名称错误。 |
roce_dbg command error(-1): -r <srqn> | srpn not alive. |
查询的SRQN不存活。 |
待查询SRQ context数据 |
操作成功。 |
带“-f”参数时,将查询结果写入文件“/var/log/cloud_roce/roce_dbg_info_${user_name}/show_info.txt”。
1 2 3 4 5 6 7 8 9 | hinicadm3 roce_dbg -s srq -i hrn3_bond_0 -r 16 srq-info : - dev_name hrn3_bond_0 - srqn 16 - pcnt 11070 - ccnt 10592 - next_wqe_idx 615 - wqe_prefetch_ccnt 10592 - wqe_prefetch_idx 615 |