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 404704249F; Sun, 29 Jan 2023 02:47:09 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3A61E40146; Sun, 29 Jan 2023 02:47:09 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id A18994003F for ; Sun, 29 Jan 2023 02:47:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1674956827; x=1706492827; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=zCjwc1j0gFxOE5Ht600kl19a6PvFmysrvw5axX24tbg=; b=Wi31uHXfMda2Fo2SpAr8sQ241Y9t/Vi5WRwruIRWaeLY76Jc3bsaCkka +cqLcOCctYPIrmQWaampa0GCaHcppIhcd+TgybIBsL1CFMzW2b6aZxnSy NUuuWp2lj1Gf76pAeeypm+Sv3zI9HsSm93L7R9l0j8DcjXlN2K06iaato tyI564aX5L/wuIA9e5zSC1MEKLL59AEwHGIHhMtG6zhtuRSciReDKUfyM kMBoCVScIXYrf6G5Lzj3IkBFuq2LmoVFGtPzRSwDG4VQB2/ywAPPNDNgz BJe6wQyJHoJpWJhz5FwN9dYbUooiSvd89fHZZhRt80Z/xfq40lTMHnRAx g==; X-IronPort-AV: E=McAfee;i="6500,9779,10604"; a="391911396" X-IronPort-AV: E=Sophos;i="5.97,254,1669104000"; d="scan'208";a="391911396" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jan 2023 17:47:06 -0800 Message-Id: <17e395$mdhbnv@fmsmga003-auth.fm.intel.com> Date: 28 Jan 2023 17:47:05 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10604"; a="752398083" X-IronPort-AV: E=Sophos;i="5.97,254,1669104000"; d="scan'208";a="752398083" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jan 2023 17:47:05 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/crypto_perf_cryptodev_perf: adapt lscpu info From: lijuan.tu@intel.com To: lijuan.tu@intel.com,dts@dpdk.org,Yu Jiang Cc: Yu Jiang In-Reply-To: <20230116022409.667254-1-yux.jiang@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: Yu Jiang Errors-To: dts-bounces@dpdk.org On Mon, 16 Jan 2023 10:24:09 +0800, Yu Jiang wrote: > adapt lscpu info > > Signed-off-by: Yu Jiang Applied, thanks