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 B8675A0508; Mon, 9 May 2022 09:41:36 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B1C2540691; Mon, 9 May 2022 09:41:36 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 079C84068F for ; Mon, 9 May 2022 09:41:34 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652082095; x=1683618095; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=cTGJHg4nqqFccGgKIPHVgNHUKatOUBrBLAABiOUhyOE=; b=FtIUWrfQAoklJBIGosbrC/pmEMajHr3PfVWyiyUGqGfRjmo4qCE5LAH0 QqXdk0BwOgSpRknVOl0/XagFjjscTtR22QoUgcV2SX8IcC1K/EW1Dl3D+ jLuZL2hN1U87sgaiGmbQIhU5vYE0RD544GV0PeiK/4epYTOiRc+eAaKIw Mzj3b4TRSMcQly5p7FBUO41f5If2JQhLNaWVC+H6TVjhDIL0CnqIst8P8 wuqplbszhY/tRvRN50+3IIK0mkq2NqCJ3iotriYH7ZaSMZETYErbhXDti 2XYvVNprj86NltC2h8le7SB5+dkjAG9NrvG+DWKEKWmVxWspt+bNGtoSi w==; X-IronPort-AV: E=McAfee;i="6400,9594,10341"; a="267810678" X-IronPort-AV: E=Sophos;i="5.91,210,1647327600"; d="scan'208";a="267810678" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 May 2022 00:41:33 -0700 Message-Id: Date: 09 May 2022 00:41:32 -0700 X-IronPort-AV: E=Sophos;i="5.91,210,1647327600"; d="scan'208";a="656006456" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 May 2022 00:41:32 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V2] tests/multiprocess: modify dut to build examples/multi_process together From: lijuan.tu@intel.com To: dts@dpdk.org,Lingli Chen Cc: Lingli Chen In-Reply-To: <20220507100924.18008-1-linglix.chen@intel.com> 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: , Reply-To: Lingli Chen Errors-To: dts-bounces@dpdk.org On Sat, 7 May 2022 10:09:24 +0000, Lingli Chen wrot= e: > on Fedora35 and RHEL dut build dpdk app symmetric_mp will replace simple_mp= , so not found simple_mp. > Solution: dut build dpdk app together. >=20 > Signed-off-by: Lingli Chen Applied, thanks