From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7C0DBA00C4; Thu, 5 May 2022 08:38:04 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 74E1040E2D; Thu, 5 May 2022 08:38:04 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 415A140042 for ; Thu, 5 May 2022 08:38:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651732682; x=1683268682; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=9N6rsf7pci7eI3UQ1/8kdaC0IypWI5OVx1LLTZNzH9w=; b=GtiyYWdbn6AIIhLBCZpdl7kOIPuLNFBKHwumVM+1Q8OL5fR9s7lsBJvN g1MAOwhDlm9qyUlNehGUrX4whx6X/VcEeGiLs4Aq5+2z0xLLEFzL9lIso blMtZnjbdIgDbtlG07XwXwlckHZPNTQAN5wVnADvDWBDkrTHkxdksTkXt OcQYqyZhilFpHUlnSQW9Vdsn2LNUruGI7/uB8GgxJ8tsrFZSuMq52URbL 8X5iltp3pdCgAHmIDo/mLEz2j+k9iRkxi8YEZbYpulMDo4BE3djOmyp9J J1mfF9B7sliZBYdYO67h76bxHQM4jCIVi7anwJQY36jAtEJiYaml9Vc3l Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10337"; a="248552565" X-IronPort-AV: E=Sophos;i="5.91,200,1647327600"; d="scan'208";a="248552565" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 May 2022 23:36:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,200,1647327600"; d="scan'208";a="734759673" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by orsmga005.jf.intel.com with ESMTP; 04 May 2022 23:36:31 -0700 Received: from fmsmsx612.amr.corp.intel.com (10.18.126.92) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.27; Wed, 4 May 2022 23:36:30 -0700 Received: from fmsmsx612.amr.corp.intel.com (10.18.126.92) by fmsmsx612.amr.corp.intel.com (10.18.126.92) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.27; Wed, 4 May 2022 23:36:30 -0700 Received: from fmsmsx612.amr.corp.intel.com ([10.18.126.92]) by fmsmsx612.amr.corp.intel.com ([10.18.126.92]) with mapi id 15.01.2308.027; Wed, 4 May 2022 23:36:30 -0700 From: "Tu, Lijuan" To: "Chen, LingliX" , "dts@dpdk.org" CC: "Chen, LingliX" Subject: RE: [dts][PATCH V1] tests/multiprocess: modify dut build dpdk app all Thread-Topic: [dts][PATCH V1] tests/multiprocess: modify dut build dpdk app all Thread-Index: AQHYWrDjgUDlzwJoXUusmcN7zEuXr60P2c/w Date: Thu, 5 May 2022 06:36:27 +0000 Message-ID: <159f5c0362fd44c2b32eb5fe80ed19e6@intel.com> References: <20220428115853.4615-1-linglix.chen@intel.com> In-Reply-To: <20220428115853.4615-1-linglix.chen@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.401.20 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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 > -----Original Message----- > From: Lingli Chen > Sent: 2022=1B$BG/=1B(B4=1B$B7n=1B(B28=1B$BF|=1B(B 19:59 > To: dts@dpdk.org > Cc: Chen, LingliX > Subject: [dts][PATCH V1] tests/multiprocess: modify dut build dpdk app al= l >=20 > on Fedora35 and RHEL dut build dpdk app symmetric_mp will replace simple_= mp, so not found simple_mp. > Solution: dut build dpdk app all. What's the consideration of building all examples, why not replacing simpl= e_mp with symmetric_mp? If you are going to build examples/multi_process together, suggest to confi= gure: -Dexamples=3D'multi_process/client_server_mp/mp_server,multi_process/client= _server_mp/mp_client,multi_process/hotplug_mp,multi_process/simple_mp,multi= _process/symmetric_mp' thanks >=20 > Signed-off-by: Lingli Chen > --- > tests/TestSuite_multiprocess.py | 14 +------------- > 1 file changed, 1 insertion(+), 13 deletions(-) >=20 > diff --git a/tests/TestSuite_multiprocess.py b/tests/TestSuite_multiproce= ss.py index 33c13022..1e3ffee9 > 100644 > --- a/tests/TestSuite_multiprocess.py > +++ b/tests/TestSuite_multiprocess.py > @@ -61,19 +61,7 @@ class TestMultiprocess(TestCase): > self.dut_ports =3D self.dut.get_ports() > self.socket =3D self.dut.get_numa_id(self.dut_ports[0]) >=20 > - out =3D self.dut.build_dpdk_apps( > - "./examples/multi_process/client_server_mp/mp_client" > - ) > - self.verify("Error" not in out, "Compilation mp_client failed") > - out =3D self.dut.build_dpdk_apps( > - "./examples/multi_process/client_server_mp/mp_server" > - ) > - self.verify("Error" not in out, "Compilation mp_server failed") > - out =3D self.dut.build_dpdk_apps("./examples/multi_process/simpl= e_mp") > - self.verify("Error" not in out, "Compilation simple_mp failed") > - out =3D self.dut.build_dpdk_apps("./examples/multi_process/symme= tric_mp") > - self.verify("Error" not in out, "Compilation symmetric_mp failed= ") > - > + self.dut.build_install_dpdk(target=3Dself.target, > + extra_options=3D"-Dexamples=3Dall") > self.app_mp_client =3D self.dut.apps_name["mp_client"] > self.app_mp_server =3D self.dut.apps_name["mp_server"] > self.app_simple_mp =3D self.dut.apps_name["simple_mp"] > -- > 2.17.1