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 5D6AFA0501; Thu, 31 Mar 2022 08:33:11 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 56110410FF; Thu, 31 Mar 2022 08:33:11 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 1AA6D40DF6 for ; Thu, 31 Mar 2022 08:33:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648708390; x=1680244390; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=jVKREE/tg3nlWpQxjDPKPNTnAJHoFY1Zjwpv4fi4lPw=; b=N/3skPi8d/bO3fO027vDC4iA2PIXRdXunl5h2tbdp7ozEnvtrD2nRlXe E0OSUi+KTuRu9WbDq43+q3BDwGWnIEg83AfXIrHlJeATbDvIYA2jJ0MRu DZunS2XKmJYRz+YxvhhQ+7+de+9vaCD5uo+8AFDVXGH+y6WOrIemXYjY0 sXvgzv0HrKzZXt8gLe04+OQZHsY1zlwgtp5n317CLE5UfGJCPGwe3+b3T 1FE7O/G3KIW8T+XqFeItULOi0FS50M4oRhHeOIUModHLao0Z9tAULbz4n 2VXtl5MaGGpwuZPQiBUw10xOa9jgjXrZIY4NQhjZUqYrmJukJOACHd2vT g==; X-IronPort-AV: E=McAfee;i="6200,9189,10302"; a="284649159" X-IronPort-AV: E=Sophos;i="5.90,224,1643702400"; d="scan'208";a="284649159" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2022 23:33:08 -0700 Message-Id: <8ea9f5$kn4re0@fmsmga001-auth.fm.intel.com> Date: 30 Mar 2022 23:33:07 -0700 X-IronPort-AV: E=Sophos;i="5.90,224,1643702400"; d="scan'208";a="695365063" 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; 30 Mar 2022 23:33:07 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [V1] tests/telemetry: Remove unnecessary resource code changing and rebuild From: lijuan.tu@intel.com To: dts@dpdk.org,Jun Dong Cc: lijuan.tu@intel.com,qingx.sun@intel.com,junx.dong@intel.com In-Reply-To: <20220325083915.714-1-junx.dong@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: Jun Dong Errors-To: dts-bounces@dpdk.org On Fri, 25 Mar 2022 16:39:15 +0800, Jun Dong wrote: > Signed-off-by: Jun Dong Applied, thanks