From patchwork Tue Dec 20 06:09:51 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yaqi Tang X-Patchwork-Id: 121056 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 577FFA034C; Tue, 20 Dec 2022 07:10:02 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 538E340F18; Tue, 20 Dec 2022 07:10:02 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id C3D4740395 for ; Tue, 20 Dec 2022 07:10:00 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1671516600; x=1703052600; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=kV/4z1zwtfIZjFt+5Vtd8HYokhRW1ziZRFPJ1feiFsE=; b=IrwSKjPWv+T+nJenVL6Al8mq7piucVFHPXL8HxlZAVve4+IiWAEYpYcv OxKkZxDWcMAEuMirRzclrF/qK09hXyRoSQfCkGnhvs6H25EYHommX9S+i a2167Mdkx+kIkdJnYlWrBLb7VX+/Byh4Gp+pmptmzieSEwIYv5C7VG2bz SzT3htJ65dpsHcUlJA52vXWZPr+5EbTkJATN4PGetTUN6wqfCne4750eU oa0S6s0yE0FLJ6/WeJp7JtTzCJZSJtJfkgeF3wJbymKJlCQJTB1LqXw3Z TiRvllj6oi4mBVYAecyP5j1DICqgSXIwEs9f6iUBgPX1oVwo/nqWmvK6E w==; X-IronPort-AV: E=McAfee;i="6500,9779,10566"; a="346640007" X-IronPort-AV: E=Sophos;i="5.96,258,1665471600"; d="scan'208";a="346640007" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Dec 2022 22:10:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10566"; a="719406386" X-IronPort-AV: E=Sophos;i="5.96,258,1665471600"; d="scan'208";a="719406386" Received: from dpdk-yaqi.sh.intel.com ([10.67.119.189]) by fmsmga004.fm.intel.com with ESMTP; 19 Dec 2022 22:09:59 -0800 From: Yaqi Tang To: dts@dpdk.org Cc: Yaqi Tang Subject: [dts][PATCH V5 1/3] test_plans/index: add new test plan for ice_buffer_split Date: Tue, 20 Dec 2022 06:09:51 +0000 Message-Id: <20221220060953.160820-2-yaqi.tang@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221220060953.160820-1-yaqi.tang@intel.com> References: <20221220060953.160820-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 ice support protocol split based on current buffer split. 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 4e0e8133..356cbf9d 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -27,6 +27,7 @@ The following are the test plans for the DPDK DTS automated test system. ice_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp_test_plan ice_advanced_iavf_rss_pppol2tpoudp_test_plan ice_advanced_rss_vlan_esp_ah_l2tp_pfcp_test_plan + ice_buffer_split_test_plan ice_dcf_acl_filter_test_plan ice_dcf_data_path_test_plan ice_dcf_switch_filter_test_plan