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 C73AA4291B; Tue, 11 Apr 2023 10:57:27 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C26ED410FA; Tue, 11 Apr 2023 10:57:27 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id DE8BA40A8B for ; Tue, 11 Apr 2023 10:57:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1681203446; x=1712739446; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=4nCfwrKJQsD8S9/6fkZLRS90npbs5pfgYhs2/PaRysY=; b=Pli8M5IEUx7VH9/ka81fXQw/n6HdyK9/DELbr1Js4Ub3sMpjt5IhMc1i IgPhxop2gk7qRGgzl9Y4KRwS4KS5oSG0cB39mD3anTt4LNDnWA+7Bzvi2 OqPGRw0w6wqms3a421z//PTiqYR+Elv95Slj8ln6/Nf+NJ+XQneCNX72L ZsCOYs4uhiRyGJ8nPDdBhhhCYm/PVBhcJ4WdwN05/eO8vKOu9RVs9G8em PGZ4nv+DdNiyHZ8xV0JFkQcP2LRiEwhFGCqf4mORulTagAh/TGvzoPvhX I4sVKojsh/aZhRQnH4K+qEzQlIi0r1Mkdx4KJGtNAO+j8gGfDOSIHOBDt Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10676"; a="343565083" X-IronPort-AV: E=Sophos;i="5.98,336,1673942400"; d="scan'208";a="343565083" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Apr 2023 01:57:25 -0700 Message-Id: <8a82d4$me5jmh@fmsmga008-auth.fm.intel.com> Date: 11 Apr 2023 01:57:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10676"; a="753061588" X-IronPort-AV: E=Sophos;i="5.98,336,1673942400"; d="scan'208";a="753061588" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Apr 2023 01:57:23 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/virtio_pvp_regression: modify pktgen traffic options parameter From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20230329014835.191690-1-weix.ling@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: Wei Ling Errors-To: dts-bounces@dpdk.org On Wed, 29 Mar 2023 09:48:35 +0800, Wei Ling wrote: > Modify pktgen traffice options parameter `trans_options =3D {"delay": 5, "d= uration": 30}` > to get stable throughput value. >=20 > Signed-off-by: Wei Ling Applied, thanks