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 B54DE423C1; Fri, 13 Jan 2023 10:39:08 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B327442DCF; Fri, 13 Jan 2023 10:39:08 +0100 (CET) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 36474410EF for ; Fri, 13 Jan 2023 10:39:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1673602747; x=1705138747; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=bQEzDzd4sHzdsOM9IPne+Y4UVtdzBRh0GfBqF9l8sL0=; b=F13VLA3GhschWBKwOWonS3syaamXqDzL4vGtP07kAHpAvUGv/HwpgYrq YXc9HAelnDTgNRH9AtKVlxM2XIH1ADSLJmpa0hVFDv9NEniePD0zcH78a 3ik0kkxjLTMeTftcUpAxTRic1YkeiIkNLJPDJJf06HuceCExjxVOJ6i5h V3L25QJI/KfOaYkeGYOvWQShfHP6vLzlIoKAHMTGhl3VzHEjZvZt2EdzG p7rT0raWpt8moFh8+UMdD/JgDe3KYBKKdQ9qg1Rqza2njOBf+JC1vyTnI SDSrD8gU35f4cE0v1LJER+TvbHH5ip2EICFqes9zGwLLfQ6KIrKOMCSxP g==; X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="386302522" X-IronPort-AV: E=Sophos;i="5.97,213,1669104000"; d="scan'208";a="386302522" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jan 2023 01:39:03 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="832021438" X-IronPort-AV: E=Sophos;i="5.97,213,1669104000"; d="scan'208";a="832021438" Received: from unknown (HELO localhost.localdomain) ([10.239.252.196]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jan 2023 01:39:01 -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 17:38:54 +0800 Message-Id: <20230113093854.634776-5-yux.jiang@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230113093854.634776-1-yux.jiang@intel.com> References: <20230113093854.634776-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