From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id CF4E11B110 for ; Thu, 27 Sep 2018 11:03:38 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Sep 2018 02:03:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,309,1534834800"; d="scan'208";a="267149733" Received: from dts-maintain.sh.intel.com (HELO [10.67.119.110]) ([10.67.119.110]) by fmsmga006.fm.intel.com with ESMTP; 27 Sep 2018 02:03:30 -0700 To: Rami Rosen , yong.liu@intel.com Cc: dts@dpdk.org, qian.q.xu@intel.com References: <20180901120050.14200-1-ramirose@gmail.com> From: Lijuan Tu Message-ID: Date: Fri, 28 Sep 2018 01:31:33 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <20180901120050.14200-1-ramirose@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Subject: Re: [dts] [PATCH] test_plans: remove deprcecated CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_INIT 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: Thu, 27 Sep 2018 09:03:39 -0000 Applied, thanks On 2018年09月01日 20:00, Rami Rosen wrote: > This patch removes two occurences of CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_INIT > in virtio_1.0 test plan, as CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_INIT > is deprecated. The following DPDK commit, which was > applied already in DPDK 18.02, removed it from config/common_base: > 0062818856c3 ("net/virtio: implement dynamic logging"). > > Signed-off-by: Rami Rosen > --- > test_plans/virtio_1.0_test_plan.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/test_plans/virtio_1.0_test_plan.rst b/test_plans/virtio_1.0_test_plan.rst > index 265c586..53080af 100644 > --- a/test_plans/virtio_1.0_test_plan.rst > +++ b/test_plans/virtio_1.0_test_plan.rst > @@ -62,7 +62,7 @@ Note: For virtio1.0 usage, we need use qemu version >2.4, such as 2.4.1 or 2.5.0 > -netdev tap,id=ipvm1,ifname=tap3,script=/etc/qemu-ifup -device rtl8139,netdev=ipvm1,id=net0,mac=00:00:00:00:10:01 -nographic > > > -3. In the VM, change the config file--common_linuxapp, "CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_INIT=y"; Run dpdk testpmd in VM:: > +3. In the VM, run dpdk testpmd: > > .//tools/dpdk_nic_bind.py --bind igb_uio 00:03.0 > > @@ -122,7 +122,7 @@ Note: For virtio1.0 usage, we need use qemu version >2.4, such as 2.4.1 or 2.5.0 > -netdev tap,id=ipvm1,ifname=tap3,script=/etc/qemu-ifup -device rtl8139,netdev=ipvm1,id=net0,mac=00:00:00:00:10:01 -nographic > > > -3. In the VM, change the config file--common_linuxapp, "CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_INIT=y"; Run dpdk testpmd in VM:: > +3. In the VM, run dpdk testpmd: > > .//tools/dpdk_nic_bind.py --bind igb_uio 00:03.0 >