From patchwork Mon Aug 8 16:39:03 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yaqi Tang X-Patchwork-Id: 114710 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 1781AA0540; Mon, 8 Aug 2022 10:40:58 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0E82E42826; Mon, 8 Aug 2022 10:40:58 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 0F4064014F for ; Mon, 8 Aug 2022 10:40:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1659948056; x=1691484056; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=2Zz07b00/8TdOjOLZPdkaegLv7ULb7myxDZqaYZFzMY=; b=QPsvxnjp63Bo9rH9qJAyB/vfQyk6p/uwGCbLEpkDfZvL6Tev4GQkgqzw cQL5P2PZo/1bNaB6IzqU8CsKW4A2OGiHmskxi1nROI8ZjTl7bsCY2u8mI WDsNpdXr2TIpQRwj29i+VMHKHUMPPhX2djB2WqYQum7Nqf+Lm6MyWPggz MinPymefO1H8NxAmvhnJ2exQE+xSvAU9p8Sv9fygdXC1A59oiNzb8HjY2 JbzNZIcJ9h2ihYbqJCaFJ0Nh8VifFaeTsEMbWlFp0RmelC+SRgkqDTL3F mnuJ8zgFOaFoJO0yccV/Ypl/G8JGGj7qITCHR1BNJq8Y+CKpeDsRUqm/t w==; X-IronPort-AV: E=McAfee;i="6400,9594,10432"; a="352265127" X-IronPort-AV: E=Sophos;i="5.93,221,1654585200"; d="scan'208";a="352265127" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Aug 2022 01:40:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,221,1654585200"; d="scan'208";a="663849104" Received: from dpdk-yaqi.sh.intel.com ([10.67.119.99]) by fmsmga008.fm.intel.com with ESMTP; 08 Aug 2022 01:40:54 -0700 From: Yaqi Tang To: dts@dpdk.org Cc: Yaqi Tang Subject: [dts][PATCH V1 1/3] test_plans/index: add new test plan for ice_iavf_packet_pacing Date: Mon, 8 Aug 2022 16:39:03 +0000 Message-Id: <20220808163905.53998-2-yaqi.tang@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220808163905.53998-1-yaqi.tang@intel.com> References: <20220808163905.53998-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