From patchwork Mon Dec 19 10:51:22 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Jiale, SongX" X-Patchwork-Id: 120996 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 20A64A034C; Mon, 19 Dec 2022 03:53:26 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E70D840F18; Mon, 19 Dec 2022 03:53:25 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 7567E400D5 for ; Mon, 19 Dec 2022 03:53:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1671418404; x=1702954404; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=u4y0tw0H8dPR6GmVE1PnujAPiXDgq1+0SgZvIqdlvFE=; b=ZQmyYtj2YCYLyX2Sg/b0JcJzm4gWdgrPk+ZirMT6agBrVNvWyk9nre2M ewa59dfeWihkN1lhonIy3fZyqvxdz/nO/ZPDElBwtOup/vRKFN/BzqurF fF10KKnKatw9y951u+BHHdul5T/hsbSP9HU183ySmGyklmmpmAb4o+U3V HIHqvNBUOjoGe37L2c4XRs1aPg/yLg0HH28Sqpqkhwn+7pTu6NSrejmYA J03UUZK/Tepm+eTuiO9F9p0wkdRs1bYF2Pwy22E7xQ4X5Wt10kZ6IFFYq 6qaAUYM/qaZXWwUIt4jM8nyDSwBUfwhAU025lJQDNuZpGuk2gu3D41pvH A==; X-IronPort-AV: E=McAfee;i="6500,9779,10565"; a="306936746" X-IronPort-AV: E=Sophos;i="5.96,254,1665471600"; d="scan'208";a="306936746" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Dec 2022 18:53:23 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10565"; a="792725902" X-IronPort-AV: E=Sophos;i="5.96,254,1665471600"; d="scan'208";a="792725902" Received: from unknown (HELO localhost.localdomain) ([10.239.252.20]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Dec 2022 18:53:22 -0800 From: Song Jiale To: dts@dpdk.org Cc: Song Jiale Subject: [dts] [PATCH V3 1/3] test_plans/index.rst: add ice_iavf_flow_subscribe test plan Date: Mon, 19 Dec 2022 10:51:22 +0000 Message-Id: <20221219105124.350335-2-songx.jiale@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221219105124.350335-1-songx.jiale@intel.com> References: <20221219105124.350335-1-songx.jiale@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 Signed-off-by: Song Jiale --- test_plans/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/test_plans/index.rst b/test_plans/index.rst index 0fd58f69..f52f5982 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_fdir_test_plan ice_rx_timestamp_test_plan ice_ip_fragment_rte_flow_test_plan + ice_iavf_flow_subscribe_test_plan ice_iavf_ip_fragment_rte_flow_test_plan ice_iavf_packet_pacing_test_plan ice_iavf_rss_configure_test_plan