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 CD9BBA0542; Sat, 8 Oct 2022 08:34:54 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B6F9740146; Sat, 8 Oct 2022 08:34:54 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id F2E7340042 for ; Sat, 8 Oct 2022 08:34: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=1665210893; x=1696746893; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=UGhWBXDfKu1Gf4XnIOR+dQMHS4jVC+XcrWOesEfqpmY=; b=O2Kt6UuQZYGzuv88jWBh35KO7klJ86Y38hVQWcRh0o84brcNKWCFPfjm xZgUhGa74hI9aZWzHSPw9gVkRUcqOjSTOJ7ZbH8Eo4ugk0IYgKQoqWrx7 +VMzK6UKKFFkE3Et/wIbnYuIGeujrcO7pbWEBVFHvZSnicRpQIMOQEt5w DaFR8HQKR0KwRItT9L1POnCV7Npon7ioDXsIUhGwz5bFMensIT5x6L3l7 y+/jeznIqRVP4alhmNYTdZ5OBXUkBUGUDjT2YPzkEe3Ktlj4rvANql4LF y7wJLq3yNPdyFgQaryTpeuM16zXCWDUVIKtUtJ2orSSBn1+pZh+t6dAsF A==; X-IronPort-AV: E=McAfee;i="6500,9779,10493"; a="330353556" X-IronPort-AV: E=Sophos;i="5.95,169,1661842800"; d="scan'208";a="330353556" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Oct 2022 23:34:51 -0700 Message-Id: Date: 07 Oct 2022 23:34:50 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10493"; a="576487844" X-IronPort-AV: E=Sophos;i="5.95,169,1661842800"; d="scan'208";a="576487844" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Oct 2022 23:34:50 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] test_plans/loopback_virtio_user_server_mode_cbdma_test_plan: fix the device_id write error From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220907030018.1128370-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 Tue, 6 Sep 2022 23:00:18 -0400, Wei Ling wrote: > 1.Modify `pdk-devbind.py -b vfio-pci 0000:00:04.0,0000:00:04.1` to > `pdk-devbind.py -b vfio-pci 0000:00:04.0 0000:00:04.1`. > 2.Modify the `device_id=net_virtio_user1` to `device_id=net_virtio_user0`. > > Signed-off-by: Wei Ling Applied, thanks