[dts] [PATCH] test_plans: remove deprcecated CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_INIT

Rami Rosen ramirose at gmail.com
Sat Sep 1 14:00:50 CEST 2018


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 <ramirose at gmail.com>
---
 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:
 
      ./<dpdk_folder>/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:
 
      ./<dpdk_folder>/tools/dpdk_nic_bind.py --bind igb_uio 00:03.0
 
-- 
2.17.1



More information about the dts mailing list