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 1B3AC423BE; Fri, 13 Jan 2023 06:27:42 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 18BAD410EF; Fri, 13 Jan 2023 06:27:42 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 9BD51410D4 for ; Fri, 13 Jan 2023 06:27:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1673587660; x=1705123660; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=bQEzDzd4sHzdsOM9IPne+Y4UVtdzBRh0GfBqF9l8sL0=; b=QoSRrh9K9mRx/LvF18huKUSZ+ppdNlb356DgiYNF2PhebV4tEWW6i2tM tSJohbxzpT2g49RQr0jSIv4uEqDQbY2xeoHUmr+i8uDRhoPrTgZSUm+F9 kmgu4epkyYRPnHNOtKXzicVPNAXqHrWkpkaKw65ujJf1BPR2c6RProiyv /69Q/Bx3261R+5k3+iqp+B5DHAkAXKBH7bxRAOKbcyLofSDkjbGzA63k1 hckSZHt+I8KU1bZgIohRoON4uYlf11CKt6FJKdJzNCalzrV1Zwz1x4ijR /PiMJL2CiYq0YkE/m0feIx9LUGU2a1tIKizL2L83mI2S9N6PbhrqyfNq+ g==; X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="322618353" X-IronPort-AV: E=Sophos;i="5.97,213,1669104000"; d="scan'208";a="322618353" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jan 2023 21:27:40 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="986867718" X-IronPort-AV: E=Sophos;i="5.97,213,1669104000"; d="scan'208";a="986867718" Received: from unknown (HELO localhost.localdomain) ([10.239.252.196]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jan 2023 21:27:38 -0800 From: Yu Jiang To: lijuan.tu@intel.com, dts@dpdk.org Cc: Yu Jiang Subject: [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:27:37 +0800 Message-Id: <20230113052737.595862-2-yux.jiang@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230113052737.595862-1-yux.jiang@intel.com> References: <20230113052737.595862-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