From patchwork Tue Nov 29 18:09:23 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Jiale, SongX" X-Patchwork-Id: 120263 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 E078FA0093; Tue, 29 Nov 2022 11:11:14 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B74BA40A79; Tue, 29 Nov 2022 11:11:14 +0100 (CET) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id A612F4067E for ; Tue, 29 Nov 2022 11:11:13 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669716673; x=1701252673; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=u4y0tw0H8dPR6GmVE1PnujAPiXDgq1+0SgZvIqdlvFE=; b=LBO0+5causqtrmN93H3Ggt/peuVGwoBAU0kE8IKNUNmzXs/GGHI57+ym MHxgUzN+RqkqY0d6wDObitJRMdL1Mw87xAHu0OIdhs3ATvH6CStQP9Mfq EZxEzyP83zTj0TpZIBMQ7onppcwk2Famq952jOOatyShCAtH3EXkL8Hnl /qcslgj/hxeM8/j5KaqJahPlJVqYGymsFK6bYN83Jod8HlzITtjAcR3Hq 8hKz3hxoAdWF46l+hmEjlHcLqpn+T76gMPemzu3giw5zbwEoQfI87wldJ j4I9C37QTeCn+bA6ZN9ODhUr6dtM9U69woSBocmu0r4kVDRjavw+47Fvr g==; X-IronPort-AV: E=McAfee;i="6500,9779,10545"; a="377218463" X-IronPort-AV: E=Sophos;i="5.96,202,1665471600"; d="scan'208";a="377218463" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2022 02:11:05 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10545"; a="888789899" X-IronPort-AV: E=Sophos;i="5.96,202,1665471600"; d="scan'208";a="888789899" Received: from unknown (HELO localhost.localdomain) ([10.239.252.20]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2022 02:11:03 -0800 From: Song Jiale To: dts@dpdk.org Cc: Song Jiale Subject: [dts] [PATCH V1 1/3] add ice_iavf_flow_subscribe test plan Date: Tue, 29 Nov 2022 18:09:23 +0000 Message-Id: <20221129180925.976196-1-songx.jiale@intel.com> X-Mailer: git-send-email 2.25.1 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