From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 679DF1B36C for ; Sun, 11 Feb 2018 03:17:05 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Feb 2018 18:17:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,493,1511856000"; d="scan'208";a="203231847" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.83]) ([10.67.119.83]) by fmsmga006.fm.intel.com with ESMTP; 10 Feb 2018 18:17:03 -0800 Message-ID: <5A8015F5.609@intel.com> Date: Sun, 11 Feb 2018 18:07:49 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: dts@dpdk.org References: <1518157565-17167-1-git-send-email-herbert.guan@arm.com> <1518157565-17167-3-git-send-email-herbert.guan@arm.com> In-Reply-To: <1518157565-17167-3-git-send-email-herbert.guan@arm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH v1 2/8] tests/vf_jumboframe: use virt_common for VM creation X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Feb 2018 02:17:05 -0000 Hi Herbert, Now pass-through parameters are using prefix "opt_". And it is redundant to list same thing in all configuration files. I think you can just use one line like "configuration sample: sriov_kvm.cfg". Thus only need to maintain one correct sample file. Regards, Marvin On 02/09/2018 02:25 PM, Herbert Guan wrote: > +# 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 > +#