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 A655CA0561; Mon, 20 Apr 2020 04:09:16 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6F44D1C439; Mon, 20 Apr 2020 04:09:16 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 1C4C51C436 for ; Mon, 20 Apr 2020 04:09:13 +0200 (CEST) IronPort-SDR: RY1r+IMNIkxo+U6WfL/Dv1PvugKJyXtxJngm5nfahPpMfs15DJDNp7k6voQfqork+4DAiCctBx aeAAoI5H4Vww== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2020 19:09:12 -0700 IronPort-SDR: OMzKqadhqKtLGi/J5vhHNH27isgHI0cC5TgP0M72yOQ72v2QKUC39qooL8T1tgDbfRx7uQkukF BjMg1lZ9RN1g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,405,1580803200"; d="scan'208";a="300150382" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by FMSMGA003.fm.intel.com with ESMTP; 19 Apr 2020 19:09:12 -0700 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 19 Apr 2020 19:09:12 -0700 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 19 Apr 2020 19:09:12 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.129]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.191]) with mapi id 14.03.0439.000; Mon, 20 Apr 2020 10:09:06 +0800 From: "Tu, Lijuan" To: "Xiao, QimaiX" , "dts@dpdk.org" CC: "Xiao, QimaiX" Thread-Topic: [dts] [PATCH V1 0/7] fix l3fwd-power quit failed Thread-Index: AQHWDYee2GUMf1ye7EaAKafDzgXorKiBVj2A Date: Mon, 20 Apr 2020 02:09:05 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC0CC0F@SHSMSX101.ccr.corp.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: 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 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" Applied the series, thanks > -----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 >=20 > *. use killall to quit l3fwd-power >=20 > 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 >=20 > 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(-) >=20 > -- > 1.8.3.1