From patchwork Wed Jun 2 08:01:59 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xiang An X-Patchwork-Id: 93755 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 4FDC5A0524; Wed, 2 Jun 2021 09:52:09 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4B17440FDF; Wed, 2 Jun 2021 09:52:09 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 42A6140689 for ; Wed, 2 Jun 2021 09:52:07 +0200 (CEST) IronPort-SDR: wapWkN4SNnMKFjXFGapmBorHIdqhayNFHrz91qmxC5OY6LdLWsyR8Fn1fslkXkO0CFW0FRpZ4+ M3CiKus3OdQw== X-IronPort-AV: E=McAfee;i="6200,9189,10002"; a="225017082" X-IronPort-AV: E=Sophos;i="5.83,241,1616482800"; d="scan'208";a="225017082" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jun 2021 00:52:05 -0700 IronPort-SDR: onuj8hiGtOEkWev4bFAgehQdQ7/Hnjx05LH9lMSC57qGihhIgn+xCqB7Lo7wk1LnXKeWFcYrHV iynLmSsVV/LQ== X-IronPort-AV: E=Sophos;i="5.83,241,1616482800"; d="scan'208";a="479608992" Received: from unknown (HELO dpdk-zhaohy-t.sh.intel.com) ([10.240.183.68]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jun 2021 00:51:54 -0700 From: Xiang An To: dts@dpdk.org Cc: xueqin.lin@intel.com, Xiang An Date: Wed, 2 Jun 2021 16:01:59 +0800 Message-Id: <1622620919-59787-3-git-send-email-xiangx.an@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1622620919-59787-1-git-send-email-xiangx.an@intel.com> References: <1622620919-59787-1-git-send-email-xiangx.an@intel.com> Subject: [dts] [PATCH V1 2/2] tests/dynamic_flowtype: remove a cmd to adapt dpdk 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 Sender: "dts" Signed-off-by: Xiang An Acked-by: Xueqin Lin --- tests/TestSuite_dynamic_flowtype.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/TestSuite_dynamic_flowtype.py b/tests/TestSuite_dynamic_flowtype.py index 3f47d59..d60a582 100644 --- a/tests/TestSuite_dynamic_flowtype.py +++ b/tests/TestSuite_dynamic_flowtype.py @@ -235,8 +235,6 @@ class TestDynamicFlowtype(TestCase): % (pctype, flowtype) in out, "Failed update flow type to pctype mapping!!!") if reset is False: - self.dut_testpmd.execute_cmd( - 'set_hash_input_set 0 %s udp-key add' % flowtype) self.dut_testpmd.execute_cmd('port config all rss %s' % flowtype) else: self.dut_testpmd.execute_cmd('port config 0 pctype mapping reset')