From patchwork Thu Jun 8 18:27:42 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Huang, ZhiminX" X-Patchwork-Id: 128421 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2CD7A42C5C; Thu, 8 Jun 2023 12:16:29 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2A9DA427F2; Thu, 8 Jun 2023 12:16:29 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 5B85B40EF0 for ; Thu, 8 Jun 2023 12:16:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686219387; x=1717755387; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=PrSzHP8YVy++YCKO/3GdMSYuMXoqPLliHEEidx9UYKE=; b=WbHOmVUlOD6g/wv7RDrFPggqDVD8H/AxWDb04PX/cZ2ww7Qn6pLZ0zMr +lvRmwVoxrC7rYThdApdpTYpXqxMPMDOVpVAU2NKzAkva1dirs9cVEyhh f1OzBQGziKOP1Y39F5obWjpIZ7hlWJF7bjM/vMuxyfxtFzdFQVn/my9KH NgEuugRTwqI/BDGsLxu9uBGbARUNKIicuuR00cpU4c0w3vSj0UhUvGmO7 Spx5OhQPm+7zxC+wYesrriBfXBPia5k2pmDaNpof+gmCYZejYpq1luFCU lfz+cfP2s8/4EWGsSO7EcZa26pr9TSocdyPlUywLIyFxekJcM1/TCmJ5r Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10734"; a="420832857" X-IronPort-AV: E=Sophos;i="6.00,226,1681196400"; d="scan'208";a="420832857" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jun 2023 03:16:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10734"; a="660327304" X-IronPort-AV: E=Sophos;i="6.00,226,1681196400"; d="scan'208";a="660327304" Received: from unknown (HELO localhost.localdomain) ([10.239.252.96]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jun 2023 03:16:22 -0700 From: Zhimin Huang To: dts@dpdk.org Cc: Zhimin Huang Subject: [dts][PATCH V1 6/6] conf/*:add config file for new suites Date: Thu, 8 Jun 2023 18:27:42 +0000 Message-Id: <20230608182742.360594-7-zhiminx.huang@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230608182742.360594-1-zhiminx.huang@intel.com> References: <20230608182742.360594-1-zhiminx.huang@intel.com> MIME-Version: 1.0 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: , Errors-To: dts-bounces@dpdk.org add config file for new test suites Signed-off-by: Zhimin Huang Acked-by: Peng, Yuan --- conf/ice_kernelpf_dcf.cfg | 22 ++++++++++++++++++++++ conf/kernelpf_vf.cfg | 22 ++++++++++++++++++++++ test_plans/index.rst | 2 ++ 3 files changed, 46 insertions(+) create mode 100644 conf/ice_kernelpf_dcf.cfg create mode 100644 conf/kernelpf_vf.cfg diff --git a/conf/ice_kernelpf_dcf.cfg b/conf/ice_kernelpf_dcf.cfg new file mode 100644 index 00000000..2820ffed --- /dev/null +++ b/conf/ice_kernelpf_dcf.cfg @@ -0,0 +1,22 @@ +# Configuration sample: kernelpf_iavf.cfg + +[vm0] +cpu = + model=host,number=8,cpupin=5 6 7 8 9 10 11 12 ; +disk = + file=/home/image/fedora23-ok.img; +login = + user=root,password=tester; +# net option is not necessary for libvirt, comment out below 2 lines if using libvirt +net = + type=nic,opt_vlan=0; + type=user,opt_vlan=0; +# monitor option is not supported by libvirt yet, comment out below 2 lines if using libvirt +monitor = + port=; +# vnc option is not supported by libvirt yet, comment out below 2 lines if using libvirt +vnc = + displayNum=1; +# daemon option is not supported by libvirt yet, comment out below 2 lines if using libvirt +daemon = + enable=yes; diff --git a/conf/kernelpf_vf.cfg b/conf/kernelpf_vf.cfg new file mode 100644 index 00000000..2820ffed --- /dev/null +++ b/conf/kernelpf_vf.cfg @@ -0,0 +1,22 @@ +# Configuration sample: kernelpf_iavf.cfg + +[vm0] +cpu = + model=host,number=8,cpupin=5 6 7 8 9 10 11 12 ; +disk = + file=/home/image/fedora23-ok.img; +login = + user=root,password=tester; +# net option is not necessary for libvirt, comment out below 2 lines if using libvirt +net = + type=nic,opt_vlan=0; + type=user,opt_vlan=0; +# monitor option is not supported by libvirt yet, comment out below 2 lines if using libvirt +monitor = + port=; +# vnc option is not supported by libvirt yet, comment out below 2 lines if using libvirt +vnc = + displayNum=1; +# daemon option is not supported by libvirt yet, comment out below 2 lines if using libvirt +daemon = + enable=yes; diff --git a/test_plans/index.rst b/test_plans/index.rst index 2ac4850d..e6646bb5 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -205,6 +205,8 @@ The following are the test plans for the DPDK DTS automated test system. vf_l3fwd_lpm_ipv4_rfc2544_kernelpf_test_plan vf_l3fwd_lpm_ipv6_kernelpf_test_plan kernelpf_iavf_test_plan + kernelpf_vf_test_plan + ice_kernelpf_dcf_test_plan vhost_multi_queue_qemu_test_plan vhost_qemu_mtu_test_plan vhost_user_live_migration_test_plan