test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1 1/5] test_plans/ice_switch_filter: change log level
@ 2022-08-15 14:00 Jiale Song
  2022-08-15 14:00 ` [dts] [PATCH V1 2/5] tests/ice_switch_filter: optimize the rte_flow test process Jiale Song
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Jiale Song @ 2022-08-15 14:00 UTC (permalink / raw)
  To: dts; +Cc: Jiale Song

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(-)

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
 ==================================
-- 
2.25.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-09-08  1:50 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-15 14:00 [dts] [PATCH V1 1/5] test_plans/ice_switch_filter: change log level Jiale Song
2022-08-15 14:00 ` [dts] [PATCH V1 2/5] tests/ice_switch_filter: optimize the rte_flow test process Jiale Song
2022-09-07 10:26   ` Peng, Yuan
2022-08-15 14:00 ` [dts] [PATCH V1 3/5] test_plans/ice_switch_filter_pppoe: change log level Jiale Song
2022-09-07 10:26   ` Peng, Yuan
2022-08-15 14:00 ` [dts] [PATCH V1 4/5] tests/ice_switch_filter_pppoe: optimize the rte_flow test process Jiale Song
2022-09-07 10:26   ` Peng, Yuan
2022-08-15 14:00 ` [dts] [PATCH V1 5/5] tests/rte_flow_common: " Jiale Song
2022-08-26  6:15   ` Li, WeiyuanX
2022-09-07 10:26   ` Peng, Yuan
2022-09-08  1:50   ` lijuan.tu
2022-09-07 10:25 ` [dts] [PATCH V1 1/5] test_plans/ice_switch_filter: change log level Peng, Yuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).