From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) by dpdk.org (Postfix) with ESMTP id 541F45A6A for ; Sun, 23 Dec 2018 18:58:13 +0100 (CET) Received: by mail-wm1-f68.google.com with SMTP id a62so9656347wmh.4 for ; Sun, 23 Dec 2018 09:58:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=XgMspZphWQrpMGfDqT1n6Hd3kEAkTbK6f1onkUJ5Kvs=; b=QRy0X7IEf/GZBkLiU5GYa0H3AvKNd2PYMtibhAzmLVV4ixJhwXOYI2GdG6bk9jhic6 HVw+ZT2I9S7siwg6Ed8eMDXXanjapRX++LmjeZKGU8ufNCe27mp/Z+h7h32JuR4TqsUj w8aRCXln3HJdgVZ5KON/O9PqHpluvSttDn9kTnSkWaC+ci5gnRSv2Agrs6XtPLX6h4wP oi4KlDQInKpRgl+D+X6m+2YUP7Cuvkzn54pnaZUL5FsHQ+XMJV7NwmQ6SZbytqYTyAVL cW3EbJ+pkA6b9nls+fsSCrrmjW8CKDxCOT10U3p/ihIA1/5jTv7bZWhikaeuWo/8egKC KDYQ== 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:mime-version :content-transfer-encoding; bh=XgMspZphWQrpMGfDqT1n6Hd3kEAkTbK6f1onkUJ5Kvs=; b=peu1r8oewOutwgKujSzZcpIhJ7vLKhwLnpbeEJPEBwM1xXnnLLqovqSfhIxXT8cfIQ N/1oewnFin4gA0IGcbTsmVvZjGtlwGoPbrb9IN39AExOBKeneX+WBln52/QgwfLwJLKA dzo/HNt6DOPMQSvEX7dgpkP2Ga8npv/iDMVReCgGFbw5NqKN3IzDd/iWe/d+5/YWKkK7 PzgBzy720P7f6+S+XHx8xVu91OkG58pDA6IVCtgpgJY136/YdN3balvZe42Z9KRL9oVW K2p8N7m0nQvxi8gyC55ZO1rQF349QQ3KRcsNZ931mEJGVBD+Wyi7QM954yQW7LJEiGS5 cCgQ== X-Gm-Message-State: AA+aEWbsf1duGPoTrjyNyCkDRiyZF2xoNE6/To4VIZ2pzDnIkikBR4lC D8bRYByXa1o1vfmUtY0z5346XI0xmw0= X-Google-Smtp-Source: ALg8bN5RATwNKP2HKvk+Cp+hbruy1Th8jFZ5Y6DKMZQ+CF+u+vd5tYTTBQphtFPfHkzDoGZ33gCicA== X-Received: by 2002:a1c:e715:: with SMTP id e21mr9850009wmh.101.1545587892684; Sun, 23 Dec 2018 09:58:12 -0800 (PST) Received: from localhost.localdomain (bzq-109-64-96-72.red.bezeqint.net. [109.64.96.72]) by smtp.gmail.com with ESMTPSA id 3sm17415532wmw.46.2018.12.23.09.58.11 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 23 Dec 2018 09:58:12 -0800 (PST) From: Rami Rosen To: dts@dpdk.org Cc: Rami Rosen Date: Sun, 23 Dec 2018 19:58:05 +0200 Message-Id: <20181223175805.3379-1-ramirose@gmail.com> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH] test_plans: fix a typo in VF vlan test plan 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, 23 Dec 2018 17:58:13 -0000 This patch fixes a typo in VF VLAN test plan. The second VF is 87:0a.0 and not 87:02.1, as can be seen from the previous command echo 0000:87:0a.0 > /sys/bus/pci/drivers/pci-stub/bind and also from the immediate following qemu option: -device pci-assign,host=87:0a.0,id=pt_1 Signed-off-by: Rami Rosen --- test_plans/vf_vlan_test_plan.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_plans/vf_vlan_test_plan.rst b/test_plans/vf_vlan_test_plan.rst index 2cb6153..a916ee9 100644 --- a/test_plans/vf_vlan_test_plan.rst +++ b/test_plans/vf_vlan_test_plan.rst @@ -74,7 +74,7 @@ Prerequisites echo 0000:87:0a.0 > /sys/bus/pci/devices/0000:87:0a.0/driver/unbind echo 0000:87:0a.0 > /sys/bus/pci/drivers/pci-stub/bind -3. Passthrough VFs 87:02.0 & 87:02.1 to vm0 and start vm0:: +3. Passthrough VFs 87:02.0 & 87:0a.0 to vm0 and start vm0:: /usr/bin/qemu-system-x86_64 -name vm0 -enable-kvm \ -cpu host -smp 4 -m 2048 -drive file=/home/image/sriov-fc20-1.img -vnc :1 \ -- 2.19.2