查询某些function的BDF信息。
<tool name> bdf_info -i <device name> -l <lower_func_id> -u <upper_func_id>
参数 |
参数说明 |
取值 |
---|---|---|
<device name> |
设备名称。 |
物理设备名,例如:hinic0、hinic1。 |
<lower_func_id> |
需要查询BDF的较低的function ID。 |
必须小于或等于较高的function ID。 |
<upper_func_id> |
需要查询BDF的较高的function ID。 |
不大于2011。 |
项目 |
描述 |
---|---|
result |
指定function ID范围的BDF信息。 |
无。
1 2 3 4 5 6 | hinicadm3 bdf_info -i hinic0 -l 500 -u 516 function_id pfx.vfx host_id bdf_id 500 pf3.vf228 0 32:1d.4 … 516 pf4.vf4 0 32:1f.4 Get device bdf info operation Succeed! |