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 8D12DA0548; Wed, 15 Jun 2022 10:38:53 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 86E504281C; Wed, 15 Jun 2022 10:38:53 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id D118940220 for ; Wed, 15 Jun 2022 10:38:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655282333; x=1686818333; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=4JzLVyG7Qfx7bRaPlCpzwWvMvfiJ+kPd7K6qWoAvzL0=; b=ZBvwTIL/E9ftekSUhmZHj68rTyszxfIFKxqY0xFVvlQe3+syxnU9INzm ackXKjfrOwiy/S4uX+5oJbVbj0/3PY1enB3HTiEP0r69vBdwY/q5s/AMT fRP8VmMgD7aXLqlmfDA8vIpmuRotOa46kjKSmvsf5dmSOPbjlGAl8PCzm TtggeJMEdlvGuOaTRpgPQ+AeOJYkreqX4u01G+RDL1dhnRJUnAeQZlJNW qo7eEr73pcrIzKFcgUXYS7FOwTxuwZsslIx+zOhDsmbV6q9auKaiXpgF3 2899Gg1cQcL2+XzVb+2fBsyRsxG96LfGTGatHGN5vN9zuG0Qb63B4Ns6C g==; X-IronPort-AV: E=McAfee;i="6400,9594,10378"; a="277675220" X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="277675220" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2022 01:38:46 -0700 Message-Id: <7f4525$j35tb2@fmsmga008-auth.fm.intel.com> Date: 15 Jun 2022 01:38:45 -0700 X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="640873834" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2022 01:38:45 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts] [PATCH V5] tests/userspace_ethtool: add method wait port link up and add checklist From: lijuan.tu@intel.com To: dts@dpdk.org,Jiale Song Cc: Jiale Song In-Reply-To: <20220608023423.455712-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 Wed, 8 Jun 2022 10:34:23 +0800, Jiale Song wrote: > fix 4 issue: > 1.check and wait for the port status of the tester and dut to be up and d= elete some unnecessary delays. > 2.700 Series not support port disconnect by tools of linux, add 'I40E_10G= -10G_BASE_T_X722' > and 'I40E_10G-10G_BASE_T_BC'. > 3.ensure that the dpdk app has exited and rebind the driver. > 4.'IGC-I225_LM' not suport this case, add to checklist. >=20 > Signed-off-by: Jiale Song Applied, thanks