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 AE2ECA0544; Mon, 10 Oct 2022 05:37:46 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A8F1F400D5; Mon, 10 Oct 2022 05:37:46 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 5A62B40042 for ; Mon, 10 Oct 2022 05:37:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1665373064; x=1696909064; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=nGYlfhraS2yAvXsrZ7f5e1RP6FSpRmMXNBEuIqP/v5c=; b=cv8qgEWC9iZdBBP0MoAGMlZ9cBupXPCxeD9zkW9hyy8Bl4OiLXaOkkwZ xGyR7FOqjQCEAbwfO/5/z8Qz+TV68D8UexQM8k/Kf2iW52jamiPsUmpo0 JWs+lJEtN/VXw3cLxPuDZuzNs0SVxxC07Y4NDio/VHr4BgnbOLZjSioIo MB5qMXggfx/2j/9MQABrouyzPLd7uEKyTcNcr5HVtGz+RDj8oO72IUUXH O7yr8EBO97CTVR9knccp4lxyY6A9lri64QYf70kxcrqgtfOSEowc2O4+8 THzEpS+hYDAlppL90FQ0jrprHpj/4KRTjtCFqDvQpumVkcg83aJVRz3lz A==; X-IronPort-AV: E=McAfee;i="6500,9779,10495"; a="302868354" X-IronPort-AV: E=Sophos;i="5.95,172,1661842800"; d="scan'208";a="302868354" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Oct 2022 20:37:43 -0700 Message-Id: <0ea57a$pujjmr@fmsmga006-auth.fm.intel.com> Date: 09 Oct 2022 20:37:42 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10495"; a="870960863" X-IronPort-AV: E=Sophos;i="5.95,172,1661842800"; d="scan'208";a="870960863" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Oct 2022 20:37:42 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1 2/2] tests/ice_dcf_qos:modify the command according to the dpdk changed From: lijuan.tu@intel.com To: dts@dpdk.org,Zhimin Huang Cc: Zhimin Huang In-Reply-To: <20221009234243.17428-3-zhiminx.huang@intel.com> 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: , Reply-To: Zhimin Huang Errors-To: dts-bounces@dpdk.org On Mon, 10 Oct 2022 07:42:43 +0800, Zhimin Huang wr= ote: > 1.according to dpdk 5779a8894d154bf0b6b1c13ce5ce5961e1dfc29d. > it's add shaper profile id check,if we do not need to do anything for the e= xact node, > the shaper profile id should be -1, not 0 or any other numbers. > 2.optimized start testpmd function to adapt the latest dts framework. > 3.abs() should set variable. >=20 > Signed-off-by: Zhimin Huang Acked-by: Lijuan Tu Series applied, thanks