From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1D1B8423BE; Fri, 13 Jan 2023 06:34:13 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1A72942D75; Fri, 13 Jan 2023 06:34:13 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 1753F42D75 for ; Fri, 13 Jan 2023 06:34:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1673588051; x=1705124051; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=bQEzDzd4sHzdsOM9IPne+Y4UVtdzBRh0GfBqF9l8sL0=; b=D9G43sw5klNmMbedw9FV1MJ7abO9pqiqKrEFsEHqBli6C2SvHx00ruLq cFTeCsBxznShv/t+oMlQdi0Oier3yt0sHQtXx2MMw3AfIka/AG65+Q9aQ ClVeE43+rtYf8yjOlQmk5H7y7ikws1sPDpMUB3TDTGNIilUcKMHsUwtyo 4RhXnP9vc/NCiVtb07ENm3ZN9wHEHXKoLX6v5JzVBFreMVaYwD8WBdvSW wL82IKfjwR9k7H7aoMC+ITLN0wQWg0unl1eXdFZ87Ru9OEQRy4kk+Myav GxpYfBpYV9S78Y+lwJc0SjSUchRl8f8CTZx9jT9aBPJb3ZGq/6lierhjX g==; X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="388414175" X-IronPort-AV: E=Sophos;i="5.97,213,1669104000"; d="scan'208";a="388414175" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jan 2023 21:34:10 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="690391411" X-IronPort-AV: E=Sophos;i="5.97,213,1669104000"; d="scan'208";a="690391411" Received: from unknown (HELO localhost.localdomain) ([10.239.252.196]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jan 2023 21:34:08 -0800 From: Yu Jiang To: lijuan.tu@intel.com, dts@dpdk.org Cc: Yu Jiang Subject: [dts][PATCH V1 2/2] test_plans/ABI_stable: remove unit_tests_* and replace with meson_tests and remove other invalid suites Date: Fri, 13 Jan 2023 13:34:05 +0800 Message-Id: <20230113053405.598729-3-yux.jiang@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230113053405.598729-1-yux.jiang@intel.com> References: <20230113053405.598729-1-yux.jiang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 1, remove unit_tests_* and replace with meson_tests; 2, remove invalid suites: vhost_dequeue_zero_copy,flow_classify_softnic; - vhost_dequeue_zero_copy: dpdk20.11 cacf8267cc (vhost: remove dequeue zero-copy support) - flow_classify_softnic: * dts commit 6090a316 (test/flow_classify_softnic): removed the test suite as per dpdk changes 3, remove vhost_enqueue_interrupt and replace with vhost_user_interrupt according to dts changes commit:71b154651; 4, correct type for vhost_virtio_pmd_interrupt; Signed-off-by: Yu Jiang --- test_plans/ABI_stable_test_plan.rst | 40 +++-------------------------- 1 file changed, 4 insertions(+), 36 deletions(-) diff --git a/test_plans/ABI_stable_test_plan.rst b/test_plans/ABI_stable_test_plan.rst index 9f05cc6e..762e1779 100644 --- a/test_plans/ABI_stable_test_plan.rst +++ b/test_plans/ABI_stable_test_plan.rst @@ -57,57 +57,25 @@ Execute Test Suites +-------------------------------+------------------------+ | Test Suites | Type | +===============================+========================+ - | unit_tests_cmdline | functional | - +-------------------------------+------------------------+ - | unit_tests_crc | functional | - +-------------------------------+------------------------+ - | unit_tests_dump | functional | - +-------------------------------+------------------------+ - | unit_tests_eal | functional | - +-------------------------------+------------------------+ - | unit_tests_kni | functional | - +-------------------------------+------------------------+ - | unit_tests_loopback | functional | - +-------------------------------+------------------------+ - | unit_tests_lpm | functional | - +-------------------------------+------------------------+ - | unit_tests_mbuf | functional | - +-------------------------------+------------------------+ - | unit_tests_mempool | functional | - +-------------------------------+------------------------+ - | unit_tests_pmd_perf | functional | - +-------------------------------+------------------------+ - | unit_tests_power | functional | - +-------------------------------+------------------------+ - | unit_tests_qos | functional | - +-------------------------------+------------------------+ - | unit_tests_ringpmd | functional | - +-------------------------------+------------------------+ - | unit_tests_ring | functional | - +-------------------------------+------------------------+ - | unit_tests_timer | functional | + | meson_tests | functional | +-------------------------------+------------------------+ | vhost_1024_ethports | functional | +-------------------------------+------------------------+ - | vhost_dequeue_zero_copy | functional | - +-------------------------------+------------------------+ - | vhost_enqueue_interrupt | functional | - +-------------------------------+------------------------+ | vhost_event_idx_interrupt | functional | +-------------------------------+------------------------+ | vhost_multi_queue_qemu | functional | +-------------------------------+------------------------+ | vhost_pmd_xstats | functional | +-------------------------------+------------------------+ + | vhost_user_interrupt | functional | + +-------------------------------+------------------------+ | vhost_virtio_user_interrupt | functional | +-------------------------------+------------------------+ | vhost_user_live_migration | functional | +-------------------------------+------------------------+ | flow_classify | functional | +-------------------------------+------------------------+ - | flow_classify_softnic | functional | - +-------------------------------+------------------------+ - | vhost_virtio_pmd_interrupt | functional | + | vhost_virtio_pmd_interrupt | performance | +-------------------------------+------------------------+ | l2fwd | performance | +-------------------------------+------------------------+ -- 2.25.1