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 44184A00C2; Wed, 4 Jan 2023 02:35:59 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3EF5240A82; Wed, 4 Jan 2023 02:35:59 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 9E74140697 for ; Wed, 4 Jan 2023 02:35:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672796157; x=1704332157; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=nWvZK+FwQTYdnvXDiPNvQoo/1aPIhoc+aMN89JIaf6E=; b=GCyy6Hbf34ezppK3NnXuZ4gZxXqBYvQFJ8dQPQBdDtUEVZr6xkdMNrjA iZDYFqQYeEFhkljpCGP1bfhR5uYL0r3GRCoYssIW4E4gqbcrcWQX98ByN 76qG5yDXud80BXUzuNzPt3GAr+V5oUWSVTxSU6e+MTkGyL1x6sJFJfGIt aSzrXu2IiCY5OpGAc8IUbVtp0Vo5jj+gcjAcIJUNh7+IvUfM46cjF9ICC lete0KKeuEn5cd0h3W8zNcG8ae+wLrHmJsuBfcCQC/NBExTfPbznErsOT H7ifQhA7z94Brek4Q8GivU0ZW+vEPSe25NDwB0TYekVu12PUvu+/2cQmI g==; X-IronPort-AV: E=McAfee;i="6500,9779,10579"; a="309573879" X-IronPort-AV: E=Sophos;i="5.96,297,1665471600"; d="scan'208";a="309573879" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jan 2023 17:35:56 -0800 Message-Id: <665c30$omji3d@orsmga005-auth.jf.intel.com> Date: 03 Jan 2023 17:35:55 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10579"; a="829016184" X-IronPort-AV: E=Sophos;i="5.96,297,1665471600"; d="scan'208";a="829016184" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jan 2023 17:35:55 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/loopback_virtio_user_server_mode: remove command unbind ports From: lijuan.tu@intel.com To: dts@dpdk.org,Dukai Yuan Cc: Dukai Yuan In-Reply-To: <20221230090108.12877-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, 30 Dec 2022 17:01:08 +0800, Dukai Yuan wrote: > Delete unbind ports steps as this testsuite no need NIC port. > > Signed-off-by: Dukai Yuan Applied, thanks