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 1D9D8A00C2; Fri, 24 Apr 2020 08:41:49 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D4E6C1C1CA; Fri, 24 Apr 2020 08:41:48 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id DF1441C1C8 for ; Fri, 24 Apr 2020 08:41:47 +0200 (CEST) IronPort-SDR: aG5KqKQXoAPATodnS6VsYJlzrslPiqlL1Nmj+1LR4lFuyCa56tg1Ci+38JoRJLA8yiO8xB2GKg RUiY4Aqp02Nw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Apr 2020 23:41:46 -0700 IronPort-SDR: ytTyfNP3Kx41uyH5HqHE39LkrqC+sLtVyTf6WuCb2/gZOvweho5zFnaPbYIC114I+gSRNM1xLw ncg/aC+LjXEA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,310,1583222400"; d="scan'208";a="274503686" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga002.jf.intel.com with ESMTP; 23 Apr 2020 23:41:46 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 23 Apr 2020 23:41:46 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 23 Apr 2020 23:41:45 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.129]) by shsmsx102.ccr.corp.intel.com ([169.254.2.138]) with mapi id 14.03.0439.000; Fri, 24 Apr 2020 14:41:36 +0800 From: "Tu, Lijuan" To: "Huang, ZhiminX" , "dts@dpdk.org" CC: "Huang, ZhiminX" Thread-Topic: [dts] [PATCH V1] tests/TestSuite_pmdpcap:fix pmdpcap rebuild dpdk issue Thread-Index: AQHWGeCdPN094buMTUG+6OB7fQi8pqiH0wig Date: Fri, 24 Apr 2020 06:41:35 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC0F9B9@SHSMSX101.ccr.corp.intel.com> References: <1587695055-24749-1-git-send-email-zhiminx.huang@intel.com> In-Reply-To: <1587695055-24749-1-git-send-email-zhiminx.huang@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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" Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Huang Zhimin > Sent: Friday, April 24, 2020 10:24 AM > To: dts@dpdk.org > Cc: Huang, ZhiminX > Subject: [dts] [PATCH V1] tests/TestSuite_pmdpcap:fix pmdpcap rebuild dpd= k > issue >=20 > *.pmdpcap rebuild not bind nic to dpdk. >=20 > Signed-off-by: Huang Zhimin > --- > tests/TestSuite_pmdpcap.py | 1 - > 1 file changed, 1 deletion(-) >=20 > diff --git a/tests/TestSuite_pmdpcap.py b/tests/TestSuite_pmdpcap.py inde= x > fc5acf7..509af0b 100644 > --- a/tests/TestSuite_pmdpcap.py > +++ b/tests/TestSuite_pmdpcap.py > @@ -66,7 +66,6 @@ class TestPmdPcap(TestCase): > os_type =3D self.dut.get_os_type() > if os_type =3D=3D "freebsd": > self.dut.send_expect("kldload contigmem", "#",20) > - self.dut.send_expect("kldload nic_uio", "#",20) >=20 > def get_pcap_compile_config(self): > config_head =3D "common_" > -- > 2.7.4