From patchwork Tue Aug 9 18:03:27 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yaqi Tang X-Patchwork-Id: 114741 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 C9191A0540; Tue, 9 Aug 2022 12:05:21 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C117D4069C; Tue, 9 Aug 2022 12:05:21 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 50A8940143 for ; Tue, 9 Aug 2022 12:05:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1660039520; x=1691575520; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=2Zz07b00/8TdOjOLZPdkaegLv7ULb7myxDZqaYZFzMY=; b=C4DlpQe5ouBy5gIPPfyiGw/lWRSIgubc6KLlDmTayRDbhXEWI9R1pr+w TCQL3DwKOjTPe+TROs5oK37nQ6LraHHG5O1XowXI/DD14kTBMHZrcZ+93 75F8IAd1sSlZ+7UWvpwwqf2VhOFnuhPf9TxmNlu6rX439NRo2AYNEZtqw TYdm9rE4jUR78UVhlIfHeV3cIBBYnu0ENkca3pGiD3SPD5kf1PGBwK6Xn wYEjBpTWj+cPXJSnzP1jyQ+AIaccvoC9LvAtGl3jugQix2r6FIu3trBpJ wxV9fVp+cQy69e96DNyVv9J0cErIgbBKqgyfpCt+r0Y4JwyJbPTC3Nbkg Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10433"; a="316728500" X-IronPort-AV: E=Sophos;i="5.93,224,1654585200"; d="scan'208";a="316728500" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Aug 2022 03:05:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,224,1654585200"; d="scan'208";a="633273051" Received: from dpdk-yaqi.sh.intel.com ([10.67.119.99]) by orsmga008.jf.intel.com with ESMTP; 09 Aug 2022 03:05:19 -0700 From: Yaqi Tang To: dts@dpdk.org Cc: Yaqi Tang Subject: [dts][PATCH V2 1/3] test_plans/index: add new test plan for ice_iavf_packet_pacing Date: Tue, 9 Aug 2022 18:03:27 +0000 Message-Id: <20220809180329.72007-2-yaqi.tang@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220809180329.72007-1-yaqi.tang@intel.com> References: <20220809180329.72007-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 --- 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