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 A17424291B; Tue, 11 Apr 2023 10:57:09 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9C87A410F9; Tue, 11 Apr 2023 10:57:09 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 7B02640A8B for ; Tue, 11 Apr 2023 10:57:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1681203427; x=1712739427; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=HUiIartBsJHZTrRyiufLHMhD/RbMBPUiD4FEcXGDPjU=; b=CXvhFVEdmlt0AqPKLwUcL/Ne3sjb5Ri90XLDC3lQLRulmp88qvNfwjSC K6WmFkzQQrkp8cJvy58+wDoSVdk1YEGjvxpw3iygiijRhjvJQ/0hQ0Pl1 OD5isMinQNv+JKyqdFkUT7zocinfhgLvGzyWVHUpJrlTAYkGRJwSmhijQ OsITGCp7vgMYVcWRJOjmaINwBuyv3yMiotHjiiXdMnyyc/jCV4Dxt5dN5 SbExbbqqygpK9SaS+ZLPiRF48SgC17xFBz6c+hHxacbfpmQV/DIfvBYY2 IzGS/Raia4yhMfi5ktTbUVJR7XGtfIGAq342/1P21tM5a19P0bydApP0L A==; X-IronPort-AV: E=McAfee;i="6600,9927,10676"; a="341050986" X-IronPort-AV: E=Sophos;i="5.98,336,1673942400"; d="scan'208";a="341050986" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Apr 2023 01:57:06 -0700 Message-Id: <8899fd$j14n23@orsmga003-auth.jf.intel.com> Date: 11 Apr 2023 01:57:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10676"; a="638737482" X-IronPort-AV: E=Sophos;i="5.98,336,1673942400"; d="scan'208";a="638737482" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Apr 2023 01:57:05 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1 2/2] tests/virtio_event_idx_interrupt: modify re-run times from 100 to 10 From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20230328085557.3796893-3-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 Tue, 28 Mar 2023 16:55:57 +0800, Wei Ling wrote: > 1.Modify re-run times from 100 to 10 for reduce run time. > 2.Use the pmd_out API to replace send_expect() to start testpmd. > > Signed-off-by: Wei Ling Series applied, thanks