From patchwork Tue Sep 20 04:19:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yaqi Tang X-Patchwork-Id: 116464 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 00051A00C4; Tue, 20 Sep 2022 06:19:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AEE22410E8; Tue, 20 Sep 2022 06:19:15 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id CC9CB4021D for ; Tue, 20 Sep 2022 06:19:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663647555; x=1695183555; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=4unwnCwHBuc7FKRYaOmnCosCGPiXeD2feyYflHMkQuU=; b=jLY3X+kLrHFg6hBehPlNiyb2jvtHxIRWiho0nWKAKsdyiqdS6378GIMf jEDce63DzcddUMr6JKNEi/YsNZ8Ld6mNkELL+KqVlDsOxRbGWCHg2tNTW Ggrk08xgohgfo9iGjfWh3iZovrrlHY7AEwS+KCIVwC+Es5VtrplL2pCgV 5YnPAc8Vbpuj6L/9IFd18wsEXLoAvxNjsfzSuhE8HKeKtvG7h7Wfs6ORd VTY7yk44iC3w+gCGJk9Bi6rtTm2FUwPJL1T4+BuTr38P8k4Ho3NV35x/B XBb15pXxiqEGfm4Ea2fKCC+wtsAj2l+r5IfrGtNEDe9N1rRMSjjldWa/2 w==; X-IronPort-AV: E=McAfee;i="6500,9779,10475"; a="385878580" X-IronPort-AV: E=Sophos;i="5.93,329,1654585200"; d="scan'208";a="385878580" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Sep 2022 21:19:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,329,1654585200"; d="scan'208";a="687245978" Received: from dpdk-yaqi.sh.intel.com ([10.67.119.213]) by fmsmga004.fm.intel.com with ESMTP; 19 Sep 2022 21:19:13 -0700 From: Yaqi Tang To: dts@dpdk.org Cc: Yaqi Tang Subject: [dts][PATCH V3 1/3] test_plans/index: add new test plan for ice_rx_timestamp Date: Tue, 20 Sep 2022 04:19:05 +0000 Message-Id: <20220920041907.301814-2-yaqi.tang@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220920041907.301814-1-yaqi.tang@intel.com> References: <20220920041907.301814-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 8e2634bd..5fc3b4ed 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_packet_pacing_test_plan