From patchwork Thu Aug 11 11:16:56 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yaqi Tang X-Patchwork-Id: 114809 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 613F5A0547; Thu, 11 Aug 2022 05:18:52 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AB92840694; Thu, 11 Aug 2022 05:18:51 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 3FD9F4068E for ; Thu, 11 Aug 2022 05:18:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1660187930; x=1691723930; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=2Zz07b00/8TdOjOLZPdkaegLv7ULb7myxDZqaYZFzMY=; b=MCWSDxNkYiJuHIHMCAQXvBcv+iG4Zl2MocLPA8PCCSF+D5nWMjsgszxF JWNkm+m1fsUk8l8mEjyzw89Gav15rnDAieN2hLNUxHAz532glDzz+/Ojb uImP5CFoeh96ew6Nn7E39cxa2hcxgDobw7/Fr08yzNQvderzJNPvrADd0 eyv3S29JL0aK5EVJ3j6JEjKCwQ5YIZFs6wF5Aa1iQZhDzkhrlVaCYo83J t7Zdr1kjznksZTgwGrZ6AH2fxjsd+EBqX+qf9/YZcUDLRm7SchNYTFPgT tmIcRIlSzWy0HX+xD9N4LIuoeVM0vkAiobsc//vWwNFtElwfGZIPCw7Lg Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10435"; a="290001137" X-IronPort-AV: E=Sophos;i="5.93,228,1654585200"; d="scan'208";a="290001137" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Aug 2022 20:18:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,228,1654585200"; d="scan'208";a="581490798" Received: from dpdk-yaqi.sh.intel.com ([10.67.119.99]) by orsmga006.jf.intel.com with ESMTP; 10 Aug 2022 20:18:49 -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_packet_pacing Date: Thu, 11 Aug 2022 11:16:56 +0000 Message-Id: <20220811111658.78579-2-yaqi.tang@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220811111658.78579-1-yaqi.tang@intel.com> References: <20220811111658.78579-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 that ice enable packet pacing for 5G small RAN. Signed-off-by: Yaqi Tang Acked-by: Peng, Yuan 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..7f414122 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -39,6 +39,7 @@ The following are the test plans for the DPDK DTS automated test system. ice_fdir_test_plan ice_ip_fragment_rte_flow_test_plan ice_iavf_ip_fragment_rte_flow_test_plan + ice_iavf_packet_pacing_test_plan ice_iavf_rss_configure_test_plan ice_iavf_fdir_pppol2tpoudp_test_plan ice_limit_value_test_test_plan