From patchwork Sun Jul 16 14:00:52 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yaqi Tang X-Patchwork-Id: 129559 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 E706942E8D; Sun, 16 Jul 2023 16:01:50 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E27E840DFD; Sun, 16 Jul 2023 16:01:50 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 9D7864013F for ; Sun, 16 Jul 2023 16:01:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1689516108; x=1721052108; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=W+wHLtJIvDq2hyNEl2PDOWJW8f+1/CNK8TqzT9VFkaE=; b=JorN5aNwMnUOckbdMRVP+p33N9NZq12Y89ItKwgjkauvSADSORhn1Jsd dhYihvKK8C1nYJTmetxm5DSD/L8Jd4bj90/dZ5nxnpdOVIxuNaI+xLPMz r5agAqmm//LtOs7hNjpg3RcOR2/PyzqiJv9HY1MEMuGtVi20C0KEIEaDI jmKlBhcGcrfU+eFnh0hBOODOPiXhzwThHNV2nQBOs3Lng0u9HKmAlJPHp 0egLUTyCWKANrMo1S+m6a/AzLG6PWBaEivn7eozijNj82eBA8XnUwwFYX Tz4vfueWEyvwb7NJ1IMJodRjTv19o8KBaXaqGpZK4Bqb+hFrbgjPwlB32 w==; X-IronPort-AV: E=McAfee;i="6600,9927,10773"; a="345351239" X-IronPort-AV: E=Sophos;i="6.01,210,1684825200"; d="scan'208";a="345351239" 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:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10773"; a="896930452" X-IronPort-AV: E=Sophos;i="6.01,210,1684825200"; d="scan'208";a="896930452" Received: from dpdk-yaqi.sh.intel.com ([10.67.118.189]) by orsmga005.jf.intel.com with ESMTP; 16 Jul 2023 07:01:47 -0700 From: Yaqi Tang To: dts@dpdk.org Cc: Yaqi Tang Subject: [PATCH V1 1/3] test_plans/index: add test plan for igc_tx_timestamp Date: Sun, 16 Jul 2023 14:00:52 +0000 Message-Id: <20230716140054.3222247-2-yaqi.tang@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230716140054.3222247-1-yaqi.tang@intel.com> References: <20230716140054.3222247-1-yaqi.tang@intel.com> 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 Add new test plan for igc enable tx timestamp offloading. Signed-off-by: Yaqi Tang --- test_plans/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/test_plans/index.rst b/test_plans/index.rst index 2ac4850d..dc6f6d22 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -57,6 +57,7 @@ The following are the test plans for the DPDK DTS automated test system. ice_vf_support_multicast_address_test_plan ice_rss_protocol_agnostic_flow_test_plan ice_fdir_protocol_agnostic_flow_test_plan + igc_tx_timestamp_test_plan cloud_filter_with_l4_port_test_plan dcf_lifecycle_test_plan crypto_perf_cryptodev_perf_test_plan