From patchwork Tue Nov 22 08:49:09 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Tu, Lijuan" X-Patchwork-Id: 120074 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 E2328A057F; Tue, 22 Nov 2022 09:57:23 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C431342D4B; Tue, 22 Nov 2022 09:57:23 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 5CEE4427EB for ; Tue, 22 Nov 2022 09:57:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669107442; x=1700643442; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=XnEJB8Fmc/5Icm3+maUPaLGjGQkd6F8l8V8PnKxILxA=; b=Eb+YB+Faha3D5IzZooDVUCy275zobHQlBv7Nnc2aIKHqzO7KwrgV3SfG J7Dj91JR0qBU1FKaQ+Gkji55bnfGO43ZTMtN6ow+G9NfnmBBy13TsU0zZ VxZxq6zxGdF4y5ovKjfP/OhlHhJ+vBkPq/FrzwMBzh490/vCHW+Y0cSO5 BNJFvuJn5Plqr6O0T3rDmuPzQJRy4SBisO9QlQKAeVeePfL/EBkN4BVpj Cw2ecI2b2Eu5e/kloTfgnfbumMzooc2MbMhQexHBQH2SEXWak5UEjFlaB KXQffl6eyCngv2NBHQf/T1Fy1110zTjI5elxXiLkio9gNwA4c9tLF0CIL Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="311398477" X-IronPort-AV: E=Sophos;i="5.96,183,1665471600"; d="scan'208";a="311398477" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2022 00:57:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="674282351" X-IronPort-AV: E=Sophos;i="5.96,183,1665471600"; d="scan'208";a="674282351" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga001.jf.intel.com with ESMTP; 22 Nov 2022 00:57:20 -0800 From: Lijuan Tu To: dts@dpdk.org Cc: Lijuan Tu Subject: [PATCH] add release note for 22.07 Date: Tue, 22 Nov 2022 16:49:09 +0800 Message-Id: <20221122084909.3486836-1-lijuan.tu@intel.com> X-Mailer: git-send-email 2.25.1 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 Signed-off-by: Lijuan Tu --- doc/dts_gsg/rel_notes/release_22_07.rst | 71 +++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 doc/dts_gsg/rel_notes/release_22_07.rst diff --git a/doc/dts_gsg/rel_notes/release_22_07.rst b/doc/dts_gsg/rel_notes/release_22_07.rst new file mode 100644 index 00000000..ebf2bfde --- /dev/null +++ b/doc/dts_gsg/rel_notes/release_22_07.rst @@ -0,0 +1,71 @@ +.. SPDX-License-Identifier: BSD-3-Clause + Copyright 2022 The DTS contributors + +DTS Release 22.07 +================= + +New Features +------------ + +* **Add new test plans.** + + * af_xdp_test_plan.rst + * iavf_fdir_protocol_agnostic_flow_test_plan.rst + * iavf_rss_protocol_agnostic_flow_test_plan.rst + * ice_fdir_protocol_agnostic_flow_test_plan.rst + * ice_rss_protocol_agnostic_flow_test_plan.rst + * ice_iavf_packet_pacing_test_plan.rst + * ice_iavf_rx_timestamp_test_plan.rst + * ice_rx_timestamp_test_plan.rst + * rx_timestamp_perf_test_plan.rst + * power_pmd_test_plan.rst + * power_throughput_test_plan.rst + * ice_enable_basic_hqos_on_pf_test_plan.rst + * vhost_virtio_user_interrupt_with_power_monitor_test_plan.rst + * vm2vm_virtio_net_perf_dsa_test_plan.rst + * vm2vm_virtio_pmd_dsa_test_plan.rst + +* **Add new test suites.** + + * TestSuite_af_xdp.py + * TestSuite_iavf_fdir_protocol_agnostic_flow.py + * TestSuite_iavf_rss_protocol_agnostic_flow.py + * TestSuite_ice_fdir_protocol_agnostic_flow.py + * TestSuite_ice_rss_protocol_agnostic_flow.py + * TestSuite_ice_iavf_packet_pacing.py + * TestSuite_ice_iavf_rx_timestamp.py + * TestSuite_ice_rx_timestamp.py + * TestSuite_rx_timestamp_perf.py + * TestSuite_power_pmd.py + * TestSuite_power_throughput.py + * TestSuite_vhost_virtio_user_interrupt_with_power_monitor.py + + +Removed Items +------------- + +* **Remove test plans.** + + * af_xdp_2_test_plan.rst + * power_managerment_throughput_test_plan.rst + * rteflow_priority_test_plan.rst + * vhost_event_idx_interrupt_cbdma_test_plan.rst + * vhost_user_interrupt_cbdma_test_plan.rst + * vm2vm_virtio_net_dsa_test_plan.rst + +* **Remove test suites.** + + * TestSuite_af_xdp_2.py + * TestSuite_rteflow_priority.py + * TestSuite_vhost_event_idx_interrupt_cbdma.py + * TestSuite_vhost_user_interrupt_cbdma.py + + +Deprecation Notices +------------------- + +**Unit Testing** + +DPDK provide 2 ways to run unit test, one is `dpdk-test` app, the other is `meson test` command. +Support for running unit tests through `dpdk-test` app is now deprecated and will be removed in the next release. +Instead `meson test` command will be executed.