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 5634AA00C2; Wed, 4 Jan 2023 02:40:35 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 51B3D40698; Wed, 4 Jan 2023 02:40:35 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 75EC340697 for ; Wed, 4 Jan 2023 02:40:34 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672796434; x=1704332434; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=SemLkvn44H3BsfYmTimWN5o3uRt5tSUmlliG7Jpdyto=; b=YQgxK4uRWafA98TS63I/vVij/imS4sjVpTIRSKLqhfjteqbddlUBLhsN xYtG5bKUNKYv6wseSxaMgLhHV3jRSMpxuWUNBEbcxXbKukg69eF3gsIOM U2IWHxm1bSd3eSlSumZk0Y8iV813rJ6Uo5/nQl9IvnV6vQn3JrFcJV71s OROKmc7B3ga8X+GHWxNL2hAZGbwAVXLXhD4jdHW5YrxFOK6xsZA0dUZpq +zKLh4oSnl7yilDwezwLgGWYcAvS+4T7PNuO02gf09mpGBk3aSDDqtHaE Dhz2N0l8gFc1JvsrAy/Of3wnb5NIEa4Pd7eX1PN1c1k9r1gb13R2G+mKt Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10579"; a="321874057" X-IronPort-AV: E=Sophos;i="5.96,297,1665471600"; d="scan'208";a="321874057" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jan 2023 17:40:33 -0800 Message-Id: <51811d$n6uf03@orsmga004-auth.jf.intel.com> Date: 03 Jan 2023 17:40:32 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10579"; a="779041805" X-IronPort-AV: E=Sophos;i="5.96,297,1665471600"; d="scan'208";a="779041805" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jan 2023 17:40:32 -0800 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 case1&3 rerun times from 10 to 100 From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20221228091604.3623642-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, 28 Dec 2022 17:16:04 +0800, Wei Ling wrote: > Modify case1&3 rerun times from 10 to 100. > > Signed-off-by: Wei Ling Series applied, thanks