[V1,1/5] test_plans/ice_switch_filter: change log level

Message ID 20220815140035.1186904-1-songx.jiale@intel.com (mailing list archive)
State Accepted
Headers
Series [V1,1/5] test_plans/ice_switch_filter: change log level |

Commit Message

Jiale, SongX Aug. 15, 2022, 2 p.m. UTC
  the log level is too high, causing redundancy in the log display, so the
log level is reduced.

Signed-off-by: Jiale Song <songx.jiale@intel.com>
---
 test_plans/ice_switch_filter_test_plan.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Peng, Yuan Sept. 7, 2022, 10:25 a.m. UTC | #1
Acked-by: Peng, Yuan <yuan.peng@intel.com>

-----Original Message-----
From: Jiale Song <songx.jiale@intel.com> 
Sent: Monday, August 15, 2022 10:01 PM
To: dts@dpdk.org
Cc: Jiale, SongX <songx.jiale@intel.com>
Subject: [dts] [PATCH V1 1/5] test_plans/ice_switch_filter: change log level

the log level is too high, causing redundancy in the log display, so the log level is reduced.

Signed-off-by: Jiale Song <songx.jiale@intel.com>
  

Patch

diff --git a/test_plans/ice_switch_filter_test_plan.rst b/test_plans/ice_switch_filter_test_plan.rst
index 599174ba..ffa8894f 100644
--- a/test_plans/ice_switch_filter_test_plan.rst
+++ b/test_plans/ice_switch_filter_test_plan.rst
@@ -154,7 +154,7 @@  Prerequisites
 
 6. Launch dpdk with the following arguments in non-pipeline mode::
 
-     ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -c 0xf -n 4 -a 0000:18:00.0 --log-level="ice,8" -- -i --txq=16 --rxq=16
+     ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -c 0xf -n 4 -a 0000:18:00.0 --log-level="ice,7" -- -i --txq=16 --rxq=16
      testpmd> port config 0 rss-hash-key ipv4 1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd
      testpmd> set fwd rxonly
      testpmd> set verbose 1
@@ -168,7 +168,7 @@  Prerequisites
 
    Launch dpdk in pipeline mode with the following testpmd command line::
 
-      ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -c 0xf -n 4 -a 0000:18:00.0,pipeline-mode-support=1 --log-level="ice,8" -- -i --txq=16 --rxq=16
+      ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -c 0xf -n 4 -a 0000:18:00.0,pipeline-mode-support=1 --log-level="ice,7" -- -i --txq=16 --rxq=16
 
 Test case: VXLAN non-pipeline mode
 ==================================