Skip to content

Commit

Permalink
formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
satish153 committed Aug 31, 2023
1 parent bb50702 commit d01f666
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clients/p4rt-ctl-cpp/p4rt_perf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
*
* Command Line Arguments:
* -t : Number of threads (optional, default: 1).
* -o : Operation type (mandatory). Use 1 for ADD operation and 2 for DEL
* operation. -n : Number of entries (optional, default: 1,000,000). -p : P4
* profile (optional, default: SIMPLE_L2_DEMO).
* -o : Operation type (mandatory). 1 is to ADD and 2 to DEL
* -n : Number of entries (optional, default: 1,000,000).
* -p : P4 profile (optional, default: SIMPLE_L2_DEMO).
*
* The application evaluates the time taken to perform the specified operation
* on the defined number of entries within the chosen P4 profile. It supports
Expand Down

0 comments on commit d01f666

Please sign in to comment.