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 A1574A00C3; Tue, 20 Sep 2022 09:29:41 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9C12341614; Tue, 20 Sep 2022 09:29:41 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id BD70841614 for ; Tue, 20 Sep 2022 09:29:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663658979; x=1695194979; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=5MFT2BWHNNLfFy5ZEAA7OeTLQigkOCkZ1G0yGB37XWM=; b=LawRveizQwquAjfa6kr/zsOT9Djx4D/OeDdiE2LZAj6Jr/OtYq490sFW OjC/qWHrDV6i1w67u8qhwviiPeVSXLw61e+nqtnQ7ovlZEfn/Q6UQR3+O uMtNtcrv2+UUxBtyRYT8gR/t7XFsWIYzH6gTZul391FxEFqlh7V1ZUQmt /YUK2RhKX87xmn9wqsfn7tWhsPKiaq/mlPH09A2wc14gb/lJqiixHElHe eiYvZa6kZrhCG8E4YiwPQzPWAuJQ0Lid7mJ1pgPHMP4GfNjbXSxLOSje2 HNp8STwa7KZ8qSRfK+CI9/1CemZp6bbyucc05oSYTUOKtsbXiyJHNxFSz A==; X-IronPort-AV: E=McAfee;i="6500,9779,10475"; a="363581045" X-IronPort-AV: E=Sophos;i="5.93,329,1654585200"; d="scan'208";a="363581045" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Sep 2022 00:29:37 -0700 Message-Id: Date: 20 Sep 2022 00:29:36 -0700 X-IronPort-AV: E=Sophos;i="5.93,329,1654585200"; d="scan'208";a="947553374" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Sep 2022 00:29:36 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V4 3/3] tests/ice_iavf_rx_timestamp: ice iavf support rx timestamp From: lijuan.tu@intel.com To: dts@dpdk.org,Yaqi Tang Cc: Yaqi Tang In-Reply-To: <20220919161609.269836-4-yaqi.tang@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: Yaqi Tang Errors-To: dts-bounces@dpdk.org On Mon, 19 Sep 2022 16:16:09 +0000, Yaqi Tang wrote: > The IAVF driver is able to enable rx timestamp offload. > > Signed-off-by: Yaqi Tang Reviewed-by: Lijuan Tu Series applied, thanks