Skip to content

Commit

Permalink
Add missing docs for some commands
Browse files Browse the repository at this point in the history
  • Loading branch information
hsadok authored Oct 2, 2023
1 parent 928e59f commit ae71245
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/hwtest/my_stats.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ proc help {} {
puts "chkmac_stats: Check stats from Ethernet core."
puts "enable_desc_per_pkt: Enable sending a descriptors per packet."
puts "disable_desc_per_pkt: Disable sending a descriptors per packet."
puts "read_pcie <nb_reg>: Read nb_reg MMIO registers starting from the first."
puts "read_pkt_queue <q_id>: Read the 4 registers associated with packet queue q_id."
puts "read_dsc_queue <q_id>" Read the 4 registers associated with descriptor queue q_id."
}
proc set_up {} {
Expand Down

0 comments on commit ae71245

Please sign in to comment.