From patchwork Sat Mar 12 09:35:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Tu, Lijuan" X-Patchwork-Id: 108697 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 1EEF0A00C2; Sat, 12 Mar 2022 10:35:23 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DF4F54068A; Sat, 12 Mar 2022 10:35:22 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 12A5C40040 for ; Sat, 12 Mar 2022 10:35:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1647077722; x=1678613722; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=lfIifFn35kpl1iaFtn0GOpJSB5z8rAL/75QmHpa1Q4c=; b=ePhTtz6hKt4WV4PYRrsn00cj16g9LDGtpf7q1ydyyISzyzHeZKu2GMXz 86gvFZXZl0Ny0YZCSyT00PW+huOfaT4UhEc7fZzBTB541wYXoS7CQf1mg Ui8iqbcGzw2IRPxbqHTWNfH/LZSQ5EYRiWW4lctmJv8wsQlD3AXgKO6ko nIwodsm1Vn5HmA+X4xZtQEjsOgo4c2iErNUtTPXCmQJT9qekzkYLb6pL/ GNNOo7dZ6PI7dPHTDwDJAroD3V1VceuUVfhNJZq3gB9DyWCBsdLlj0N9x NxEs3pzrfrkfgXwgvs7HUdjQdUTm//nIj+XjPuWzuId0Yowe2nsNQ3uko Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10283"; a="255732371" X-IronPort-AV: E=Sophos;i="5.90,175,1643702400"; d="scan'208";a="255732371" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Mar 2022 01:35:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,175,1643702400"; d="scan'208";a="713163370" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga005.jf.intel.com with ESMTP; 12 Mar 2022 01:35:20 -0800 From: Lijuan Tu To: dts@dpdk.org Cc: Lijuan Tu Subject: [PATCH] remove conf/vf_etag.cfg Date: Sat, 12 Mar 2022 17:35:15 +0800 Message-Id: <20220312093515.1322426-1-lijuan.tu@intel.com> X-Mailer: git-send-email 2.25.1 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 Fixes bac6ae3f36f4 ("tests/etag: remove testsuite") Signed-off-by: Lijuan Tu --- conf/vf_etag.cfg | 101 ----------------------------------------------- 1 file changed, 101 deletions(-) delete mode 100644 conf/vf_etag.cfg diff --git a/conf/vf_etag.cfg b/conf/vf_etag.cfg deleted file mode 100644 index 70c8ed59..00000000 --- a/conf/vf_etag.cfg +++ /dev/null @@ -1,101 +0,0 @@ -# QEMU options -# name -# name: vm0 -# -# enable_kvm -# enable: [yes | no] -# -# cpu -# model: [host | core2duo | ...] -# usage: -# choose model value from the command -# qemu-system-x86_64 -cpu help -# number: '4' #number of vcpus -# cpupin: '3 4 5 6' # host cpu list -# -# mem -# size: 1024 -# -# disk -# file: /path/to/image/test.img -# -# net -# type: [nic | user | tap | bridge | ...] -# nic -# opt_vlan: 0 -# note: Default is 0. -# opt_macaddr: 00:00:00:00:01:01 -# note: if creating a nic, it`s better to specify a MAC, -# else it will get a random number. -# opt_model:["e1000" | "virtio" | "i82551" | ...] -# note: Default is e1000. -# opt_name: 'nic1' -# opt_addr: '' -# note: PCI cards only. -# opt_vectors: -# note: This option currently only affects virtio cards. -# user -# opt_vlan: 0 -# note: default is 0. -# opt_hostfwd: [tcp|udp]:[hostaddr]:hostport-[guestaddr]:guestport -# note: If not specified, it will be setted automatically. -# tap -# opt_vlan: 0 -# note: default is 0. -# opt_br: br0 -# note: if choosing tap, need to specify bridge name, -# else it will be br0. -# opt_script: QEMU_IFUP_PATH -# note: if not specified, default is self.QEMU_IFUP_PATH. -# opt_downscript: QEMU_IFDOWN_PATH -# note: if not specified, default is self.QEMU_IFDOWN_PATH. -# -# device -# driver: [pci-assign | virtio-net-pci | ...] -# pci-assign -# prop_host: 08:00.0 -# prop_addr: 00:00:00:00:01:02 -# virtio-net-pci -# prop_netdev: mynet1 -# prop_id: net1 -# prop_mac: 00:00:00:00:01:03 -# prop_bus: pci.0 -# prop_addr: 0x3 -# -# monitor -# port: 6061 -# note: if adding monitor to vm, need to specify -# this port, else it will get a free port -# on the host machine. -# -# serial_port -# enable: [yes | no] -# -# vnc -# displayNum: 1 -# note: you can choose a number not used on the host. -# -# daemon -# enable: 'yes' -# note: -# By default VM will start with the daemonize status. -# Not support starting it on the stdin now. - -# vm configuration for pmd sriov case -[vm0] -cpu = - model=host,number=4,cpupin=4,5,6,7; -disk = - file=/home/image/vdisk01-sriov-fc20.img; -login = - user=root,password=tester; -net = - type=nic,opt_vlan=0; - type=user,opt_vlan=0; -monitor = - port=; -vnc = - displayNum=1; -daemon = - enable=yes; -