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 A881AA0503; Wed, 18 May 2022 11:13:54 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A282240156; Wed, 18 May 2022 11:13:54 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id B4D70400D6 for ; Wed, 18 May 2022 11:13: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=1652865233; x=1684401233; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=rokqnwxfsi6ol/GZo30j/HzcITNatCTWDrZFuqNLBU8=; b=B8l3BJXs2VSMaFHqn6IgkKhDb74Uo9hCM96387dV08AHGh2jCwoewYsP ag7hxv7FOLRKY9XRi86sQbBkKUoa4xiMH7Aeg/uPKyp8vQZFjvcHfhfI/ BFFY0eJbrL+U88THrgpnELThjzfJt1OhDXI9kgZ6bnY/oOUzIv6pty29t P0z6OhezCqXvyGowDFELHwmQ5vTaLEKQvyM5+8VLaLFmIIJ0VMtUCcOWm W5GpgFU/wKfwKTHCQP9qXnCruxzRFwEkv23kt3zBkqD70wc/0f2/dCrPF 3BvofaQ9DJUzOl5dEQ4rkDa3dELvQRNaFi9UgCVnSOBvZqv08zad1r19O Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10350"; a="269154526" X-IronPort-AV: E=Sophos;i="5.91,234,1647327600"; d="scan'208";a="269154526" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2022 02:13:51 -0700 Message-Id: <28e406$g82n8u@orsmga006-auth.jf.intel.com> Date: 18 May 2022 02:13:50 -0700 X-IronPort-AV: E=Sophos;i="5.91,234,1647327600"; d="scan'208";a="545348905" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2022 02:13:50 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V2 3/3] tests/virtio_event_idx_interrupt_cbdma: add virtio_event_idx_interrupt_cbdma testsuite From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220510032230.343837-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 Mon, 9 May 2022 23:22:30 -0400, Wei Ling wrote: > Add new testsuite tests/TestSuite_virtio_event_idx_interrupt_cbdma.py. > > Signed-off-by: Wei Ling Series applied, thanks