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 CFA2FA054F; Wed, 25 May 2022 12:02:43 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CAE8B40146; Wed, 25 May 2022 12:02:43 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 50A3C400EF for ; Wed, 25 May 2022 12:02:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1653472962; x=1685008962; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=dZihkP9IOfFSAincnNtr9GHhoHdB33GRgrRm604XRao=; b=EJ42J8PRE55Ojw62SCPFpam3lG97kSPTT028Mp8nyE9gtwWHAYGiWSZL FpuRdSHh94rv94C81M8xkJl16duIhMTp/I3YlNIqF+tZAXA0OVg7POw6w hKhpSLs7DUCoiRHM0A06HzeHjklOMxpSjKJmlua4BoiRWB2n10s08Xu9R KlkvzdZvySRVrGt9Q3rivFpbofILyRbVby7ES9wHnOOgSjdjnLmBLfPp/ 4j8H5Qaq0Rft4pTLOVjnirf/btGW89PWnp0IWPUiq4ulg1oJJmLLmBRRy usXo3WAo8UUYqK3jLDDmgpyFM23YgN8L7RC5CdwifdWL7wqfA2RxVXh8T A==; X-IronPort-AV: E=McAfee;i="6400,9594,10357"; a="360163691" X-IronPort-AV: E=Sophos;i="5.91,250,1647327600"; d="scan'208";a="360163691" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 May 2022 03:02:41 -0700 Message-Id: <003cea$httuge@orsmga008-auth.jf.intel.com> Date: 25 May 2022 03:02:39 -0700 X-IronPort-AV: E=Sophos;i="5.91,250,1647327600"; d="scan'208";a="601815568" 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:02:39 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V2 2/2] tests/dpdk_gro_lib: delete CBDMA related testcases and code From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220519085135.2817489-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 04:51:35 -0400, Wei Ling wrote: > Delete CBDMA related testcases and code. > > Signed-off-by: Wei Ling Series applied, thanks