设置l2nic so_ro(configure for read operation)

命令功能

设置指定网卡的so_ro,并固化到flash中。

命令格式

<tool name> wr_ordering -i <device name> -w <0/1> -r <0/1>

入参说明

参数

参数说明

取值

<device name>

设备名称。

例如:hinic0。

-w[--write] <0/1>

设置wr_pkt_so_ro。

  • 0:Strict Ordering。
  • 1:Relaxed Ordering。

-

-r[--read] <0/1>

设置rd_pkt_so_ro。

  • 0:Strict Ordering
  • 1:Relaxed Ordering

-

出参说明

无。

使用指南

无。

使用实例

设置so_ro
1
2
[root@localhost tool]# hinicadm3 wr_ordering -i hinic0
Set wr_ordering cfg succeed.