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 6792FA00BE; Thu, 5 May 2022 08:12:08 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4EEF340C35; Thu, 5 May 2022 08:12:08 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 94A7340042 for ; Thu, 5 May 2022 08:12:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651731126; x=1683267126; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=ML8KSbyZMk0QpFqTYVgrynnGtM5zlw3SCrdPcjWc1oE=; b=NpPs1S+IVc9KF/GZKPo6/vs+bisngoG6H9miGfHEp9FxRqrMor9NavvY IjspA56ETqbfuT/sAhAiLtbyzNV356Ssh1VUh+mOlo2ZTZSI5p9KcLvwW hRY3aaeHpd5icYoYeWVTUsYEmZcxZECHnuPSY8C9ezAzcDJTu6BbXE4a0 nlUn0BRGOndKlsmnygcynnQ0904NfxM+4ux53+GFyLydoFdSd2JTdvMnx 6BOPgiJmRapp0JcDHzmhgzm130nEdwVlf5VyFgG4dh2ufao6yutJhi+5p jU0hhdi0LrgjYwkUCU49u8PN8FZBGkuvdOM+khHyDO6bpsrGPnEBFzWRE w==; X-IronPort-AV: E=McAfee;i="6400,9594,10337"; a="268159387" X-IronPort-AV: E=Sophos;i="5.91,200,1647327600"; d="scan'208";a="268159387" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 May 2022 23:12:05 -0700 Message-Id: <003cea$he1hhh@orsmga008-auth.jf.intel.com> Date: 04 May 2022 23:12:04 -0700 X-IronPort-AV: E=Sophos;i="5.91,200,1647327600"; d="scan'208";a="585156161" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 May 2022 23:12:04 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts] [PATCH V1] tests/userspace_ethtool: optimization script From: lijuan.tu@intel.com To: dts@dpdk.org,Jiale Song Cc: Jiale Song In-Reply-To: <20220428143924.15886-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, 28 Apr 2022 14:39:24 +0000, Jiale Song wrote: > In some case tests, the port is bound to the kernel driver. when these case= s fail,=20 > the port will always be bound to the kernel driver, affecting the tests of = later cases. >=20 > Signed-off-by: Jiale Song Applied, thanks