From patchwork Fri Jan 13 05:34:04 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yu Jiang X-Patchwork-Id: 121999 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 F2C6D423BE; Fri, 13 Jan 2023 06:34:10 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F115342D71; Fri, 13 Jan 2023 06:34:10 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 1B5B3410D4 for ; Fri, 13 Jan 2023 06:34:08 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1673588049; x=1705124049; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=qzDLJSiLyOURQ1948L0mWjM2nQt9XZGXCq0DjYJzBkY=; b=aaIeC4AkCJ2t4+BN0t8en8MmmBXQLsNqHQUUUcgShi8vsqHkiAQkt+Rw R0ThLLgybZfBR3ahZrNk17I9x+Rg61AciNOfrHczcvRV7mcX+KK9J/f1b ZzTrcFqUJp8ZB/LvQRbMCZBzlZaKX7cYydHXvCQqoxTGcz3v726tIU9yU DJrKP1NhvUJBPvVI+62rads67eNTeieFWVMTSLLQWtr4q6rHC8qjYhPOA Ky9RALsgvoc/QgcMnRrLvDYC6ER9NBySvVqMtu34bOGbyyJ2eqvp2xUl4 cQ8SbdT3tvNNUPJdbaK3itLVktZdBdjRNiZ+xCS13kcO7f/kcumC3pRLG Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="388414168" X-IronPort-AV: E=Sophos;i="5.97,213,1669104000"; d="scan'208";a="388414168" 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:08 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="690391402" X-IronPort-AV: E=Sophos;i="5.97,213,1669104000"; d="scan'208";a="690391402" 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:07 -0800 From: Yu Jiang To: lijuan.tu@intel.com, dts@dpdk.org Cc: Yu Jiang Subject: [dts][PATCH V1 1/2] usr_guide and executions: remove unit_tests_* and replace with meson_tests Date: Fri, 13 Jan 2023 13:34:04 +0800 Message-Id: <20230113053405.598729-2-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 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 remove unit_tests_* and replace with meson_tests Signed-off-by: Yu Jiang --- doc/dts_gsg/usr_guide/usage.rst | 2 +- executions/execution_smoke.cfg | 14 +------------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/doc/dts_gsg/usr_guide/usage.rst b/doc/dts_gsg/usr_guide/usage.rst index 24bf8d70..2c853dc8 100644 --- a/doc/dts_gsg/usr_guide/usage.rst +++ b/doc/dts_gsg/usr_guide/usage.rst @@ -50,7 +50,7 @@ Here are an example for functional testing: drivername=vfio-pci build_type=meson test_suites= - unit_tests_eal:test_version\test_common, + meson_tests:test_fasts\test_driver, targets= x86_64-default-linuxapp-gcc, parameters=nic_type=cfg:func=true diff --git a/executions/execution_smoke.cfg b/executions/execution_smoke.cfg index c7b5cbb3..5b2bb734 100644 --- a/executions/execution_smoke.cfg +++ b/executions/execution_smoke.cfg @@ -4,19 +4,7 @@ crbs= drivername= build_type= test_suites= - unit_tests_cmdline, - unit_tests_eal, - unit_tests_dump, - unit_tests_kni, - unit_tests_lpm, - unit_tests_mbuf, - unit_tests_mempool, - unit_tests_power, - unit_tests_pmd_perf, - unit_tests_qos, - unit_tests_ring, - unit_tests_ringpmd, - unit_tests_timer, + meson_tests:test_fasts, dynamic_config, jumboframes, scatter, From patchwork Fri Jan 13 05:34:05 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yu Jiang X-Patchwork-Id: 122000 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 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 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 Reviewed-by: Lijuan Tu --- 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 | +-------------------------------+------------------------+