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 7646642C46; Wed, 7 Jun 2023 07:54:20 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 74DB8410FC; Wed, 7 Jun 2023 07:54:20 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 0341040A84 for ; Wed, 7 Jun 2023 07:54:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686117258; x=1717653258; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=Tqe4XM++458FdbPBJAt1HEwEfKWzcK97EqyRNL3osCA=; b=TQeJYIDi7gFpFTV+MEhrKJdGQnz8KjjGOwdGp7Ap9zngZ5a5IH9S86x2 P/iAC23+CHXxlDcY1kz/uwgqRWVLYNDoN/BTfmcVpMGDWHNkdUiAwjNqV QG1q0C2atFFZ+ndxtQoycqDo2Io9QvE2nzivYOdb/BLYRRRZ2WPuUnnsO Ggt4DD2sgyPE6YjmreH292OfhkHn/D3/b+t47l8FgOHnT4fkSUIAtqAVC Olr2GIJy+2inw4bu98sZwa+BLLkgSOmxsQpnZLi4BXuzqI1reNk9/dmgF s8n7nhhZaieZRW4ZPQslF9RN9exPCyMH0SFVKaiNCrX8zUcGqevTskiAh g==; X-IronPort-AV: E=McAfee;i="6600,9927,10733"; a="359361347" X-IronPort-AV: E=Sophos;i="6.00,223,1681196400"; d="scan'208";a="359361347" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jun 2023 22:54:00 -0700 Message-Id: Date: 06 Jun 2023 22:53:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10733"; a="1039466560" X-IronPort-AV: E=Sophos;i="6.00,223,1681196400"; d="scan'208";a="1039466560" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jun 2023 22:53:43 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/ipv4_reassembly: add check for tester port status From: lijuan.tu@intel.com To: dts@dpdk.org,Dukai Yuan Cc: Dukai Yuan In-Reply-To: <20230526144902.3793277-1-dukaix.yuan@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: Dukai Yuan Errors-To: dts-bounces@dpdk.org On Fri, 26 May 2023 14:49:02 +0000, Dukai Yuan wrote: > When using the ifconfig command to change the mtu value of the network card= ,=20 > the state of the network card may change from up to down. > Add the step of checking the status of the network card to ensure that the = status of the network card is up. >=20 > Signed-off-by: Dukai Yuan Acked-by: Lijuan Tu Applied, thanks