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 7BA51A0542; Fri, 2 Sep 2022 03:52:11 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4D17340693; Fri, 2 Sep 2022 03:52:11 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 3F59D40684 for ; Fri, 2 Sep 2022 03:52: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=1662083529; x=1693619529; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=YM2MIwK/lwGG2EoSgE5Fv8o82tyA39Wm7B2anb7M9b4=; b=ZoDjoCs/gjjJIg/+UnFvs7SWa91LfLFUyic2Epoyj1UoNKYWmKjk/Gpe 9KPxnV9bnrRtJ4UCuEDVHMiMO2PDFrlvwHiXmyNVXjFkxUpsNzdzQ/3Nr Qytvi8A+aE2NHEOdldtTiyC914L9CgdBHsLHaZIYzdIb0aqso4wmtu5Np /OF9fn8xPr/fhKbo9cmj6dOHwAx1W+9VP38GNEG52Ka6ZMUdMvOUkVBJH CJZo91jDBucj+HnCDb715gCHWYb3SG5gIXkrAyYG6UXznC3RLJY9mimPv ol2ZCVtUBuIA373kMsoOvE2zHtMGSrI20FLjwnZ16IdGPE4dcnmcVgbHj A==; X-IronPort-AV: E=McAfee;i="6500,9779,10457"; a="293447452" X-IronPort-AV: E=Sophos;i="5.93,281,1654585200"; d="scan'208";a="293447452" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Sep 2022 18:52:08 -0700 Message-Id: <11ab82$k2t9ua@fmsmga008-auth.fm.intel.com> Date: 01 Sep 2022 18:52:07 -0700 X-IronPort-AV: E=Sophos;i="5.93,281,1654585200"; d="scan'208";a="674146255" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Sep 2022 18:52:07 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V2 3/3]tests: add rx_timestamp_perf test script From: lijuan.tu@intel.com To: dts@dpdk.org,Yingya Han Cc: Yingya Han In-Reply-To: <20220824074334.578331-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 Wed, 24 Aug 2022 15:43:34 +0800, Yingya Han wrote: > Signed-off-by: Yingya Han Acked-by: Lijuan Tu Series applied, thanks