From patchwork Mon Aug 15 14:00:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Jiale, SongX" X-Patchwork-Id: 115104 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 A3C9BA00C5; Mon, 15 Aug 2022 08:00:31 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9F67940150; Mon, 15 Aug 2022 08:00:31 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id A44F540697 for ; Mon, 15 Aug 2022 08:00:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1660543229; x=1692079229; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=nQ4BFeQn5RDG7wP3ZDmRC5ZiXN7L5oQgUObDtGXpRLA=; b=dmBb0XG1VekAVYNykUyk2UCwkDE+XTy1ExZnXu5TlRI52pcM/Lb4S94l k4qAhd9hIVW102KgTbNt4jhbDGE1oYQYkBuRLLhIkQ5nj3SIbK3p58rKo IFO2ktUMXx2syI322t4k5+WCaAV9Ig+XFl2jxO1kCP1w5Jq+/YY4ktFib nDnzz/+L++Ypcig5g8P42tHIHbggKkPKtz9HA6I0uEI8zce6OQiBbM9XO mqnV+4Ty0QDMWeD6byLtH4wK7KMnj4uQXydDKEOTwSaQ0jqO2pAVQai9f Hx3taY427QT7NePzw3c0bxt7+CLuUb3n9yMhVhU5Z0iolbXLd0oOiIhVt g==; X-IronPort-AV: E=McAfee;i="6400,9594,10439"; a="272290084" X-IronPort-AV: E=Sophos;i="5.93,237,1654585200"; d="scan'208";a="272290084" 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:28 -0700 X-IronPort-AV: E=Sophos;i="5.93,237,1654585200"; d="scan'208";a="666551212" 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:27 -0700 From: Jiale Song To: dts@dpdk.org Cc: Jiale Song Subject: [dts] [PATCH V1 3/5] test_plans/ice_switch_filter_pppoe: change log level Date: Mon, 15 Aug 2022 14:00:33 +0000 Message-Id: <20220815140035.1186904-3-songx.jiale@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220815140035.1186904-1-songx.jiale@intel.com> References: <20220815140035.1186904-1-songx.jiale@intel.com> 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_pppoe_test_plan.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_plans/ice_switch_filter_pppoe_test_plan.rst b/test_plans/ice_switch_filter_pppoe_test_plan.rst index 8cffb554..e2932f61 100644 --- a/test_plans/ice_switch_filter_pppoe_test_plan.rst +++ b/test_plans/ice_switch_filter_pppoe_test_plan.rst @@ -175,7 +175,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 @@ -189,7 +189,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: Ethertype filter ===========================