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 7DCFFA0543; Tue, 21 Jun 2022 08:55:01 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5C6F840A87; Tue, 21 Jun 2022 08:55:01 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 7FECA40151 for ; Tue, 21 Jun 2022 08:54:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655794499; x=1687330499; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=9wqhY/cZlubyM1PGhnvdpWKvcsZUjrvci3fsC4WxJ+I=; b=LroT1hwYyqXhF7EL8nSZpKrnxofGopkZZHIlV8VSziZFhCRvOPBznXk5 xvb2FFao/GxpsMcbSirKYEFijUe+1smOMJA3pbfHe3SN3dW4K2r2tqWyH iRzzEG1N1ALS/dOblFTHJoIg1hGMuePW1A2MJ04KsY1nJ/zYOlOzmW9Rz VD0EbZ0EfbDI6QXPIm8FR84HbT07bI1iY/HGOe+zjbYMGo43n2CHd2c0q D7wCzPyv32W0Q5/BAk2Vp80Y+9xaOXROXaVZ7jdfiuAxlNojkNmAzZKMl 7/AdFemuNFvt9tQ6FAUpG4aM4dcQ5ZEmVP5UcG/RMAHUY8EAwcO+KRLWZ g==; X-IronPort-AV: E=McAfee;i="6400,9594,10384"; a="341729020" X-IronPort-AV: E=Sophos;i="5.92,209,1650956400"; d="scan'208";a="341729020" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jun 2022 23:54:58 -0700 Message-Id: <5f4f37$oqqhif@fmsmga006-auth.fm.intel.com> Date: 20 Jun 2022 23:54:57 -0700 X-IronPort-AV: E=Sophos;i="5.92,209,1650956400"; d="scan'208";a="833439317" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jun 2022 23:54:57 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [PATCH V1] tests/ip_pipeline: optimize scripts From: lijuan.tu@intel.com To: dts@dpdk.org,Jiale Song Cc: Jiale Song In-Reply-To: <20220616071448.136874-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 Thu, 16 Jun 2022 15:14:48 +0800, Jiale Song wrote: > optimize 2 issue: > 1.the app should be closed after the case test, otherwise the > execution of other cases will be affected. > 2.sometimes the port link status changes slowly. need to ensure that > the port link status is up before sending the package. > > > Signed-off-by: Jiale Song Applied, thanks