From patchwork Thu Jul 28 16:08:58 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yaqi Tang X-Patchwork-Id: 114331 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 C627FA00C4; Thu, 28 Jul 2022 10:10:54 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C871842B70; Thu, 28 Jul 2022 10:10:54 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 1713B42B70 for ; Thu, 28 Jul 2022 10:10:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1658995853; x=1690531853; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=v+7IW5ar3vJqIIXTUTHVwKuACD0ev7PpC2hvGxeRkrk=; b=GvPXWZfu+vDE1a84GI4Vpc0IrA1wP0FaLAArhh2zigGGssMyHgKrtm5u RSHQWQbR8vPIqNFOxpv7/kuBYTRyOX7I3Jy+H9Hl9tfFSjvvlH1kCT/nG EFY4UCMBx+Es41xWdwaZ2HrOHQbgw8rN62kOIZ2iPNZ39n8N1b9XnVvCL 7vWDaVy3GDkzr8IQwRC8FBLys7bFRD1uEEq3ekd+Lzx194XF7ODSZhdl9 jQ/PheC/077sohbENA5r4/FIWQDVX0ks+XUHS/arrtMAZ5J2DnQFtby7k pbWWjey24sOWOKLz1y/LzfmyKXlwhspj4EdL1z8e7XcnCsBDUpxFo++Zw A==; X-IronPort-AV: E=McAfee;i="6400,9594,10421"; a="287206482" X-IronPort-AV: E=Sophos;i="5.93,196,1654585200"; d="scan'208";a="287206482" 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:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,196,1654585200"; d="scan'208";a="551202742" Received: from dpdk-yaqi.sh.intel.com ([10.67.119.99]) by orsmga003.jf.intel.com with ESMTP; 28 Jul 2022 01:10:51 -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_iavf_rx_timestamp Date: Thu, 28 Jul 2022 16:08:58 +0000 Message-Id: <20220728160900.310528-2-yaqi.tang@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220728160900.310528-1-yaqi.tang@intel.com> References: <20220728160900.310528-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 iavf 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..c97ac39f 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -40,6 +40,7 @@ The following are the test plans for the DPDK DTS automated test system. ice_ip_fragment_rte_flow_test_plan ice_iavf_ip_fragment_rte_flow_test_plan ice_iavf_rss_configure_test_plan + ice_iavf_rx_timestamp_test_plan ice_iavf_fdir_pppol2tpoudp_test_plan ice_limit_value_test_test_plan ice_qinq_test_plan