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 43AAEA04FF; Wed, 23 Mar 2022 08:20:30 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3A7E641140; Wed, 23 Mar 2022 08:20:30 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 672ED41104 for ; Wed, 23 Mar 2022 08:20:28 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648020028; x=1679556028; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=xFgBvnbunwGA9asEGQDwC3QqIG8tPeToE+kLM+eioyE=; b=m9woI905UrdHvCGVj5HXqBPFhCQ8MEUt9dqKCXvoUoJc30ySbQM5HckL zM0KmeHdg6VB+IDJXCbnF8SNqQf54hTEHcJsOqoTyktK7+SjWwxjoHAar h+TpPUFAJUPUuMLVahGFtfUXSOw4uYgih3DAVyYsTBDfGCBAghpS/VxAR VYAlyovIEqhHllP7E4QXv6egG7mPkUTVNb5TBV7CEYyFenNNLwfqbBL9A eLrd0LcVGRsUE50xAdJEzVTuHzmVMrud8PzsGCaBoVgZHmgng8lINKtEK eVMoZ0fqaGAmVwNSsy58qNIZMQPG2LYva3A0SOr0L6AmRCJKm4qg51VTo A==; X-IronPort-AV: E=McAfee;i="6200,9189,10294"; a="257994036" X-IronPort-AV: E=Sophos;i="5.90,203,1643702400"; d="scan'208";a="257994036" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Mar 2022 00:20:27 -0700 Message-Id: <746b4b$gmph4s@orsmga008-auth.jf.intel.com> Date: 23 Mar 2022 00:20:26 -0700 X-IronPort-AV: E=Sophos;i="5.90,203,1643702400"; d="scan'208";a="560776358" 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; 23 Mar 2022 00:20:26 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1 2/2] tests/eeprom_dump: modify testsuite for columbiaville nic From: lijuan.tu@intel.com To: ohilyard@iol.unh.edu,Yaqi Tang Cc: dts@dpdk.org,xueqin.lin@intel.com,Yaqi Tang In-Reply-To: <20220322150523.845757-3-yaqi.tang@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: Yaqi Tang Errors-To: dts-bounces@dpdk.org On Tue, 22 Mar 2022 23:05:23 +0800, Yaqi Tang wrote: > If nic is columbiaville, eeprom_dump compare the output of the first 1000 l= ines from testpmd and ethtool, > module_eeprom_dump compare the output of the first 16 lines from testpmd an= d ethtool. >=20 > Signed-off-by: Yaqi Tang Series applied, thanks