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 82B09A054F; Wed, 25 May 2022 11:45:23 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 76BA540146; Wed, 25 May 2022 11:45:23 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id C3427400EF for ; Wed, 25 May 2022 11:45:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1653471921; x=1685007921; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=8feymaFl/ME+bvJUSjZ08oyNzRhTHw7ZxK2T1DuBpRg=; b=caNeJTHQ1Jzs9ZQdElVdyMhC+LBiAB0cP6TdeMdNXjARx78XJDAWxu5P U2TQBWgmpBZzruR90UKq87V3D2HVIJiFrmaJkvaNsVbdUMlwZSgwXX2fp fsY03v0P9W3ZX8DphXaU8KOh6TkyKeqAklPUh4Aw8Doy2tpohYrvdbYHs 9PthgX5/1tfllcHPaurmtDJIWmTtwtAA3+uMYdxcDClsS69/2FkzgnPzI bEj/glF1kNb/9g0CyrTuSImzzDqQwcg3dxvY/N3UKompqucJddqm2dDgn ISR1S7aaHP9dsIL8TINzH0RyHR+ZRe6rQ8TVLvXILuBj2Ch+JOpCrvPM5 g==; X-IronPort-AV: E=McAfee;i="6400,9594,10357"; a="334414354" X-IronPort-AV: E=Sophos;i="5.91,250,1647327600"; d="scan'208";a="334414354" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 May 2022 02:45:09 -0700 Message-Id: <28e406$gbfmc7@orsmga006-auth.jf.intel.com> Date: 25 May 2022 02:45:08 -0700 X-IronPort-AV: E=Sophos;i="5.91,250,1647327600"; d="scan'208";a="548919695" 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; 25 May 2022 02:45:08 -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: delete CBDMA related testcases and code From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220519061206.2812422-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 Thu, 19 May 2022 02:12:06 -0400, Wei Ling wrote: > Delete CBDMA related testcases and code. > > Signed-off-by: Wei Ling Series applied, thanks