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 D7E52A00C5; Fri, 11 Feb 2022 15:34:05 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A824141144; Fri, 11 Feb 2022 15:34:05 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 660F0410E5 for ; Fri, 11 Feb 2022 15:34:04 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644590044; x=1676126044; h=from:to:subject:date:message-id: content-transfer-encoding:mime-version; bh=tfRkfCJzresJTeJxDir7I8sG86rWu91n3iGzWcQT1Go=; b=GVqDTu3lja36+8fDlDjORqjepACWev0dtG1sOXzSS1dA7e2/Q1gI8eG0 3kZidpNS3weibEVSFHpHfhsH6SstcV3JH8FEhTvTTQkdARdSEVtUU0+Y5 PMrWi3VUlUq9hN5rcXTtHIoGK28gmKHuBJe9J8AbfZWa1gZcZVBc6zQXE JPhJn9UUJqY1B5IQD7RyFahZMxjNW8WLZu07mSwuiA5iacycFE+HCAvKF pIwEekJ2YWHNdZkJ6RZSnkCEDxpeYZFIgQrChSWDrYk5cmzQ7x1B1xn2R H/7TtcoKnNEVJ1jZCRLFwQTikKcB13NAhFyDpNSuFCUSXHtshrY0M3dKN A==; X-IronPort-AV: E=McAfee;i="6200,9189,10254"; a="229706249" X-IronPort-AV: E=Sophos;i="5.88,361,1635231600"; d="scan'208";a="229706249" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Feb 2022 06:34:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,361,1635231600"; d="scan'208";a="602387745" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by fmsmga004.fm.intel.com with ESMTP; 11 Feb 2022 06:34:03 -0800 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Fri, 11 Feb 2022 06:34:02 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Fri, 11 Feb 2022 22:34:00 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2308.020; Fri, 11 Feb 2022 22:34:00 +0800 From: "Tu, Lijuan" To: "dts@dpdk.org" Subject: DTS 21.11 released! Thread-Topic: DTS 21.11 released! Thread-Index: AdgfUn6lQnsuXUIfS7e7UcWCGliXVw== Date: Fri, 11 Feb 2022 14:34:00 +0000 Message-ID: Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.200.16 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable 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 A new release aligned with DPDK 21.11 is available: https://git.dpdk.org/tools/dts/snapshot/dts-21.11.tar.xz The branch 21.11 is also available: https://git.dpdk.org/tools/dts/log/?h=3D21.11 Below are some new features and improvements. * new test plans - cvl_1pps_signal_test_plan.rst - cvl_advanced_iavf_rss_pppol2tpoudp_test_plan.rst - cvl_flow_priority_test_plan.rst * 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 * Fix pylama errors, which will be continued in next release * Make DTS a python standard project Makefile builds are deprecated and will be removed in DTS 22.03, please use meson builds instead. More details in the release notes: http://doc.dpdk.org/dts/gsg/rel_notes/release_21_11.html Thanks everyone!