Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cumulusAnia committed Feb 5, 2025
1 parent a2f8b6b commit e53104e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ tx-stats
unicast-no-buffer-discard 663060754115 Tx buffer discards for RoCE traffic
```

To reset the counters in the `nv show interface <interface> qos roce` command output, run the `nv action clear interface <interface> qos roce counters` command. The `nv action clear interface <interface> qos roce counters` command does not support a range of interfaces (such as swp1-4); You must specify a single interface.
To reset the counters in the `nv show interface <interface> qos roce` command output, run the `nv action clear interface <interface> qos roce counters` command.

## Change RoCE Configuration

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2000,7 +2000,7 @@ Qos Port Statistics

- To clear the Qos pool buffers, run the `nv action clear qos buffer pool` command.
- To clear the QoS multicast switch priority buffers, run the `nv action clear qos buffer multicast-switch-priority` command.
- To clear the Qos buffers on an interface, run the `nv action clear interface <interface> qos buffer` command. This command supports a range of interfaces (such as swp1-4) and comma-separated interfaces (such as swp1,swp4,swp5).
- To clear the Qos buffers on an interface, run the `nv action clear interface <interface> qos buffer` command.

```
cumulus@switch:~$ nv action clear qos buffer pool
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ Switches with the Spectrum 1 ASIC do not support the `nv show interface <interfa

## Clear Interface Counters

To clear counters (statistics) for all interfaces, run the `nv action clear interface counters` command. This command supports a range of interfaces (such as swp1-4) and comma-separated interfaces (such as swp1,swp4,swp5).
To clear counters (statistics) for all interfaces, run the `nv action clear interface counters` command.

```
cumulus@switch$ nv action clear interface counters
Expand Down

0 comments on commit e53104e

Please # to comment.