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 EF992A0508; Mon, 9 May 2022 09:45:12 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C63F7406B4; Mon, 9 May 2022 09:45:12 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 5ABAE40691 for ; Mon, 9 May 2022 09:45:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652082311; x=1683618311; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=uAKzAl3WdD2JlKkrcPzIjh+gBPDg/C7q41d6LJOpTho=; b=EyuL6CbZJfMrpIDjAbXNT4sJGlobvxBrIIAQXxVMUtfgEnBjXfcKfbPU Ua8HA12NhsGnggEenhcx3YFlKFsgzKxVHvP2/qItezGA6rBauHS5vjAJK 9M+mgoZLOcD9zzJAm0TZAAqkFtPCMgD4pK6zjlVPXDe800aFsl1Lwg/H4 eplpUGh80mFdkoUQnx4o5VW0tmTNkDT9KLmLihIaNULYTd+1rwdbKR3Pf jXfzT6+KY5czmoy4pSxnaWky6zdnoS3SXEj15iPtzxkUvHaAaXfc3gLa6 IyF5GEqU2St4AoZXl8biMGxF3Fik/HC8ZSNZuYaYy3sGr2abt4x3UDWyg g==; X-IronPort-AV: E=McAfee;i="6400,9594,10341"; a="268896633" X-IronPort-AV: E=Sophos;i="5.91,210,1647327600"; d="scan'208";a="268896633" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 May 2022 00:45:10 -0700 Message-Id: <8b0460$htunq9@orsmga001-auth.jf.intel.com> Date: 09 May 2022 00:45:07 -0700 X-IronPort-AV: E=Sophos;i="5.91,210,1647327600"; d="scan'208";a="601841503" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 May 2022 00:45:07 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [PATCH V1] tests/eeprom_dump: fix script From: lijuan.tu@intel.com To: dts@dpdk.org,Jiale Song Cc: Jiale Song In-Reply-To: <20220507153106.19508-1-songx.jiale@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: Jiale Song Errors-To: dts-bounces@dpdk.org On Sat, 7 May 2022 23:31:06 +0800, Jiale Song wrote: > fix 2 issues: > 1. with '#' in the echo, it will interfere with the test results > 2. after the case test, the port should be tied back to the dpdk driver > > Signed-off-by: Jiale Song Applied, thanks