From patchwork Mon Oct 19 02:31:08 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Zhang, XiX" X-Patchwork-Id: 81276 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id AD33DA04DC; Mon, 19 Oct 2020 04:29:26 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7709FBE87; Mon, 19 Oct 2020 04:29:25 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 9FDBEBE85 for ; Mon, 19 Oct 2020 04:29:22 +0200 (CEST) IronPort-SDR: sisuxzJhIqRJmd7JXEjiZ/rLlkJIc+zwsxAM7nmyszUBU3qKfwlhFmw4ZbQ5bmoDnJxOCcnhHK JzOyMXeYpNRg== X-IronPort-AV: E=McAfee;i="6000,8403,9778"; a="164339020" X-IronPort-AV: E=Sophos;i="5.77,393,1596524400"; d="scan'208";a="164339020" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Oct 2020 19:29:20 -0700 IronPort-SDR: +KZLfEAXi/zq8WTCtqfWXmgjGNiqo22QTIujl4Oo2sPULbdwjkDePt5UAabL1UYKzIIkk08zSr lcXNpYWfb/Og== X-IronPort-AV: E=Sophos;i="5.77,393,1596524400"; d="scan'208";a="532457795" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.182.150]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Oct 2020 19:29:19 -0700 From: xizhan4x To: dts@dpdk.org Cc: xizhan4x Date: Mon, 19 Oct 2020 10:31:08 +0800 Message-Id: <1603074668-22320-1-git-send-email-xix.zhang@intel.com> X-Mailer: git-send-email 2.4.0 Subject: [dts] [PATCH V1] tests/TestSuite_qinq_filter:insmod igb_uio X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 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" insmod igb_uio create vf Signed-off-by: xizhan4x Tested-by: Zhang, XiX --- tests/TestSuite_qinq_filter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/TestSuite_qinq_filter.py b/tests/TestSuite_qinq_filter.py index 91a2d7a..de93725 100644 --- a/tests/TestSuite_qinq_filter.py +++ b/tests/TestSuite_qinq_filter.py @@ -75,6 +75,7 @@ class TestQinqFilter(TestCase): self.dut.set_build_options({'RTE_LIBRTE_I40E_INC_VECTOR': 'n'}) self.dut.build_install_dpdk(self.target) self.path=self.dut.apps_name['test-pmd'] + self.dut.setup_modules(self.target,'igb_uio',None) def vlan_send_packet(self, vlans): """