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 440AFA0508; Mon, 9 May 2022 09:38:27 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0CA9940691; Mon, 9 May 2022 09:38:27 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id D28844068F for ; Mon, 9 May 2022 09:38:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652081905; x=1683617905; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=wBLC6sX/xTImAWOH0Ed0BZEbwIn4yZSrvWiiNboIdtU=; b=Cysn6KX7hMECqwXrs/giwqFnZKi5dm6DEN2uBur0iM6In6tWFByftpv1 Rc3HbGHgrehkwCY6wbMEEafcefzT6rgmldN/fnqh1/hmqvtmFCDll8J7r qP1GznyFXE27CNkIUdJFhX8eXkBQfUJJ+La6tGEt5Tn898zJEI6XpnjOS GgwJndTlHOGrA+3Bd7zbFeuylGnow+o1kSe3OE7PUXrbw17e7emKEBfBB 814Ir+0T2Qp/XQajEomBXOZxUA4IrCtqylo64gQJTbRQm6Zh62+DrLXWU VM8vhEeO1aklDj0pct+MHV57y9nOL0BU7odaOz05ONxkRkbTSKTIopjGD g==; X-IronPort-AV: E=McAfee;i="6400,9594,10341"; a="249506649" X-IronPort-AV: E=Sophos;i="5.91,210,1647327600"; d="scan'208";a="249506649" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 May 2022 00:38:23 -0700 Message-Id: <87f1b2$gqo396@orsmga007-auth.jf.intel.com> Date: 09 May 2022 00:38:22 -0700 X-IronPort-AV: E=Sophos;i="5.91,210,1647327600"; d="scan'208";a="564923688" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 May 2022 00:38:22 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1]tests/perf_test_base: fix invalid meson parameter From: lijuan.tu@intel.com To: dts@dpdk.org,Yingya Han Cc: Yingya Han In-Reply-To: <20220507090334.2538890-1-yingyax.han@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: Yingya Han Errors-To: dts-bounces@dpdk.org On Sat, 7 May 2022 17:03:34 +0800, Yingya Han wrote: > Signed-off-by: Yingya Han Applied, thanks