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 76F18A0545; Sat, 28 May 2022 10:53:24 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5A01940F35; Sat, 28 May 2022 10:53:24 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id CBF2A40E50 for ; Sat, 28 May 2022 10:53:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1653728003; x=1685264003; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=5j1LxVQ3CinSA96fme3xBj3m1HL4oYd1iPY7s27kxEA=; b=l/0dd9RkWxJ+tpmg0UrZ40j2T5+iSM4GgFoewmg2x5rvsFgDVY7YWqat KU6ijmG8iHw19A74krxyFE7u9NF93ZFWisIMwgiC+cVR/GZfXNjoVZc9h LzuZbP4o6NUIqTS7N6p8R2RpOb8eI5Ipr1c0of7Us4uj1U8jn2bPN15g8 iZhvCGkc2n3h/CLw8iCDBcVdEkGAxkN2Y797uOz4iJN4fJbQ+cZNd/3Td dxffXHlkFbBzfMkBJmkAi7b/R5sLnAbpQLwWqfoczIAN23a5S1kgL6Aq0 rqSs3ym6XNZVxUtXZnQiRbGW7wgLGjhB6dpC/GAuN5YbnM29aobUqx6yL A==; X-IronPort-AV: E=McAfee;i="6400,9594,10360"; a="254526501" X-IronPort-AV: E=Sophos;i="5.91,258,1647327600"; d="scan'208";a="254526501" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 May 2022 01:53:20 -0700 Message-Id: <87f1b2$h4hog1@orsmga007-auth.jf.intel.com> Date: 28 May 2022 01:53:19 -0700 X-IronPort-AV: E=Sophos;i="5.91,258,1647327600"; d="scan'208";a="575201802" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 May 2022 01:53:19 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/vm2vm_virtio_user_cbdma: add port=[] in create_eal_parameters API From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220527034129.530032-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 Thu, 26 May 2022 23:41:29 -0400, Wei Ling wrote: > When call the create_eal_parameters API to genrate the eal parameters, > if the default no ports parameter, the create_eal_parameters API will > use the PCI info in conf/ports.conf, so add port=[] parameter. > > Signed-off-by: Wei Ling Applied, thanks