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 5F341A00C5; Thu, 30 Apr 2020 10:21:21 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 49CBC1D978; Thu, 30 Apr 2020 10:21:21 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 8CD941D939 for ; Thu, 30 Apr 2020 10:21:19 +0200 (CEST) IronPort-SDR: k4nHtizMU9B9A7hbKu89NwgiS4fxaqPnHZ4Y87wOHnxiKGy/PZD63w7fGstUSVRCVP9Cl7L6D6 +LgNV3nwWK+w== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2020 01:21:18 -0700 IronPort-SDR: D/cKNwOBflLdEiCoKQWC3cwfupvVzlg8nmRx9wgz7xaCJRAKerKA3G6m8YsICOVfmjfNMSuYvP xZ/nX7PRYkIQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,334,1583222400"; d="scan'208";a="247120106" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga007.jf.intel.com with ESMTP; 30 Apr 2020 01:21:18 -0700 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 30 Apr 2020 01:21:17 -0700 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 30 Apr 2020 16:21:15 +0800 Received: from shsmsx604.ccr.corp.intel.com ([10.109.6.214]) by SHSMSX604.ccr.corp.intel.com ([10.109.6.214]) with mapi id 15.01.1713.004; Thu, 30 Apr 2020 16:21:15 +0800 From: "Xiao, QimaiX" To: "dts@dpdk.org" Thread-Topic: [dts][PATCH V1 0/3] bind back port after test end Thread-Index: AQHWHrs/4/LEyGVmG0uJk+gdoPwpKaiRUx3g Date: Thu, 30 Apr 2020 08:21:15 +0000 Message-ID: References: <1588228857-411958-1-git-send-email-qimaix.xiao@intel.com> In-Reply-To: <1588228857-411958-1-git-send-email-qimaix.xiao@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1 0/3] bind back port after test end 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" Tested-by: Xiao, QimaiX Regards, Xiao Qimai > -----Original Message----- > From: Xiao, QimaiX > Sent: Thursday, April 30, 2020 2:41 PM > To: dts@dpdk.org > Cc: Xiao, QimaiX > Subject: [dts][PATCH V1 0/3] bind back port after test end >=20 > *. bind port back to dpdk driver in case of interfere other cases >=20 > Xiao Qimai (3): > bind port back after testsuite end > bind port back after testsuite end > bind port back after testsuite end >=20 > tests/TestSuite_dpdk_gro_lib.py | 3 +++ > tests/TestSuite_dpdk_gso_lib.py | 3 +++ > tests/TestSuite_virtio_user_as_exceptional_path.py | 4 ++++ > 3 files changed, 10 insertions(+) >=20 > -- > 1.8.3.1