From patchwork Mon Aug 15 14:00:31 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Jiale, SongX" X-Patchwork-Id: 115102 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 79989A00C5; Mon, 15 Aug 2022 08:00:29 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 608D640143; Mon, 15 Aug 2022 08:00:29 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 6230B400EF for ; Mon, 15 Aug 2022 08:00:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1660543227; x=1692079227; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Z/v05Dqli2VS5w+EV1TMDEqf8EoJ3BrpVZ7K7s4Ay4c=; b=kZwzhQsZXIk12nGIdt1yWGVE9ufhS3wTnmot02vlKYAjq3mxWHp54jGE hQnJS/uc741p0mx35b05Hl/GYv8VCFD/EI8IF3psdg4PrPYvalLYR3Z47 2G3HHp+/DVM0pRtI9TW/knO13APCGyYklp1AFweVAksHtxZCngMdL7dOF 9BP10UtcUDPdNi/26c4/+sHM6WXabbM7JU2PJddYCOmXdD55TAUwK8nNm fERoh+GRV8BDh1UFfMqt+a1Hzsr2hHR0WPZgp6L9WhcG8tMWKpI5SqX1t MSOOGAonvkH37x/qHh8B62b5uSZhzV2QKNjKi/dynrAtvE35M5C6Nh+cq g==; X-IronPort-AV: E=McAfee;i="6400,9594,10439"; a="272290072" X-IronPort-AV: E=Sophos;i="5.93,237,1654585200"; d="scan'208";a="272290072" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Aug 2022 23:00:26 -0700 X-IronPort-AV: E=Sophos;i="5.93,237,1654585200"; d="scan'208";a="666551200" Received: from unknown (HELO localhost.localdomain) ([10.239.252.20]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Aug 2022 23:00:25 -0700 From: Jiale Song To: dts@dpdk.org Cc: Jiale Song Subject: [dts] [PATCH V1 1/5] test_plans/ice_switch_filter: change log level Date: Mon, 15 Aug 2022 14:00:31 +0000 Message-Id: <20220815140035.1186904-1-songx.jiale@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org the log level is too high, causing redundancy in the log display, so the log level is reduced. Signed-off-by: Jiale Song Acked-by: Peng, Yuan Signed-off-by: Jiale Song --- 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 ==================================