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 DE731A00C3; Tue, 20 Sep 2022 10:23:58 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F211340DFB; Tue, 20 Sep 2022 10:23:57 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 8852B4069B for ; Tue, 20 Sep 2022 10:23:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663662236; x=1695198236; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=0kb8I8Pq5/6iVU5K59F4mhnY9dLDWgS+fE9lyAdcm6k=; b=kJTFS2QsZ4T9ldG7Xi5fjUewZ3mvRmW1JtIqG6ZHymeKutscdRi3uXBE klAreRxV2QpWppLZJoRaTxsfe1RYdgnYLfWoeeCwHBVqU3R+wGL3ADSNg e0oZ4F1bT+X1GBRr9OcI3taBG+1SBstiEKu7qKztwixsn2KUsy3iWTboh I4KMUhINNIk1ms+MuLXHTbyvBHqN2AJBAtaLxM/UwLYEIlHj8QkVlJyiP B6FMBADJh4izU2n98EDGXUFwthQt4fK6GlUWqQAYA7Sr8y3HLr8nH/p9E T7aUyCeT1TX1KaPkX1uwEBBFweCxcBbK99B5HM7KQQihPvegIEXN0P5DJ Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10475"; a="300452711" X-IronPort-AV: E=Sophos;i="5.93,330,1654585200"; d="scan'208";a="300452711" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Sep 2022 01:23:55 -0700 Message-Id: Date: 20 Sep 2022 01:23:54 -0700 X-IronPort-AV: E=Sophos;i="5.93,330,1654585200"; d="scan'208";a="621176957" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Sep 2022 01:23:54 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V2]tests/tso: optimize performance test script From: lijuan.tu@intel.com To: dts@dpdk.org,Yingya Han Cc: Yingya Han In-Reply-To: <20220907170115.75377-1-yingyax.han@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: Yingya Han Errors-To: dts-bounces@dpdk.org On Thu, 8 Sep 2022 01:01:15 +0800, Yingya Han wrote: > optimize performance test script and remove useless code. > > Signed-off-by: Yingya Han Acked-by: Lijuan Tu Applied, thanks