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 82244A0543; Tue, 21 Jun 2022 08:55:25 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7D0B140E25; Tue, 21 Jun 2022 08:55:25 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 0222B40151 for ; Tue, 21 Jun 2022 08:55:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655794524; x=1687330524; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=gP4ouuQD4conK7eoU9DQKWjcrh8RguRU+3hRv7XrIIc=; b=HxwNbb/CFOH/bgex24dRIZobNV6KLqob8EGlehbI8I8Yf9qMYpUOBdUM RPnKusT/4i6t7xmj2ljoLwLZld+e0UJEq3pFROb1c5M4uKmdI3lfR7mTh 34RtxdO8X2lILiApP16VAdVdo7+yADxpK+Mma4XwWFT693tiycIcr5oOM FbpMD1pVF0bpqLWMonhOuit+trcJayt2MK4Yq68YTnZBaIHMl85Ni3Ub3 J9Fd/05kJV3EAft/dSVBM5LxKiGyb13ldkrAqCvLEtjFPp35cSwrfSQNb OBPZXWxnviYinskwAdFXzijXAkAKecz71JcPT/GSeh0eWJE+GpPKgwNew g==; X-IronPort-AV: E=McAfee;i="6400,9594,10384"; a="260476632" X-IronPort-AV: E=Sophos;i="5.92,209,1650956400"; d="scan'208";a="260476632" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jun 2022 23:55:23 -0700 Message-Id: Date: 20 Jun 2022 23:55:22 -0700 X-IronPort-AV: E=Sophos;i="5.92,209,1650956400"; d="scan'208";a="591518389" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jun 2022 23:55:22 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [PATCH V1] tests/vxlan: wait link status up From: lijuan.tu@intel.com To: dts@dpdk.org,Jiale Song Cc: Jiale Song In-Reply-To: <20220616071229.135754-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:12:29 +0800, Jiale Song wrote: > the port status of some NICs changes slowly, so you should confirm that > the port link status is up before sending the packet. > > Signed-off-by: Jiale Song Applied, thanks