From patchwork Tue Sep 20 04:19:04 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yaqi Tang X-Patchwork-Id: 116463 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9642EA00C3; Tue, 20 Sep 2022 06:19:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 90AAB4069B; Tue, 20 Sep 2022 06:19:15 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 68F394021D for ; Tue, 20 Sep 2022 06:19: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=1663647553; x=1695183553; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=CULEJlUZkXSPsnnPiLyHE+4AnLYcCHfuF+Ipb1GOUSM=; b=DA4t4UPpWyZPzDivoq8QSFYxaWrOVTYdnRwwIc8ZT40QHQDaqBp/1zLk Hd0rnyi+YK6fN8n+qqPfXO8TEclz/SzLlKJjFesXUDHmSqZW9Zxk8OX1v 5kj+4fmUNAWszAwJPX3bu+9IqbfpZjyq860aDFoou+B+qYikaKQYU+CTe 2tSytpFPIjEADM1HgTqTDzkaLLp6plbUWECVndekKBLhWsLj9nkKG5dKH QvV9WlrUffZz5DyunAjCbSPqtbVrXGmsXcvYo0p5Be2kkcgIDb1/8uh+u WvqKMHvTwch4XeeAK/D8Dcp8NXhUMZ9sjEuaspXix5DajHCUU/H1JqWP+ A==; X-IronPort-AV: E=McAfee;i="6500,9779,10475"; a="385878577" X-IronPort-AV: E=Sophos;i="5.93,329,1654585200"; d="scan'208";a="385878577" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Sep 2022 21:19:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,329,1654585200"; d="scan'208";a="687245974" Received: from dpdk-yaqi.sh.intel.com ([10.67.119.213]) by fmsmga004.fm.intel.com with ESMTP; 19 Sep 2022 21:19:11 -0700 From: Yaqi Tang To: dts@dpdk.org Cc: Yaqi Tang Subject: [PATCH V3 0/3] ice support rx timestamp Date: Tue, 20 Sep 2022 04:19:04 +0000 Message-Id: <20220920041907.301814-1-yaqi.tang@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 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: , Errors-To: dts-bounces@dpdk.org ice support rx timestamp on flex descriptor. Yaqi Tang (3): test_plans/index test_plans/ice_rx_timestamp tests/ice_rx_timestamp test_plans/ice_rx_timestamp_test_plan.rst | 156 +++++++++++++++++ test_plans/index.rst | 1 + tests/TestSuite_ice_rx_timestamp.py | 193 ++++++++++++++++++++++ 3 files changed, 350 insertions(+) create mode 100644 test_plans/ice_rx_timestamp_test_plan.rst create mode 100644 tests/TestSuite_ice_rx_timestamp.py