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 47368A054F; Wed, 25 May 2022 12:05:08 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 40FC34113F; Wed, 25 May 2022 12:05:08 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 40E6340C35 for ; Wed, 25 May 2022 12:05:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1653473106; x=1685009106; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=lWpq4jRowVrFoNBO+wXj3GHdbv7+7o4NjkgoapDNxTA=; b=B/fhQASL+VXlqrigeyozZoYVktzGDql/tSsmwuP+gnPNdOAj4iy3b6oB 0pYzXxkyHcRW8L1sPgvUQQ927qTCvNQk22zmH6jRJYXFc9IKTNipJl6Sk mR1btFVPxHdNbpMbwPDmKHZs1fy0fKP5pAQmw5AHr4QMjj9Z/2Upo8Rmr NcU3C+08vO3jB2UHU8bVljQQ3zv2lyL5dGRJAJ+kI4XOwGOylctsEh9EN P79u9gD39WH4BFd3Gq74QlsUbzV+0gzALbXiwTb27TVPA7gwJUvu4bLMe Cw3kOTOms1uizhLiK18WoKwqZ/VjNh6+qOuxAmJ94fVKWYqdILZiBhTT0 Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10357"; a="255837197" X-IronPort-AV: E=Sophos;i="5.91,250,1647327600"; d="scan'208";a="255837197" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 May 2022 03:05:05 -0700 Message-Id: <003cea$httv5b@orsmga008-auth.jf.intel.com> Date: 25 May 2022 03:05:04 -0700 X-IronPort-AV: E=Sophos;i="5.91,250,1647327600"; d="scan'208";a="601816263" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 May 2022 03:05:04 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1 2/2] tests/vhost_virtio_user_interrupt: delete CBDMA related testcases and code From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220519062657.2813076-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:26:57 -0400, Wei Ling wrote: > Delete CBDMA related testcases and code. > > Signed-off-by: Wei Ling Series applied, thanks