From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f65.google.com (mail-wm0-f65.google.com [74.125.82.65]) by dpdk.org (Postfix) with ESMTP id 350FD2862 for ; Sat, 1 Sep 2018 14:01:15 +0200 (CEST) Received: by mail-wm0-f65.google.com with SMTP id c14-v6so7434942wmb.4 for ; Sat, 01 Sep 2018 05:01:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=4WS2ZMqaLjmKCGUwBgN4IayAV5lZNfiZPnYWMUE9C/k=; b=awzGY0EdFWRRWCJIHXBJ4InXONaorY4tMgFXruXhT8m8jkVz+BkD9mmMVeZoZAQk9W OMMhKCTlReINsk2LZ8XiQ/ap5GYihK55ixlrJEKu3wPoiN17U1sgWKjAkCwDh3Go4Wla jDrBnjzhRkc/kPbqSRekZ1d4rUN4VXAcvPEO3mah3+aj33DVRHw7cyndcYvmC5O6I4Ea TvbsXUQJGSV24MzIJSJxvUwZ9bfXSnxIP6CvzhLyZ38FkuptmXdWZPtGSOSdPSKGngVf 6dPQd5ZMdqL19Tl8Xz9rGW4h0uDHj7tg5000vT3NYQO3YvFu+eBDD/M6eyn4BUo8gHDF FDXA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=4WS2ZMqaLjmKCGUwBgN4IayAV5lZNfiZPnYWMUE9C/k=; b=E7iWHIiKQptAgtOQTRdzX+C2Qf2OjBnK2MXKgBrf6LUxDE2uwaZLnVr2r+iyHMdqH+ 2NJi1yztvQtPbBpgwEza/3jjWQF6tAVFGpFG/YRIysUWwMU31+3vMMOq2GHApCSZExwa zIU/PGfAUTYOWV3ihpks1e90awl8p3fI94/ho4jF99skLrYV1n7d1krzHJ1moAJHs91s QxDpYgZMfSs14vbhiHgy1PiWxnec6H/S/kq+PL1HRZal8b22WDgiV0eqevWXUwkNWdbv QJiY/UhVG9An8VE/i8+I58RWUAs2zfL543iW7helRIqs0AAcGUjFBjMIp1Um26OmkRcQ d68Q== X-Gm-Message-State: APzg51BSsu98MYdiZBJ1sLXNQYUMd0ElnZ6TXmzRimMs6cH1sJwV8IVL Fps4DnilbDh8ApovifEQKMU= X-Google-Smtp-Source: ANB0VdbTkWEqwjzUGXpiXHjqkaG0ac2780xvywHlWxWlUSiq/ih9pcj39xRz3smzfuxgRbx5qSKzrQ== X-Received: by 2002:a1c:ee97:: with SMTP id j23-v6mr616258wmi.66.1535803274759; Sat, 01 Sep 2018 05:01:14 -0700 (PDT) Received: from localhost.localdomain (bzq-109-65-41-51.red.bezeqint.net. [109.65.41.51]) by smtp.gmail.com with ESMTPSA id h17-v6sm12161687wrq.73.2018.09.01.05.01.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 01 Sep 2018 05:01:14 -0700 (PDT) From: Rami Rosen To: yong.liu@intel.com Cc: dts@dpdk.org, qian.q.xu@intel.com, Rami Rosen Date: Sat, 1 Sep 2018 15:00:50 +0300 Message-Id: <20180901120050.14200-1-ramirose@gmail.com> X-Mailer: git-send-email 2.17.1 Subject: [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: Sat, 01 Sep 2018 12:01:15 -0000 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 -- 2.17.1