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 90100A058A; Fri, 17 Apr 2020 07:26:16 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 85F9D1DDD5; Fri, 17 Apr 2020 07:26:16 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 15E0A1DDD4 for ; Fri, 17 Apr 2020 07:26:14 +0200 (CEST) IronPort-SDR: qnydlsJjmZpv5rkHU+OxsurEcR/GqzORY/H7ZEHkvlGK4J82Xz0B0NxgvxkzaOeDe9CyaYIfOd simh3fj955Nw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Apr 2020 22:26:14 -0700 IronPort-SDR: eMG1cV2vLuHrH+sYsDstpoK8d1dlKMReCbjkxCSJpNltnLnKUPpxB3zP+I82GYbU7zekd4YS/l ojFBuuX18QDQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,393,1580803200"; d="scan'208";a="400915859" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga004.jf.intel.com with ESMTP; 16 Apr 2020 22:26:14 -0700 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 16 Apr 2020 22:26:13 -0700 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) 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; Fri, 17 Apr 2020 13:26:11 +0800 Received: from shsmsx602.ccr.corp.intel.com ([10.109.6.142]) by SHSMSX602.ccr.corp.intel.com ([10.109.6.142]) with mapi id 15.01.1713.004; Fri, 17 Apr 2020 13:26:11 +0800 From: "Zhao, XinfengX" To: "Xiao, QimaiX" , "dts@dpdk.org" CC: "Xiao, QimaiX" Thread-Topic: [dts] [PATCH V1 0/7] fix l3fwd-power quit failed Thread-Index: AQHWDYeeuwx+vjDqSUmxqH5eugX2dKh81isw Date: Fri, 17 Apr 2020 05:26:11 +0000 Message-ID: <279aa9756f1645b1ab363d15f5b71dd2@intel.com> References: <1586337534-448577-1-git-send-email-qimaix.xiao@intel.com> In-Reply-To: <1586337534-448577-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/7] fix l3fwd-power quit failed 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: Zhao, Xinfeng -----Original Message----- From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xiao Qimai Sent: Wednesday, April 8, 2020 5:19 PM To: dts@dpdk.org Cc: Xiao, QimaiX Subject: [dts] [PATCH V1 0/7] fix l3fwd-power quit failed *. use killall to quit l3fwd-power Xiao Qimai (7): fix kill l3fwd-power fix kill l3fwd-power fix kill l3fwd-power fix kill l3fwd-power fix kill l3fwd-power fix kill l3fwd-power fix kill l3fwd-power tests/TestSuite_iavf.py | 6 ++++-- tests/TestSuite_kernelpf_iavf.py | 2 +- tests/TestSuite_vf_interrupt_pmd.py | 2 +- tests/TestSuite_vhost_enqueue_interrupt.py | 4 ++-- tests/TestSuite_vhost_event_idx_interrupt.py | 4 ++-- tests/TestSuite_vhost_virtio_pmd_interrupt.py | 15 ++++++++++----- tests= /TestSuite_vhost_virtio_user_interrupt.py | 4 ++-- 7 files changed, 22 insertions(+), 15 deletions(-) -- 1.8.3.1