From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id DC0E5A00C2; Thu, 23 Apr 2020 12:23:58 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1C3211D16F; Thu, 23 Apr 2020 12:23:58 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 1DB411D16A for ; Thu, 23 Apr 2020 12:23:56 +0200 (CEST) IronPort-SDR: UXoocINoq191+025moaJsSIcjxI3ebvic0u9Q/sLs9S0mZCxEwYRVI4V7iw/3B35avk3mLAnS+ 9Fgykp173KUw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Apr 2020 03:23:55 -0700 IronPort-SDR: UM/dBZAx8fVSjyFsDsZmgkhkofgsLRJf2t1EDrf1a+R8zG8W9IKUo9LERWbOq11UY/cinkWJZs 5ccFOkTcH6eA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,306,1583222400"; d="scan'208";a="274189027" Received: from odcacrnlx01.sh.intel.com ([10.240.183.66]) by orsmga002.jf.intel.com with ESMTP; 23 Apr 2020 03:23:54 -0700 From: Huang Zhimin To: dts@dpdk.org Cc: Huang Zhimin Date: Thu, 23 Apr 2020 17:58:53 +0800 Message-Id: <1587635933-12970-1-git-send-email-zhiminx.huang@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dts] [PATCH V1] tests/TestSuite_pmdpcap:fix pmdpcap rebuild dpdk issue 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" *.pmdpcap rebuild not bind nic to dpdk. Signed-off-by: Huang Zhimin --- tests/TestSuite_pmdpcap.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/TestSuite_pmdpcap.py b/tests/TestSuite_pmdpcap.py index fc5acf7..509af0b 100644 --- a/tests/TestSuite_pmdpcap.py +++ b/tests/TestSuite_pmdpcap.py @@ -66,7 +66,6 @@ class TestPmdPcap(TestCase): os_type = self.dut.get_os_type() if os_type == "freebsd": self.dut.send_expect("kldload contigmem", "#",20) - self.dut.send_expect("kldload nic_uio", "#",20) def get_pcap_compile_config(self): config_head = "common_" -- 2.7.4