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 E06BBA0548; Wed, 15 Jun 2022 10:36:11 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AF15C40221; Wed, 15 Jun 2022 10:36:11 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id E282540220 for ; Wed, 15 Jun 2022 10:36:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655282170; x=1686818170; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=CPNTiz3gI1LE+BCRFlFJrtyOsNtJNVAe5TjvVepjlsg=; b=Gsib/R52TrsmIJWPGMkEq9HWiJaY6qR7ax6vr+pDw4sLjt7KQUddJedq Q0UTeDvLeW33aiarKaiovgFeqzrtLS6ycp8lYYE9EM9gGLIphPhybVeEP 4atlLe8potcHfFmZMNZSr1oXRPvJGTKZHFVDxJMCudS9O0LIsdHyEdfmC wj1JMuM2OIybeLFSTkBtrx1Srlu53ZtvaBfQCybURONq7YmtWkqoaWkUW WDM82jOSwAAg6FLMHO2L1rjRMwxNCZxyORSAEgzICZtzJGX+W4Qnni4VY GG6W3Thdn74u2hh6nncJiF3Y9VTBfYBPYhQv8ZoDtOe1zyIQAa0oPet+D A==; X-IronPort-AV: E=McAfee;i="6400,9594,10378"; a="342846206" X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="342846206" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2022 01:36:08 -0700 Message-Id: <7f4525$j35skr@fmsmga008-auth.fm.intel.com> Date: 15 Jun 2022 01:36:06 -0700 X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="640873121" 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:36:06 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/vhost_pmd_xstats: delete unbind dut port steps From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220602023116.1189708-1-weix.ling@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: Wei Ling Errors-To: dts-bounces@dpdk.org On Wed, 1 Jun 2022 22:31:16 -0400, Wei Ling wrote: > Currently, this suite start vhost testpmd with ports parameter,and start > virtio testpmd with --no-pci parameter, so delete unbind dut port steps. > > Signed-off-by: Wei Ling Applied, thanks