From patchwork Thu Jul 28 16:08:57 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yaqi Tang X-Patchwork-Id: 114330 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 D2BE9A00C4; Thu, 28 Jul 2022 10:10:52 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AC7D3427ED; Thu, 28 Jul 2022 10:10:52 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 654CF40E25 for ; Thu, 28 Jul 2022 10:10:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1658995851; x=1690531851; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=qVd6N5l6RkL0cPs0Rvv7RqXMuYH9i7Af92I/kZV5ORw=; b=jrXR2aPB56OIoNW8YLyPaKCXfIu5C91cKarEwvPwPcffKs2aIf+GLsuH tGQ//+CZInPyj+bp/LsPPFDAtSOuy2tE1+ywh280UCzAYMW3tUvBrzWBm n9NIjpuVb5epD4wTdtuS4IXieDtTPI9V+lR27UQ993H1Hf5W7ENTWi9qT fj2O2+F+Bq+MATRR2aNRliYNKt1rHA1XdC/dP3LjSfMC05l/V5TZazd9F GyGUjafVzX7PPaz+jYvoghVR+H2o/ceLBRbsWLnqBYlZ3I54D5K1P5Y3g cByiuHCasZwJXN3LSOVfXYwEGXo0k3unTTFf8CUGhp6UvXM/xtbaJQ2bT Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10421"; a="287206468" X-IronPort-AV: E=Sophos;i="5.93,196,1654585200"; d="scan'208";a="287206468" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jul 2022 01:10:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,196,1654585200"; d="scan'208";a="551202716" Received: from dpdk-yaqi.sh.intel.com ([10.67.119.99]) by orsmga003.jf.intel.com with ESMTP; 28 Jul 2022 01:10:49 -0700 From: Yaqi Tang To: dts@dpdk.org Cc: Yaqi Tang Subject: [PATCH V3 0/3] ice iavf support rx timestamp Date: Thu, 28 Jul 2022 16:08:57 +0000 Message-Id: <20220728160900.310528-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 | 158 +++++++++++ test_plans/index.rst | 1 + tests/TestSuite_ice_iavf_rx_timestamp.py | 251 ++++++++++++++++++ 3 files changed, 410 insertions(+) create mode 100644 test_plans/ice_iavf_rx_timestamp_test_plan.rst create mode 100644 tests/TestSuite_ice_iavf_rx_timestamp.py