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 AF36F1BB82 for ; Tue, 18 Dec 2018 09:12:39 +0100 (CET) Received: by mail-wm1-f68.google.com with SMTP id n190so1677661wmd.0 for ; Tue, 18 Dec 2018 00:12:39 -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; bh=ozeK4jeYxo2uN/bcTQ1B5lQu/ZnMOH8OZS/XiBPg23E=; b=r0BLinhBQ+L7uNb1wuGAE/ujY5ozFflGXgflgQgmS7ugtstSmjBRQzAr4au3DuJyEH S8//sQTo+eRmUbpfxrgyKUf+655kbo1ubKTfMYKG2lQuhZA4EVGG3Y+G8m/hEcJTyX1Y qKZJbDB9hq+QXhQ0Lxni9gF1dKIFIfTeuvYh7mdVO4iXfd2wDOvOaVZgFY2sDsLDoqIU C0UCQUoJAY/JuszsVkchdPJpl8A5CnyMG3P+cJh+zFgGjv29RI8TnjDyW/AR8Pju8QYB PdguKwRgUgmrLWmRdjVb74RR4EWaj6jxsm27S2fEnr6XB8+QTJYvV9IsKz+osgXzdJgV hL4Q== 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=ozeK4jeYxo2uN/bcTQ1B5lQu/ZnMOH8OZS/XiBPg23E=; b=rzl4VfAC5Zp246gUGO/pRRtQVTjVxFmetb2oqgOC7kNCyfj/iSaxRSErRGjiUI6sOL qzl+V9YPPhcWrmxsLziV6YPWIYP2shdE8460XcYDr9T4yK/kmuIF1LqE0NFTtoT8JbSO oLgYW9Ik1J4FtVUou7OowOB4qqtx5sNoFTy8YZx5iQDSnZmmeOOLTojxv3wNoimyL4Vw nog6IVkue5f8KHZRVawshrnrP1yXBnPHeMjdcfb+spO3rXGnODvsgBzdCkzV1GvokBlL XKu78sIKqvDDwGIuf1Pq8//BNWvQ465PzNChqIrCub8IVHHTUCuNJigYcs1hzCS/DkWh y2Cw== X-Gm-Message-State: AA+aEWZKLXDaB+o/9LjNCQtPiibFB7AixutfVDFpY+K9Me/nTg1HC4ZG /ioejJoVzdj5O+uMZEQCWH63bDREOBk1aw== X-Google-Smtp-Source: AFSGD/Uw1F9+jpkJbSbYTk6e9mgvIIbTuI9Hjz8Og6Rpz/4JkMcWO2nf5Y5ZGhvxP5NeYRxar/SfnA== X-Received: by 2002:a1c:de57:: with SMTP id v84mr2061178wmg.55.1545120758836; Tue, 18 Dec 2018 00:12:38 -0800 (PST) Received: from artemis.localdomain (IGLD-84-228-30-233.inter.net.il. [84.228.30.233]) by smtp.gmail.com with ESMTPSA id r69sm1321248wmd.4.2018.12.18.00.12.35 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 18 Dec 2018 00:12:38 -0800 (PST) From: Rami Rosen To: dts@dpdk.org Cc: Rami Rosen Date: Tue, 18 Dec 2018 10:12:16 +0200 Message-Id: <20181218081216.10319-1-ramirose@gmail.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH] test_plans: fix 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: Tue, 18 Dec 2018 08:12:39 -0000 Add more comeplete details (with wrong =>with wrong vlan id) in step 4 in "Test Case 1: Add port based vlan on VF" section of the VF vlan test plan. 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 49d7c37..e60f253 100644 --- a/test_plans/vf_vlan_test_plan.rst +++ b/test_plans/vf_vlan_test_plan.rst @@ -105,7 +105,7 @@ Linux network configuration tool only set pvid on VF devices. 3. Send packet without vlan and check VF can't receive -4. Send packet with wrong and check Vf can't receive +4. Send packet with wrong vlan id and check Vf can't receive 5. Check pf device show correct pvid setting:: -- 2.17.1