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 29926A04FD; Wed, 6 Apr 2022 14:10:10 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 00B5540689; Wed, 6 Apr 2022 14:10:10 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 8F55B4014F for ; Wed, 6 Apr 2022 14:10:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1649247008; x=1680783008; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=6CIjtKJLkQjzh25qA1T1PU1SoWAi8pUPJ6K7PSu6X50=; b=bDvsWpD28W1F0H+cLUzgVpE7IgFgN+XZOOahH5WAq2llQYr57DI/tWv4 nfykrUGj8bebC/Yx+d+Q9fKnzhla0Dd6jsvbn3I+UTk/jcX23UD90pusu OOGGjQOQWe9Skj1tIRdxy4iVyFPkoyt3t+z21uJRPhHO8ueR5y8clqyKb 9bW4DYOTzU2Nvu3E9yIuPBJSFJusDyAbs6pVt/c4cLp+4YAOraYsw1XpP jd9a3c3Mf5Rc9+1mohOl8bGYuecLFr+7twMFRsBeyXR5hBRRjkjEh4h0k bJ9ent4heh/W4TvfQ0HyeA+GysUozFBtcWhmpw4qgGZCagvhnq4TBM3Ys Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10308"; a="240961555" X-IronPort-AV: E=Sophos;i="5.90,239,1643702400"; d="scan'208";a="240961555" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2022 05:10:07 -0700 Message-Id: <8ea9f5$kp1d47@fmsmga001-auth.fm.intel.com> Date: 06 Apr 2022 05:10:06 -0700 X-IronPort-AV: E=Sophos;i="5.90,239,1643702400"; d="scan'208";a="697349262" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2022 05:10:06 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1]tests/efd: removed changing source code before meson build From: lijuan.tu@intel.com To: dts@dpdk.org,hanyingya Cc: hanyingya In-Reply-To: <20220402084606.3777328-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: hanyingya Errors-To: dts-bounces@dpdk.org On Sat, 2 Apr 2022 08:46:06 +0000, hanyingya wrote: > Signed-off-by: hanyingya Acked-by: Lijuan Tu Applied, thanks