From patchwork Mon Dec 5 14:50:45 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yaqi Tang X-Patchwork-Id: 120455 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 9D2E0A0547; Mon, 5 Dec 2022 15:50:57 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 952B840F18; Mon, 5 Dec 2022 15:50:56 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 9E90340F18 for ; Mon, 5 Dec 2022 15:50:54 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1670251854; x=1701787854; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=kV/4z1zwtfIZjFt+5Vtd8HYokhRW1ziZRFPJ1feiFsE=; b=FG+GdI/UCPD6oBLWOCinN704UwvIeF4ipNgdraK+4fRW1XyfxJrxK2LR fxMSVRDcl4yHXmiGbLdi5/5P4yixPIrSaMsnAT2s0BCCjXb4AMWPghne3 IHDVdr1nh8xtivEGMDEXFneuaO2NRV/ZUYppVUqjR4O+P8r/RLrWIaJKU 1HAWgLBD2syj3oH9wEvU1FixKSecFDxqU5HxijLHYs27NdJvaz/ydY4kg lqpmdkrhEWgS/kpODyT6wj1KfDQHi9lMwiXPC6IcCYt2n1U5q5OCu8I86 Y3iAyK65krkq4WqAKo0ef3k2TgRiGdsdq1tsZS76gVYa6EQPK9uBxnGtu Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10552"; a="315065621" X-IronPort-AV: E=Sophos;i="5.96,219,1665471600"; d="scan'208";a="315065621" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Dec 2022 06:50:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10552"; a="752213207" X-IronPort-AV: E=Sophos;i="5.96,219,1665471600"; d="scan'208";a="752213207" Received: from dpdk-yaqi.sh.intel.com ([10.67.119.116]) by fmsmga002.fm.intel.com with ESMTP; 05 Dec 2022 06:50:53 -0800 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_buffer_split Date: Mon, 5 Dec 2022 14:50:45 +0000 Message-Id: <20221205145047.878054-2-yaqi.tang@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221205145047.878054-1-yaqi.tang@intel.com> References: <20221205145047.878054-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