From patchwork Thu Feb 10 19:36:17 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Tu, Lijuan" X-Patchwork-Id: 107245 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 006F7A00C2; Thu, 10 Feb 2022 13:14:42 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BF7BE411AE; Thu, 10 Feb 2022 13:14:42 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id A3C394013F for ; Thu, 10 Feb 2022 13:14:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644495281; x=1676031281; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=k+UdXO5wL2uE0vBabCSOamnB5OHSjpUY5N1uvo1ZPcs=; b=JS0KkHl0Pl7Y0ErV2qdxR4S2qdp3B/90k1M38e7P4Ym8Otk6G6Sa6PfB GHop5bCX0WpmKmgk6fiFR9nliv7vv4gXWkRKk4RvF2cz7FrbuQnxMCZEC TKtLFtZcTHvA35Zl0/+N4+lZMIpY+Bgcbo459YVNd9gjVNxxc6zf2cISj WP6BksvNxhoLkBFXkWEQIxGG3U6HMfS4DmwqFBE9LbTmYiV8Q0v4a6rWt bATnSTsN2e1dah/ThOm/IDy2bHm2ZAd057sciHL5KQ0jO/5kZjne370Cb Rmw8gUkkTwxgwx9B698iFQbAOW5ZvJThKpWXqjXwfRhzBSsa6tm+cEa/m g==; X-IronPort-AV: E=McAfee;i="6200,9189,10253"; a="248308390" X-IronPort-AV: E=Sophos;i="5.88,358,1635231600"; d="scan'208";a="248308390" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Feb 2022 04:14:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,358,1635231600"; d="scan'208";a="526457756" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga007.jf.intel.com with ESMTP; 10 Feb 2022 04:14:39 -0800 From: Lijuan Tu To: ohilyard@iol.unh.edu Cc: dts@dpdk.org, Lijuan Tu Subject: [PATCH] add release note for 21.11 Date: Fri, 11 Feb 2022 03:36:17 +0800 Message-Id: <20220210193617.583127-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/index.rst | 1 + doc/dts_gsg/rel_notes/index.rst | 10 +++++ doc/dts_gsg/rel_notes/release_21_11.rst | 57 +++++++++++++++++++++++++ 3 files changed, 68 insertions(+) create mode 100644 doc/dts_gsg/rel_notes/index.rst create mode 100644 doc/dts_gsg/rel_notes/release_21_11.rst diff --git a/doc/dts_gsg/index.rst b/doc/dts_gsg/index.rst index aab4411a..2a1ba2d7 100644 --- a/doc/dts_gsg/index.rst +++ b/doc/dts_gsg/index.rst @@ -38,3 +38,4 @@ Getting Started Guide quick_start usr_guide/index + rel_notes/index diff --git a/doc/dts_gsg/rel_notes/index.rst b/doc/dts_gsg/rel_notes/index.rst new file mode 100644 index 00000000..7415ce29 --- /dev/null +++ b/doc/dts_gsg/rel_notes/index.rst @@ -0,0 +1,10 @@ +.. SPDX-License-Identifier: BSD-3-Clause + Copyright 2022 The DTS contributors + +Release Notes +============= + +.. toctree:: + :maxdepth: 1 + + release_21_11 diff --git a/doc/dts_gsg/rel_notes/release_21_11.rst b/doc/dts_gsg/rel_notes/release_21_11.rst new file mode 100644 index 00000000..c781dc5a --- /dev/null +++ b/doc/dts_gsg/rel_notes/release_21_11.rst @@ -0,0 +1,57 @@ +.. SPDX-License-Identifier: BSD-3-Clause + Copyright 2022 The DTS contributors + +DTS Release 21.11 +================= + +New Features +------------ + +* **Add new test plans.** + + * cvl_1pps_signal_test_plan.rst + * cvl_advanced_iavf_rss_pppol2tpoudp_test_plan.rst + * cvl_flow_priority_test_plan.rst + +* **Add new test suites.** + + * TestSuite_cvl_1pps_signal.py + * TestSuite_cvl_advanced_iavf_rss_pppol2tpoudp.py + * TestSuite_cvl_dcf_qos.py + * TestSuite_cvl_flow_priority.py + +* **Update test plans to adapt meson build.** + + Makefile builds are removed in DPDK 20.11, so update test plan accordingly. + +* **Fix pylama errors.** + + Fix most pylama errors in framework. + +* **Make DTS a python standard project.** + + Update DTS to a standard structure. + + +Removed Items +------------- + +* **Remove test plans.** + + * fdir_test_plan.rst + * fortville_rss_granularity_config_test_plan.rst + * generic_filter_test_plan.rst + * virtio_1.0_test_plan.rst + +* **Remove test suites.** + + * TestSuite_fdir.py + * TestSuite_fortville_rss_granularity_config.py + * TestSuite_generic_filter.py + + +Deprecation Notices +------------------- + +* Makefile builds are deprecated and will be removed in DTS 22.03, + please use meson builds instead.