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 67CBA4291B; Tue, 11 Apr 2023 10:56:54 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 631ED40DFD; Tue, 11 Apr 2023 10:56:54 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 29BD640A8B for ; Tue, 11 Apr 2023 10:56:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1681203412; x=1712739412; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=CLUcynI8Nssvfw0FGn1hvfBY6sMJQMtE2F2EbZh55o4=; b=klnYcQaQCxzShiF97MqXHjKmMoTRzIGiBAv9RDw9QS/C/GhWXhMmcTUW 18grzjT84Exb38Pmv0up+Wck/Jrl9C+x4t2hsFGEHolEQ2/7+6MMLCwJc yUkS3kK2XkpJTg84XCEbXsXfMGSlxHl14taiX+jmGeWPtj8+FDxU4Kpd3 r7GTQgkyI3Jzp2W218/cnY1bI8KB9HssTgOjSIeYJlLiURI2GP+xWNMpb aB3es7y3foJGMHqUIOEnfYI+CrQrQRuVVl+9GrXOCAJYlKDpk0VlJY+O4 gEWKe5SqVp9hPJfFCcvO+okbIWMtLqaCfzmIpJoHPUhyaPNQhyV1briLr Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10676"; a="341050943" X-IronPort-AV: E=Sophos;i="5.98,336,1673942400"; d="scan'208";a="341050943" 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:56:50 -0700 Message-Id: <8899fd$j14n1b@orsmga003-auth.jf.intel.com> Date: 11 Apr 2023 01:56:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10676"; a="638737454" X-IronPort-AV: E=Sophos;i="5.98,336,1673942400"; d="scan'208";a="638737454" 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:56:48 -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_cbdma: 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: <20230328074058.3796087-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 15:40:58 +0800, Wei Ling wrote: > Modify re-run times from 100 to 10 for reduce run time. > > Signed-off-by: Wei Ling Series applied, thanks