From patchwork Tue Nov 29 18:23:17 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Jiale, SongX" X-Patchwork-Id: 120267 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 1038DA0093; Tue, 29 Nov 2022 11:25:02 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0C71E40691; Tue, 29 Nov 2022 11:25:02 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 8F8714067E for ; Tue, 29 Nov 2022 11:25:00 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669717500; x=1701253500; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=u4y0tw0H8dPR6GmVE1PnujAPiXDgq1+0SgZvIqdlvFE=; b=BAlL24iKFLP6p72dK69fzxwppH8W6TpVOFUB2TmTJ3hGZDv/ZPT7Kwns gsJI9uD+v1YvpyqtTde+AVkM9nU+1sX7wDg7maxL9HghiJUqHPfugniU9 ZMZD9Ik62inHx9gy5e94yDKGf2s+unVDxHwboT6oyo742PRTX1GTGgbnk 4datP452HS4xk7uib4606DSpx5xKqD3foQ0xwOxro7t38B0fmRoODLRSa UZOxpcNsLiG9vDHsrjILANy1C8wB+B+t4wr30gp5X3jVgMYJG8U2CzyeF OlvUGWxMckz0HPVViftsgf+AbgubrnJdGD9FZjMse6X/tSqd9e70K/GdD w==; X-IronPort-AV: E=McAfee;i="6500,9779,10545"; a="298426225" X-IronPort-AV: E=Sophos;i="5.96,202,1665471600"; d="scan'208";a="298426225" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2022 02:25:00 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10545"; a="712321739" X-IronPort-AV: E=Sophos;i="5.96,202,1665471600"; d="scan'208";a="712321739" Received: from unknown (HELO localhost.localdomain) ([10.239.252.20]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2022 02:24:58 -0800 From: Song Jiale To: dts@dpdk.org Cc: Song Jiale Subject: [dts] [PATCH V2 1/3] test_plans/index.rst: add ice_iavf_flow_subscribe test plan Date: Tue, 29 Nov 2022 18:23:17 +0000 Message-Id: <20221129182319.979199-2-songx.jiale@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221129182319.979199-1-songx.jiale@intel.com> References: <20221129182319.979199-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