From patchwork Fri Aug 25 16:19:21 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Jiale, SongX" X-Patchwork-Id: 130744 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 8B56E430FE; Fri, 25 Aug 2023 10:10:47 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8696341148; Fri, 25 Aug 2023 10:10:47 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 2CAE640695 for ; Fri, 25 Aug 2023 10:10:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1692951045; x=1724487045; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=QjrMMqIAnn/qf5hdWUN9jAZk+DdQlRof7wZeYy7dY7M=; b=KgqNY0b4Xpzljx1cCdr3vvnAtWX5XBYPiQDCk8F6wWDXzxP/GVKVkTB0 kuFeklgNu+1BaFc9ml9Y9VjvGPoW7Enjnee/3Wb8WIvPFlT93B4lq06xg PmZPqz1r2WDjOA3JysbXhDGSsH95HBu539Pvwv8a4OZhpadOZQKGus63c GewNkYl346faySoy0gbsuVYjeHtgBSmwxJ6cneer8bsAyYB3GMUvTESW0 RAsKwU3yahsuxMLnoUSLaUWCkFv6+2FQ0L2eKbeuKN72hp6uZoDcFGUIX wXZ8HJc0B7hGu1IPX4UIzHLIwP2BFMViUHmut3In9Fy/bYNM7sRv/DhmN Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10812"; a="461023449" X-IronPort-AV: E=Sophos;i="6.02,195,1688454000"; d="scan'208";a="461023449" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Aug 2023 01:10:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10812"; a="766879830" X-IronPort-AV: E=Sophos;i="6.02,195,1688454000"; d="scan'208";a="766879830" Received: from unknown (HELO localhost.localdomain) ([10.239.252.96]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Aug 2023 01:10:42 -0700 From: Jiale Song To: dts@dpdk.org Cc: Jiale Song Subject: [dts] [PATCH V2 1/3] test_plans/index: add new test plan for mev cpfl support hairpin queue Date: Fri, 25 Aug 2023 16:19:21 +0000 Message-Id: <20230825161923.2832805-2-songx.jiale@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230825161923.2832805-1-songx.jiale@intel.com> References: <20230825161923.2832805-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 add new test plan for mev cpfl support hairpin queue. Signed-off-by: Jiale Song --- test_plans/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test_plans/index.rst b/test_plans/index.rst index 2ac4850d..d54279ce 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -304,3 +304,5 @@ The following are the test plans for the DPDK DTS automated test system. vmdq_dcb_test_plan acl_test_plan power_negative_test_plan + + mev_cpfl_hairpin_queue_test_plan