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 B51F7A054F; Wed, 25 May 2022 12:02:16 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AB5234113F; Wed, 25 May 2022 12:02:16 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 5BAF64113F for ; Wed, 25 May 2022 12:02:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1653472935; x=1685008935; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=3rqtIzGFnEZVxQcwIUb3qEd+S/Q4wrIxTTklO0zueyw=; b=i1/53vZEyTGsAGZk6yLLWFDwV1Xu/qlZOlLR69InwDQlze+wxq0g5YYD wdJ9nwhxkYkmO041oMzQGnG2X6KHFVWOCzXsvmaxHBB58zDeWa0eGt5+E n6VEnpx4mGztWWAH+ttS0eoG8lWVNPSUxyCpYFLVjsIHo0NF3yVWOaCE6 WfYWFDMAqiNvwIdhV7uyyKnNRIIc1ggh85Tf/JK6LLR7tiL2C3OlRypcX 8ooRorag3bMednwgt+w1BO9m/BcXh47x2cIJvqflGif8By8uo6PjfoL8E ow0Tw4h9+O/swYhijcw+X0CBb9LZNfWgoZ5kBP6Oh4I4H4Y4QTWlwLBuI w==; X-IronPort-AV: E=McAfee;i="6400,9594,10357"; a="273770698" X-IronPort-AV: E=Sophos;i="5.91,250,1647327600"; d="scan'208";a="273770698" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 May 2022 03:02:14 -0700 Message-Id: <87f1b2$h2irsu@orsmga007-auth.jf.intel.com> Date: 25 May 2022 03:02:13 -0700 X-IronPort-AV: E=Sophos;i="5.91,250,1647327600"; d="scan'208";a="573140916" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 May 2022 03:02:13 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V3 2/2] tests/vm2vm_virtio_net_perf: delete CBDMA related testcases and code From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220519091018.2818476-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 05:10:18 -0400, Wei Ling wrote: > Delete CBDMA related testcases and code. > > Signed-off-by: Wei Ling Series applied, thanks