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 EAC6DA0542; Fri, 18 Nov 2022 09:15:31 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C74B44067B; Fri, 18 Nov 2022 09:15:31 +0100 (CET) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 9AD6C4021F for ; Fri, 18 Nov 2022 09:15:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1668759330; x=1700295330; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=QjHKByexQXEN3vmTgN86EwSKLDd7mbv4dda9TcYVLgc=; b=Rk5fcBhRUryK9dIervIhhggq6S4cBy/eEnemNoRmLEQzTEKrbjMkoklG EzR3Ha2cjFrRJS6rZA8uoobQJuYG858mSrQ7bxqTGwfH4vaXvpyi+MkxD /imYOFy8bMXlmfXf4jH9DvAGiG9X6oG4yKvP71i+96Az8JpyLnoS9IAg7 w8pclZIaNT7tKPHM1WD1jA+gaWZlOcTgz7szHkBN+t/IGlM52JDbsAtDr CVzBa0N78ocItc9fdKip556M0vGYml4fnmvYtqFmrRqPJTEm+JEoE2OZh vwtZO1cPdAq5ahKDodCJPKmtKe/LcHfOt/sA3c6RWif5YoLrat61+Z4I+ g==; X-IronPort-AV: E=McAfee;i="6500,9779,10534"; a="375217921" X-IronPort-AV: E=Sophos;i="5.96,173,1665471600"; d="scan'208";a="375217921" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Nov 2022 00:15:29 -0800 Message-Id: Date: 18 Nov 2022 00:15:28 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10534"; a="640130491" X-IronPort-AV: E=Sophos;i="5.96,173,1665471600"; d="scan'208";a="640130491" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Nov 2022 00:15:28 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/port_control: Optimize script check the port status after restarting the port From: lijuan.tu@intel.com To: dts@dpdk.org,Weiyuan Li Cc: Weiyuan Li In-Reply-To: <20221017051651.21306-1-weiyuanx.li@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: Weiyuan Li Errors-To: dts-bounces@dpdk.org On Mon, 17 Oct 2022 13:16:51 +0800, Weiyuan Li wrote: > The port status should be checked when the port is stopped and > restarted, not after the pmd is started. > > Signed-off-by: Weiyuan Li Applied, thanks