From patchwork Mon Jul 25 16:11:27 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yaqi Tang X-Patchwork-Id: 114149 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 DB052A00C4; Mon, 25 Jul 2022 10:13:25 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D569B410FA; Mon, 25 Jul 2022 10:13:25 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 9B51440684 for ; Mon, 25 Jul 2022 10:13:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1658736805; x=1690272805; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=oLqyOZY8y4aIJzD9DD2gqy02UFQRyifTXleOpXRrmD8=; b=HVl0QQxheLzKJn0bABA3Gg3xnqe/kqUITwU/fHW6gcb6I1vUC0LVQlYe OH2+hnx3r5MVcHAAG09hzyOY7E0xQY5dB704BzMBQNyv5IyZnzlp0+x1y Lo9lYvOKjlYkoc/OTv6cscSm1KzmXBUJ582ktRX5zmmy4L6U2rm/Nc3hX eI6LNcVkMV332SnY2288hssQJzeS64zFCwiY6G5PXtIkv1hwXKAj/gOud JeuWOgjxUUNqzJaoE6CbBmEfiuuH6fJeWtlFHCYsXCHpF5Z4k73aQ9qjx Ut48yW7pXFABIYIOG3SYBlGyftpI0h4PFUbRTeZbMfy0KAucnW8OGI0oK g==; X-IronPort-AV: E=McAfee;i="6400,9594,10418"; a="373945835" X-IronPort-AV: E=Sophos;i="5.93,192,1654585200"; d="scan'208";a="373945835" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Jul 2022 01:13:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,192,1654585200"; d="scan'208";a="627357043" Received: from dpdk-yaqi.sh.intel.com ([10.67.119.99]) by orsmga008.jf.intel.com with ESMTP; 25 Jul 2022 01:13:20 -0700 From: Yaqi Tang To: dts@dpdk.org Cc: Yaqi Tang Subject: [PATCH V1 0/3] ice iavf support rx timestamp Date: Mon, 25 Jul 2022 16:11:27 +0000 Message-Id: <20220725161130.253930-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 iavf support rx timestamp on flex descriptor. Yaqi Tang (3): test_plans/index test_plans/ice_iavf_rx_timestamp tests/ice_iavf_rx_timestamp .../ice_iavf_rx_timestamp_test_plan.rst | 156 +++++++++++ test_plans/index.rst | 1 + tests/TestSuite_ice_iavf_rx_timestamp.py | 251 ++++++++++++++++++ 3 files changed, 408 insertions(+) create mode 100644 test_plans/ice_iavf_rx_timestamp_test_plan.rst create mode 100644 tests/TestSuite_ice_iavf_rx_timestamp.py