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 AACC1A04C1; Tue, 12 Nov 2019 15:53:11 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9BD669E4; Tue, 12 Nov 2019 15:53:11 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 281D42AB for ; Tue, 12 Nov 2019 15:53:10 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Nov 2019 06:53:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,296,1569308400"; d="scan'208";a="216051993" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga002.jf.intel.com with ESMTP; 12 Nov 2019 06:53:08 -0800 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 12 Nov 2019 06:53:08 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 12 Nov 2019 06:53:08 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.127]) by shsmsx102.ccr.corp.intel.com ([169.254.2.108]) with mapi id 14.03.0439.000; Tue, 12 Nov 2019 22:53:06 +0800 From: "Wang, Yinan" To: "Tu, Lijuan" , "Zhu, ShuaiX" , "dts@dpdk.org" CC: "Zhu, ShuaiX" Thread-Topic: [dts] [PATCH V2] tests/vhost_virtio_user_interrupt:fix test caseblocked issue. Thread-Index: AQHViixOU1ccHg0vvkmocAov5+8SYad6X7RwgA1dJ0A= Date: Tue, 12 Nov 2019 14:53:06 +0000 Message-ID: References: <1571895348-134625-1-git-send-email-shuaix.zhu@intel.com> <8CE3E05A3F976642AAB0F4675D0AD20E0BB5D315@SHSMSX101.ccr.corp.intel.com> In-Reply-To: <8CE3E05A3F976642AAB0F4675D0AD20E0BB5D315@SHSMSX101.ccr.corp.intel.com> Accept-Language: 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="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V2] tests/vhost_virtio_user_interrupt:fix test caseblocked 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" Hi shuai, Could you please send another patch to rollback below patch, as developer w= ill fix issue by another solution. Br, yinan > -----Original Message----- > From: Tu, Lijuan > Sent: 2019=1B$BG/=1B(B11=1B$B7n=1B(B4=1B$BF|=1B(B 10:46 > To: Zhu, ShuaiX ; dts@dpdk.org > Cc: Wang, Yinan ; Zhu, ShuaiX > Subject: RE: [dts] [PATCH V2] tests/vhost_virtio_user_interrupt:fix test > caseblocked issue. >=20 > Applied, thanks >=20 > > -----Original Message----- > > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhu,shuai > > Sent: Thursday, October 24, 2019 1:36 PM > > To: dts@dpdk.org > > Cc: Wang, Yinan ; Zhu, ShuaiX > > > > Subject: [dts] [PATCH V2] tests/vhost_virtio_user_interrupt:fix test > > caseblocked issue. > > > > Modify the code due to dpdk changes.(commit > > id:f430bbcecf3eed93916f45654f51dd19d6955aa2) > > > > Signed-off-by: zhu,shuai > > --- > > tests/TestSuite_vhost_virtio_user_interrupt.py | 4 ++++ > > 1 file changed, 4 insertions(+) > > > > diff --git a/tests/TestSuite_vhost_virtio_user_interrupt.py > > b/tests/TestSuite_vhost_virtio_user_interrupt.py > > index 5422e04..91edcce 100644 > > --- a/tests/TestSuite_vhost_virtio_user_interrupt.py > > +++ b/tests/TestSuite_vhost_virtio_user_interrupt.py > > @@ -84,6 +84,10 @@ class TestVirtioUserInterrupt(TestCase): > > self.dut.send_expect("cp ./examples/l3fwd-power/main.c .", "#"= ) > > self.dut.send_expect( > > "sed -i '/DEV_RX_OFFLOAD_CHECKSUM/d' > > ./examples/l3fwd- power/main.c", "#", 10) > > + self.dut.send_expect( > > + "sed -i '/if (promiscuous_on/i\#if 0' > > + ./examples/l3fwd- > > power/main.c", "#", 10) > > + self.dut.send_expect( > > + "sed -i '/rte_spinlock_init(&(locks/i\#endif' > > + ./examples/l3fwd- > > power/main.c", "#", 10) > > out =3D self.dut.build_dpdk_apps("./examples/l3fwd-power") > > self.verify("Error" not in out, "compilation l3fwd-power > > error") > > > > -- > > 2.17.2