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 71315A0503; Wed, 18 May 2022 13:03:08 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6AD6F40156; Wed, 18 May 2022 13:03:08 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id DBD83400D6 for ; Wed, 18 May 2022 13:03: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=1652871787; x=1684407787; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=zcNe4PVrPoRKnW3/hUPK5iRvbtHTKB4pJ88S72Wqt4Y=; b=ja/UXxBB2DstfePgpDwu5MVDdYDGOmGLB5IR4qjQhN4yUp1qwgezwY5Z SfBmUup0XFINud8g4GZ9WdF5f6Q/6XxcvCYqX4VuBJ9ohDQdEQclhByx6 8ybzcouXXu3fqGzsum+Gsfi+uBl4CQKgGZw+84xSODEAYXmumoO+bcrUF cXyRfmo5OsfIxljYQ30v/bVqxyDh3NJ0bYRne2tE9VsFIGK21NjhYYFDB lBS6PN3KyYLw8UjTSWgr/dj0KQLX1aVGnr7gnz3fGJewUQhpVPTRQkX2f GAerubu/YsULSIycJSA3sEpXiIuAVZZ/VamrdYh016zOTL18PPoJJnGMj Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10350"; a="270440667" X-IronPort-AV: E=Sophos;i="5.91,234,1647327600"; d="scan'208";a="270440667" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2022 04:03:05 -0700 Message-Id: <87f1b2$gv11u9@orsmga007-auth.jf.intel.com> Date: 18 May 2022 04:03:04 -0700 X-IronPort-AV: E=Sophos;i="5.91,234,1647327600"; d="scan'208";a="569411535" 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; 18 May 2022 04:03:04 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V4 3/3] tests/dpdk_gro_lib_cbdma: add dpdk_gro_lib_cbdma testsuite From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220510030125.334616-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 Mon, 9 May 2022 23:01:25 -0400, Wei Ling wrote: > Add new testsuite tests/TestSuite_dpdk_gro_lib_cbdma.py. > > Signed-off-by: Wei Ling Series applied, thanks