From patchwork Thu May 25 03:09:42 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 127358 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 D049F42B94; Thu, 25 May 2023 05:09:54 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A5A3A40DDB; Thu, 25 May 2023 05:09:54 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 573DC40A82 for ; Thu, 25 May 2023 05:09:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1684984193; x=1716520193; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=LZT1j0z2tKHu06L9Rh3gJHKmYKfpwd4mTsfDCLg/hXc=; b=dZBILxfxVjHAab9im29mI8PHu7BSzj4DQTSvEgH3SSzbJUSaZk7ETa8N e0Ca7sSJwpZ0Gyq01Xk9kPDxYbkT0pxc833W9Yj+rcvcjOcspmFCCFNyh XYWh1UIBdz66aoghs2RBlmfnCEEoE6NRfbabqNbCJ3ZbWHajrsFDMJw27 iWJ2rHEnArkmAzZOLSfx6N1nsTL2diFEG9wVSHSS6EVd57kR4qdtu1AOX VC9LOgkSA/vfyHA9z/XOewTA/IfkbaZGcdRbE2pVfEvx4OsaadJwsMvNg t9rpLkd7kn2/uwhTwKWxuN15vOFAL8QHRiEumnv95xmTrN14n6KwRk/cQ w==; X-IronPort-AV: E=McAfee;i="6600,9927,10720"; a="343235517" X-IronPort-AV: E=Sophos;i="6.00,190,1681196400"; d="scan'208";a="343235517" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2023 20:09:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10720"; a="794462774" X-IronPort-AV: E=Sophos;i="6.00,190,1681196400"; d="scan'208";a="794462774" Received: from unknown (HELO dut222..) ([10.239.252.222]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2023 20:09:51 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1] release_23_07.rst: update release note Date: Thu, 25 May 2023 11:09:42 +0800 Message-Id: <20230525030942.561005-1-weix.ling@intel.com> X-Mailer: git-send-email 2.34.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 Update release note as the vswitch_pvp_multi_paths_performance_with_cbdma testsuite been deleted. Signed-off-by: Wei Ling --- doc/dts_gsg/rel_notes/release_23_07.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/dts_gsg/rel_notes/release_23_07.rst b/doc/dts_gsg/rel_notes/release_23_07.rst index e9240b23..c8acd7f1 100644 --- a/doc/dts_gsg/rel_notes/release_23_07.rst +++ b/doc/dts_gsg/rel_notes/release_23_07.rst @@ -49,6 +49,10 @@ Removed Items Also, make sure to start the actual text at the margin. ======================================================= +* **Remove test suites.** + + * TestSuite_vswitch_pvp_multi_paths_performance_with_cbdma.py + Known Issues ------------