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 6D0B542919; Tue, 11 Apr 2023 09:56:08 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 85B0742D0D; Tue, 11 Apr 2023 09:56:07 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 5F6E842D29 for ; Tue, 11 Apr 2023 09:56:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1681199765; x=1712735765; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=mR7TYF4cHyc+nkMHB6D6PQ4jQpMmcWungSjPSZ4rZA8=; b=A9BqbXPwkzkUoLSXF7QOgbupr0JlTn7osZ3HDobPCrNIW9X+F8bCb6fb nWpcsrFHXLubuLBI6spuw2C4Ubb3w4ePNvgdLkod34KS7+cvuEr9x/ABW 8YAty33VVoB66XSfZ8C2XubUjdr+GCTPiCjLcyR9VkHem4H4gDIt2Q7Jf qwSOXhTua7w1ESzz7RPMMXnTgOZI/rbH4Uy5B3Oa1oPlbJToNbtf8oO1U Syv31nHWdKaXilRpRd6pQGgoptWWI6wZlZwv9NjeZxWCgb9HKnQW3R9Dl 9QNTyDVX41WMNMq52mCrJ+D0aAiMXNmOp24NTTuabjKFi2AhmQvojKG9f g==; X-IronPort-AV: E=McAfee;i="6600,9927,10676"; a="371396982" X-IronPort-AV: E=Sophos;i="5.98,336,1673942400"; d="scan'208";a="371396982" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Apr 2023 00:56:02 -0700 Message-Id: <90bd5b$kaci9j@orsmga007-auth.jf.intel.com> Date: 11 Apr 2023 00:56:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10676"; a="681986361" X-IronPort-AV: E=Sophos;i="5.98,336,1673942400"; d="scan'208";a="681986361" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Apr 2023 00:56:00 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [PATCH V1] tests/ptpclient: optimize script From: lijuan.tu@intel.com To: dts@dpdk.org,Song Jiale Cc: Song Jiale In-Reply-To: <20230331140806.204359-1-songx.jiale@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: Song Jiale Errors-To: dts-bounces@dpdk.org On Fri, 31 Mar 2023 14:08:06 +0000, Song Jiale wrote: > increase regular expressions to capture time to eliminate interference > from other echoes. > > Signed-off-by: Song Jiale Applied, thanks