Message ID | 20230716140054.3222247-1-yaqi.tang@intel.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dts-bounces@dpdk.org> 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 E534442E8D; Sun, 16 Jul 2023 16:01:48 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BCA4D40EF1; Sun, 16 Jul 2023 16:01:48 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 4DF644013F for <dts@dpdk.org>; Sun, 16 Jul 2023 16:01:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1689516107; x=1721052107; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=fJw17zYWj0eVFUfb6g092xvW/e8hR51l0Re2SWC/zd0=; b=SkwwXUF3T9ONTQQDZVSTtFmwR2bkvaQvuntz/TZmSvbhFK7RCieiMdSg 8DImoaYmsSDbMCRZEMTg6FLxHB3XrfVKPfCUMplvjEpFPMFO2dUJmeg1R lqR4ZA64x64ruP/xq7YE34npvJkBJ6F7N18tvlwad0KP40FZ93SPYNRJu tgLgte0V/9VqmLtCH+5iECYU7XAVY+K6bR4k0aGCfTZ6o68XR4qHv+Rxm JzQMzyA7DFXlsWe7EHiEf5BaZ+podrYaA9LGyWnsRYAkMEPcUhF3PktJA vMv4iv7LMmUNONhk822jrtQgHx2qSTJClspkeHsoHXoe/XK+Yt3M05gsS g==; X-IronPort-AV: E=McAfee;i="6600,9927,10773"; a="345351235" X-IronPort-AV: E=Sophos;i="6.01,210,1684825200"; d="scan'208";a="345351235" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Jul 2023 07:01:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10773"; a="896930417" X-IronPort-AV: E=Sophos;i="6.01,210,1684825200"; d="scan'208";a="896930417" Received: from dpdk-yaqi.sh.intel.com ([10.67.118.189]) by orsmga005.jf.intel.com with ESMTP; 16 Jul 2023 07:01:44 -0700 From: Yaqi Tang <yaqi.tang@intel.com> To: dts@dpdk.org Cc: Yaqi Tang <yaqi.tang@intel.com> Subject: [PATCH V1 0/3] IGC Enable Tx Timestamp Offloading Date: Sun, 16 Jul 2023 14:00:51 +0000 Message-Id: <20230716140054.3222247-1-yaqi.tang@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions <dts.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dts>, <mailto:dts-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dts/> List-Post: <mailto:dts@dpdk.org> List-Help: <mailto:dts-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dts>, <mailto:dts-request@dpdk.org?subject=subscribe> Errors-To: dts-bounces@dpdk.org |
Series | IGC Enable Tx Timestamp Offloading | |
Message
Yaqi Tang
July 16, 2023, 2 p.m. UTC
Yaqi Tang (3): test_plans/index test_plans/igc_tx_timestamp tests/igc_tx_timestamp test_plans/igc_tx_timestamp_test_plan.rst | 161 +++++++++++++++++++ test_plans/index.rst | 1 + tests/TestSuite_igc_tx_timestamp.py | 184 ++++++++++++++++++++++ 3 files changed, 346 insertions(+) create mode 100644 test_plans/igc_tx_timestamp_test_plan.rst create mode 100644 tests/TestSuite_igc_tx_timestamp.py