From patchwork Mon Jul 25 11:58:03 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yaqi Tang X-Patchwork-Id: 114139 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 10170A00C5; Mon, 25 Jul 2022 06:00:01 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0A5EA40684; Mon, 25 Jul 2022 06:00:01 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id ED57140684 for ; Mon, 25 Jul 2022 05:59:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1658721600; x=1690257600; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=QMUXPPgAhePdp7MHa30PVZJV6VSra03yj0rgHyWrpT8=; b=NxL4REHCTRpWtHGbZ35gDT7pHSdrG2woZ3Y84/JClGNikYw/KPGZC7rH QtXL0F1TPY2pcI1tsAlewD/XCP68jK57gMWSGmlh8JZp3EfHsgvLq8ACK xWB2h5if4vjNMgnwW5OOPCsalcj9sZ417mqlp4f+42GXqI90B2qpD5caG ioqKh/LsqznItQUjoip7AABhGafpXtBhesmYuzc574s0FdxzLgIt/MySm YLaNIpu2wmRix1Ny+wKR5cobUhVZY/giXZtMq0KMcON1VXvoTS1tcmxhY okJbjsIi2B8gSkIQR/oFJRoTBYgwPdSGnX+Hjyl5qe1CvtFIGqsZoxMRj Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10418"; a="288362613" X-IronPort-AV: E=Sophos;i="5.93,191,1654585200"; d="scan'208";a="288362613" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jul 2022 20:59:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,191,1654585200"; d="scan'208";a="574882836" Received: from dpdk-yaqi.sh.intel.com ([10.67.119.99]) by orsmga006.jf.intel.com with ESMTP; 24 Jul 2022 20:59:58 -0700 From: Yaqi Tang To: dts@dpdk.org Cc: Yaqi Tang Subject: [dts][PATCH V2 1/3] test_plans/index: add new test plan for ice_rx_timestamp Date: Mon, 25 Jul 2022 11:58:03 +0000 Message-Id: <20220725115805.237086-2-yaqi.tang@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220725115805.237086-1-yaqi.tang@intel.com> References: <20220725115805.237086-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 ice support rx timestamp on flex descriptor. 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 a78dd0f5..2374a595 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -37,6 +37,7 @@ The following are the test plans for the DPDK DTS automated test system. ice_dcf_qos_test_plan ice_ecpri_test_plan ice_fdir_test_plan + ice_rx_timestamp_test_plan ice_ip_fragment_rte_flow_test_plan ice_iavf_ip_fragment_rte_flow_test_plan ice_iavf_rss_configure_test_plan