add release note for 22.07

Message ID 20221122084909.3486836-1-lijuan.tu@intel.com (mailing list archive)
State Accepted
Headers
Series add release note for 22.07 |

Checks

Context Check Description
ci/Intel-dts-doc-test fail Testing issues
ci/Intel-dts-pylama-test success Testing OK
ci/Intel-dts-suite-test warning SKIPPED

Commit Message

Tu, Lijuan Nov. 22, 2022, 8:49 a.m. UTC
  Signed-off-by: Lijuan Tu <lijuan.tu@intel.com>
---
 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
  

Comments

Tu, Lijuan Nov. 23, 2022, 2:57 a.m. UTC | #1
On Tue, 22 Nov 2022 16:49:09 +0800, Lijuan Tu <lijuan.tu@intel.com> wrote:
> Signed-off-by: Lijuan Tu <lijuan.tu@intel.com>


Applied, thanks
  

Patch

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.