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 39E8042C4A; Wed, 7 Jun 2023 09:53:56 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3544840A84; Wed, 7 Jun 2023 09:53:56 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 06F1240695 for ; Wed, 7 Jun 2023 09:53:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686124434; x=1717660434; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=oAAGoR9i3JooZZx/e7PtKC3k/Xol7VVIk2LZ1oYX2c4=; b=HlunHxqhsjMke08gGTrn4ZpLzMQ+w1q33NIrfNW9oA/IDtVmBFpn6QEz KcNJPW4oGNQb4kN+GATVQHhAjTjXTPFRibNta4CluvgzHnBGv57+KfaEs w474plGy+VwR6V4B1NbDFHqxbbTyb7nQbDkqVnLafxYx1KNkTUiwbL25a aeqaGhxbpGUpYe1HwSUgFJC/5h3ZuP0G1pv5OxxyQQN+TaNel0zCjY5kg acZj5vQCXpp+HK/J1Zgv3FJ6XqvDOSjOKLC60u1tcgbom1x8urU7exeML xitw8hdqxfdEBFvQ5kG2NWpzBHnPMBDG0Wm9uhMy9/HonlhtL5Gn8+IsH A==; X-IronPort-AV: E=McAfee;i="6600,9927,10733"; a="355772422" X-IronPort-AV: E=Sophos;i="6.00,223,1681196400"; d="scan'208";a="355772422" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jun 2023 00:53:53 -0700 Message-Id: Date: 07 Jun 2023 00:53:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10733"; a="853723519" X-IronPort-AV: E=Sophos;i="6.00,223,1681196400"; d="scan'208";a="853723519" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jun 2023 00:53:52 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] ntb: delete igb_uio driver related testcases From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20230601083153.82588-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, 1 Jun 2023 16:31:53 +0800, Wei Ling wrote: > 1.Delete 3 igb_uio driver related testcases. > 2.Optimize hard code to get the NTB device info to enable WC. > > Signed-off-by: Wei Ling Applied, thanks