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 A5826429FF; Wed, 26 Apr 2023 08:36:02 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7A173410DC; Wed, 26 Apr 2023 08:36:02 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id B695E40DDA for ; Wed, 26 Apr 2023 08:36:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1682490960; x=1714026960; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=E6yJsJSjXmTJr6B5ZUvKr9HhMrGlCJ398Lg/E7p3680=; b=kvACDiiDsp4TIK0pdPUy3vFGXBTGSBfLLRgtzdeVEl6SE7RthmbOwzqK zrTNq2wnzka7lfzUQ/GDy5NjNZYpgKRR+2hEWxUPxq4pK6y6yFOU0pLZS bs9CJNPt3QONkCOKituwFbgF1fb/ORpGFqjii30WGYsCLSveCcU4FqWZJ muixDbPpU7YrvVCmgmLwY2iaXMDBR7kdeXPX/4lYRKI5FZqLhS/xgO4BW VrNCsd0rUFp9zyldOlo7b1F77KGna+6j70cFzfr/x4ft2nVUMG0pXq0BV MGLFcZOXc5NCNMsp9+P/1BwHaukhOgCIMhrqeLsw40Zx+cGvfckWzUcU0 A==; X-IronPort-AV: E=McAfee;i="6600,9927,10691"; a="327332724" X-IronPort-AV: E=Sophos;i="5.99,227,1677571200"; d="scan'208";a="327332724" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Apr 2023 23:35:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10691"; a="940079367" X-IronPort-AV: E=Sophos;i="5.99,227,1677571200"; d="scan'208";a="940079367" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by fmsmga006.fm.intel.com with ESMTP; 25 Apr 2023 23:35:58 -0700 From: Lijuan Tu To: dts@dpdk.org Cc: Lijuan Tu Subject: [PATCH] update release note for 23.03 Date: Wed, 26 Apr 2023 14:35:55 +0800 Message-Id: <20230426063555.575729-1-lijuan.tu@intel.com> X-Mailer: git-send-email 2.25.1 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 Signed-off-by: Lijuan Tu --- doc/dts_gsg/rel_notes/release_23_03.rst | 27 +++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/doc/dts_gsg/rel_notes/release_23_03.rst b/doc/dts_gsg/rel_notes/release_23_03.rst index da10439e..ff5bef8a 100644 --- a/doc/dts_gsg/rel_notes/release_23_03.rst +++ b/doc/dts_gsg/rel_notes/release_23_03.rst @@ -34,6 +34,30 @@ New Features Also, make sure to start the actual text at the margin. ======================================================= +* **Add new test plan.** + + * pvp_vhost_async_multi_paths_performance_dsa_test_plan.rst + * pvp_vhost_async_virtio_pmd_perf_dsa_test_plan.rst + * loopback_vhost_async_perf_dsa_test_plan.rst + * dsa_test_plan.rst + * vswitch_sample_dsa_test_plan.rst + * vhost_async_robust_cbdma_test_plan.rst + +* **Add new test suites.** + + * TestSuite_pvp_vhost_async_multi_paths_performance_dsa.py + * TestSuite_pvp_vhost_async_virtio_pmd_perf_dsa.py + * TestSuite_loopback_vhost_async_perf_dsa_test_plan.py + * TestSuite_dsa.py + * TestSuite_vswitch_sample_dsa.py + * TestSuite_vhost_async_robust_cbdma.py + +* **Misc** + + * Refined bonding cases. + * Refined offload cases. + * Merged duplicated cases from execution file. + * Supported new NICs IGB_1G-82576 and ConnectX6_MT2894 Removed Items ------------- @@ -49,6 +73,9 @@ Removed Items Also, make sure to start the actual text at the margin. ======================================================= +* **Remove test suites.** + + * TestSuite_power_empty_poll.py Known Issues ------------ -- 2.25.1