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 E56A9427EB; Tue, 28 Mar 2023 03:07:20 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CDF2640EDF; Tue, 28 Mar 2023 03:07:20 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 1E68A40A87 for ; Tue, 28 Mar 2023 03:07:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679965639; x=1711501639; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=i/qn2SiwbjMIEYb41j712MGudU/SJ5KMezLZyM5vyKY=; b=Od5Fj+WIKleZ7JuHN8oG/AIDMLQtm8Z5Iw1tlt+E72712YJ2DdHTP2hP 0FB4gdZofPdWFLkKw8ZRGv6+ivLxTrEk7lNfCSIrLt0/qaNm5ZwqFNQxJ nuAppO3X0p+CD6QpvFE5MVzz+dXojY0C7fJrKxUnyzwm4zJNsscLFbukD U7JsRVondB/QTx+2xTO/dyz3va+Lq0w2OO0Xval5/xRgwaho1Za1hjBPA UTAwsbmvXwaI/AvT4aXzMFmes8GtaIuAAuAtsku9XH5B4JjekgAFlx2bF o+Uojy0espzXyO7KWQfOiQPTEG73WU7fZuTCcT0OsTNia039PT0/scRVN A==; X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="320088257" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="320088257" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 18:07:18 -0700 Message-Id: <1cd673$lb3fjp@orsmga001-auth.jf.intel.com> Date: 27 Mar 2023 18:07:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="716291709" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="716291709" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 18:07:16 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V3 2/2] tests/basic_4k_pages_dsa: fix start QEMU with wrong command issue From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20230327055658.3202858-3-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, 27 Mar 2023 13:56:58 +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`. > 3.Replace the new API function to create WQ or bind DSA to DPDK driver > in testsuite. > > Signed-off-by: Wei Ling Series applied, thanks