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 8568D42802; Tue, 28 Mar 2023 03:23:37 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5396140EDF; Tue, 28 Mar 2023 03:23:37 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 32DBF40A87 for ; Tue, 28 Mar 2023 03:23:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679966615; x=1711502615; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=8EfkCfAoxdxHZ3Orh80EoyT/TMi1eK7A43YgT47+0ag=; b=DEH3zKhm8i69hmhrSeLtgDvBjIY/maxiOm20VxiQyD38Y9ip/CqIxnBS 1N8ig75DF4Um2LICdNkgv6+ZUAlAIOwpMbTHRP9lMOQ+2ZJgPtH02Juq/ EBL3Mf2LX5xj4Lt9uDBW5BHPwTZs3neP1e+N/qHj3uoRGj2VDjLHkbZJ5 VQPEuLlGOWsNhIIP8YW2midhdGzlRie+XiS9F6oBx/MRs8BUTarazYOSJ I/9EHvYWl6eGtEJn57gtivJh0nP+cJ0koyKy+keWfXEq+8jn4puc/LwYR o89OVQagFYQTMbBAPyfwF92EcvZF1dP6OTFjhQSbSQEYRpH1xxtYY1PYR g==; X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="320090900" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="320090900" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 18:23:34 -0700 Message-Id: <210948$pi42cs@orsmga005-auth.jf.intel.com> Date: 27 Mar 2023 18:23:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="857868714" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="857868714" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 18:23:32 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [PATCH V1] tests/vxlan: optimize script From: lijuan.tu@intel.com To: dts@dpdk.org,Song Jiale Cc: Song Jiale In-Reply-To: <20230327110632.735583-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: Song Jiale Errors-To: dts-bounces@dpdk.org On Mon, 27 Mar 2023 11:06:32 +0000, Song Jiale wrote: > only port 0 link state has been checked. it may occur that other port > link state is down, causing sending and receiving packets to fail. > > Signed-off-by: Song Jiale Applied, thanks