From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by dpdk.org (Postfix) with ESMTP id 44BF310A3 for ; Sat, 19 Jan 2019 13:37:04 +0100 (CET) Received: by mail-wr1-f67.google.com with SMTP id r10so18136918wrs.10 for ; Sat, 19 Jan 2019 04:37:04 -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=9Gfn+Q2Rc4dlWnVlyENzKjgnIFcUvUUekmJEA3jHT28=; b=APQ3CGLQ8OeOX438gbKzV82TNyU4j2odUVM4fQ4dSsrKlqAwvbU3sflPLl1/7vJC5W xwxR7hg5ZfG5po1BOSyq7MnsihTOJoybXZpCnse7YofFCG2mA6lgfqcM35SObmtpSNwV YPrDNkm6bDwQjxWAuZk0yt87r4TDkRzMXM1xG0fq7LyoMp7BmBZydSOcFDRv0sEfEklF Utx6srfLvUiTlRaztDJqD57YW4/1sVOXtuieZydHqATDtNLkNKi/61rz4kkYq3PtNv3r rAU7/paNSQTisqkQ7J+t9otiBJ0Zbp18U1xFhJzvXgpZ469+JcPksd7rLq5rj1I+0vsH l8kQ== 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=9Gfn+Q2Rc4dlWnVlyENzKjgnIFcUvUUekmJEA3jHT28=; b=H+Pfra9Hv5P9I3hR1od3SmbphvfC9nAKN+UW1gnt95IMSq5b5wuDFAeJcQcVBpH2+i J1J1BhxIcmhUYQIfrvDg/83+nEOA2tCcKVrk3o5+1L/VYzRgOZlQu7E8tLC12pW4LQeQ Vl7XLN4ultFL/fftVn4z+DZn3c2EsAhow+CjEoyXj2REfPcoV19RcCJ8iFcxs29VdTuy eoC99x84SU8viOwb3f6Qp8bgK+zWiPKU8NnrMdnGAyYefpwiAT3u+Bae+5TTy0jZljjx VYWVsb/S+COYkuxkOXAfdZSr2OJpx9cHf0ZgEeAxwycOFJfk233Mg0mbxJ2jzFUjoapF 6sUQ== X-Gm-Message-State: AJcUukcYWiAOdKAWfFEU336opRVwEUfeHF9kCWETEPzLphBfiLYHutEx iMZKX+HSqlXS/YJQg/Q7+7/LgjlQ X-Google-Smtp-Source: ALg8bN4/ld7GuToMquZQq/ytlpdnLGzq5dUnWyy278LVnVQk9oRlqUsOe7DTA1U43f2FbQ4ON8I6dA== X-Received: by 2002:adf:fe8f:: with SMTP id l15mr5466111wrr.313.1547901423858; Sat, 19 Jan 2019 04:37:03 -0800 (PST) Received: from localhost.localdomain (bzq-109-66-107-204.red.bezeqint.net. [109.66.107.204]) by smtp.gmail.com with ESMTPSA id z14sm61633515wrm.48.2019.01.19.04.37.03 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 19 Jan 2019 04:37:03 -0800 (PST) From: Rami Rosen To: dts@dpdk.org Cc: Rami Rosen Date: Sat, 19 Jan 2019 14:36:57 +0200 Message-Id: <20190119123657.9748-1-ramirose@gmail.com> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH] tests/loating_veb: fix typos 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, 19 Jan 2019 12:37:04 -0000 Signed-off-by: Rami Rosen --- tests/TestSuite_floating_veb.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/TestSuite_floating_veb.py b/tests/TestSuite_floating_veb.py index bf26f18..8c755c0 100644 --- a/tests/TestSuite_floating_veb.py +++ b/tests/TestSuite_floating_veb.py @@ -340,8 +340,8 @@ class TestVEBSwitching(TestCase): def test_floating_VEB_VF_and_legacy_VEB_VF(self): """ - DPDK PF, then create 4VF, VF0,VF2,VF3 are floating VEB; VF1 is lagecy - VEB. Make PF link down(the cable can be pluged out), VFs are running + DPDK PF, then create 4VF, VF0,VF2,VF3 are floating VEB; VF1 is legacy + VEB. Make PF link down(the cable can be plugged out), VFs are running dpdk testpmd. 1. VF0 send traffic, and set the packet's DEST MAC to VF1, check VF1 can not receive the packets. -- 2.19.2