From d01f66680fbf53cc0f1a7220e6ffd411df834a5e Mon Sep 17 00:00:00 2001 From: Satish Pitchikala Date: Fri, 1 Sep 2023 02:45:55 +0530 Subject: [PATCH] formatting issue --- clients/p4rt-ctl-cpp/p4rt_perf.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/p4rt-ctl-cpp/p4rt_perf.cc b/clients/p4rt-ctl-cpp/p4rt_perf.cc index 273738bc..050bb80e 100644 --- a/clients/p4rt-ctl-cpp/p4rt_perf.cc +++ b/clients/p4rt-ctl-cpp/p4rt_perf.cc @@ -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