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 3171FA0C4B; Fri, 19 Nov 2021 09:01:57 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0220640143; Fri, 19 Nov 2021 09:01:57 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 95C4440140 for ; Fri, 19 Nov 2021 09:01:55 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10172"; a="295191769" X-IronPort-AV: E=Sophos;i="5.87,246,1631602800"; d="scan'208";a="295191769" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Nov 2021 00:01:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,246,1631602800"; d="scan'208";a="455688719" Received: from dpdk-moyufen06.sh.intel.com ([10.67.116.208]) by orsmga006.jf.intel.com with ESMTP; 19 Nov 2021 00:01:53 -0800 From: Yufen Mo To: dts@dpdk.org, yuan.peng@intel.com Cc: Yufen Mo Subject: [dts][PATCH V4 0/1] tests/cvl_dcf_qos: upload script Date: Fri, 19 Nov 2021 16:03:38 +0800 Message-Id: <20211119080339.26170-1-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 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 v4: - change all the stream rate percentage to 100 when send packets synchronously - change ip src port maximum value to 255 - add check function when set port tm hierarchy commit v3: - fix wrong vf number creation - remove kernel not support content v2: - add delete_qos_setting test case - add queue mapping checking - add queue packet number ratio checking - set ip layer port field to random value v1: - CVL configure QoS for vf/vsi in DCF. Yufen Mo (1): tests/cvl_dcf_qos: upload script tests/TestSuite_cvl_dcf_qos.py | 2984 ++++++++++++++++++++++++++++++++ 1 file changed, 2984 insertions(+) create mode 100644 tests/TestSuite_cvl_dcf_qos.py -- 2.21.0