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 9D50BA0544; Mon, 10 Oct 2022 05:14:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 97E3F400D5; Mon, 10 Oct 2022 05:14:15 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 9176240042 for ; Mon, 10 Oct 2022 05:14:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1665371653; x=1696907653; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=PFi0NAoAVSVQrPq8pNk7TiDVn4MEuqlR4C+euRRj/js=; b=FYhevdYm4ZOD4D1IbdZaA4qSsDX9OhyZ6POaUdmZhL+z8TlDQruDhO6z SRNtzfMYW1gdsQvM2oGAaPmndh1WFJGGDkNExB8IlRPtkBAmcDaFncj8h kADC4HL11DliHSvoroaMdmUIopMMtfF/Pl0SQKA5Ck5l/6z99akZiYUzd qvmVMtLa/d3j00Yc+Kbgfo/3dnBGdzakprhiEmtYxdJKf9enVuYUz98PL 2RMt0FZiImHra9jcP7nFmoTvfsg0CAnuZHveqO3i0YSpmYtpFepkSdW8Y CIlAsXNbsYAtOWB+d81ZtqRINe7R4f+ODYgIPIPmaEWF0MhRHjzdLUQIs A==; X-IronPort-AV: E=McAfee;i="6500,9779,10495"; a="291416062" X-IronPort-AV: E=Sophos;i="5.95,172,1661842800"; d="scan'208";a="291416062" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Oct 2022 20:14:12 -0700 Message-Id: Date: 09 Oct 2022 20:14:11 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10495"; a="603570739" X-IronPort-AV: E=Sophos;i="5.95,172,1661842800"; d="scan'208";a="603570739" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Oct 2022 20:14:11 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1]test_plans/rx_timestamp_perf: add note for iavf test From: lijuan.tu@intel.com To: dts@dpdk.org,Yingya Han Cc: Yingya Han In-Reply-To: <20220921152015.403515-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, 21 Sep 2022 23:20:15 +0800, Yingya Han wrote: > add a note and use the correct driver to test the iavf cases. > > Signed-off-by: Yingya Han Applied, thanks