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 7681BA054F; Wed, 25 May 2022 12:05:22 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 706FB40146; Wed, 25 May 2022 12:05:22 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id C7E90400EF for ; Wed, 25 May 2022 12:05:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1653473121; x=1685009121; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=NxrTDZFV8m2v9AkQ7sfopCdT11oiGQfcAL2VCGFvV7E=; b=TLobzYaMYJGJRlrs6ObEuL2fCSt5rKZEpGItvTe9MyvFB3fBKWy607Kb 9BATCMcOxJGwMpD/NzQ98JqbJzAAiBIdkw9vN+U6qADKxMzom/IIDFsj5 TRrJ3X+6K8JNdGh1xv9AXoB6ooUtEEt69BwRq9+9W1vYV7X4Y3o4JED6x TDbIvhKbuXDJD24OiI1MnDHn/WQvpmB4NBSulheyWdqWNuMDGa1NmjKJD h2aOZjzo6ZV3BiwSda9BRscDeErpAHLFViiODu05BbIBxDn6TVjVOwIRB 7Dlbl64itt4zyTC/aoVzGoH6tUTicihnC3ubJJ5eBralimHf7MfHzUcan A==; X-IronPort-AV: E=McAfee;i="6400,9594,10357"; a="271348613" X-IronPort-AV: E=Sophos;i="5.91,250,1647327600"; d="scan'208";a="271348613" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 May 2022 03:05:19 -0700 Message-Id: <003cea$httvc9@orsmga008-auth.jf.intel.com> Date: 25 May 2022 03:05:16 -0700 X-IronPort-AV: E=Sophos;i="5.91,250,1647327600"; d="scan'208";a="601816481" 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:16 -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_pmd_interrupt: delete CBDMA related testcases and code From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220519061958.2812767-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:19:58 -0400, Wei Ling wrote: > Delete CBDMA related testcases and code. > > Signed-off-by: Wei Ling Series applied, thanks