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 11E1441DFA; Tue, 7 Mar 2023 04:21:37 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0C72D40EDB; Tue, 7 Mar 2023 04:21:37 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 3A77F4067E for ; Tue, 7 Mar 2023 04:21:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1678159295; x=1709695295; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=wmXLBSWHw5Q7LTBUhnPZ1ttpOPdVZ89CEO8G2jPq9oQ=; b=dmTthX5CAIxNHsQERDtp0XRRoXnjeBhyN4e9yyO5DGB1oQrBncuaNE+1 PE9fgtb3phWK5g4pysqC+2HSuT0R2M6YHZHEns8SHapIHyvzJJnq8ZKBG Fk+kaYQDBOimn+G+crAW7nTrI9g3gaOSsyj65odng9YUnVgTBhg+uZQmF AueE5MP4mGm4udmaortQpeJWtOuQTb0dBxI9b9VSytmCDUV5JeoQRdxIY QtD5mO5/ZReHJ1twgILLqPJ0+73Bn7smG2sELaL5GexOWpwo8w4iWPLuf ru6Qn54ueYU7MQIOYUM0v4INGiaea8ZA5M1ElwBgDfmRAvg1Z0rcsQkR8 A==; X-IronPort-AV: E=McAfee;i="6500,9779,10641"; a="338075237" X-IronPort-AV: E=Sophos;i="5.98,238,1673942400"; d="scan'208";a="338075237" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Mar 2023 19:21:34 -0800 Message-Id: <665c30$pb4g4j@orsmga005-auth.jf.intel.com> Date: 06 Mar 2023 19:21:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10641"; a="850542742" X-IronPort-AV: E=Sophos;i="5.98,238,1673942400"; d="scan'208";a="850542742" 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; 06 Mar 2023 19:21:33 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/basic_4k_pages_cbdma: fix start QEMU with wrong command issue From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20230213091400.3486042-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 Mon, 13 Feb 2023 17:14:00 +0800, Wei Ling wrote: > 1.When start QEMU with multi-queues, the command must include > `mq=on,vectors=x` parameter. > 2.When configure the hostname in conf/crbs.cfg will start QEMU failed, > eg: `hostfwd=tcp:hostname:6000-:22`, so use the get_host_ip() to > get the actual IP address, eg: `hostfwd=tcp:192.168.1.1:6000-:22`. > > Signed-off-by: Wei Ling Applied, thanks