test suite reviews and discussions
 help / color / mirror / Atom feed
From: Rami Rosen <ramirose@gmail.com>
To: dts@dpdk.org
Cc: Rami Rosen <ramirose@gmail.com>
Subject: [dts] [PATCH] tests/etag: fix typos
Date: Sat, 19 Jan 2019 14:36:27 +0200	[thread overview]
Message-ID: <20190119123627.9621-1-ramirose@gmail.com> (raw)

Signed-off-by: Rami Rosen <ramirose@gmail.com>
---
 tests/TestSuite_etag.py | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/tests/TestSuite_etag.py b/tests/TestSuite_etag.py
index 68cca44..7cf93eb 100644
--- a/tests/TestSuite_etag.py
+++ b/tests/TestSuite_etag.py
@@ -263,8 +263,8 @@ class TestEtag(TestCase):
                           ['set verbose 1'],
                           ['start']]
             if test_type == 'etag_pf':
-                # Same E-tag forwarding to PF0, Send 802.1BR packet with broardcast mac and
-                # check packet only recevied on PF
+                # Same E-tag forwarding to PF0, Send 802.1BR packet with broadcast mac and
+                # check packet only received on PF
                 
                 host_cmds = [['E-tag set filter add e-tag-id 1000 dst-pool 2 port 0'],
                              ['set fwd mac'],
@@ -276,8 +276,8 @@ class TestEtag(TestCase):
                 pkt_types = {'ETAG_UDP': {'dut':['type=0x893f'],
                                           'layer_configs': config_layers}}
             elif test_type == 'etag_remove':
-                # Remove E-tag, Send 802.1BR packet with broardcast mac and check packet not
-                # recevied
+                # Remove E-tag, Send 802.1BR packet with broadcast mac and check packet not
+                # received
                 host_cmds = [ ['E-tag set filter del e-tag-id 1000 port 0'],
                               ['set fwd rxonly'],
                               ['set verbose 1'],
@@ -288,8 +288,8 @@ class TestEtag(TestCase):
                                           'dut':[''],
                                           'layer_configs': config_layers}}
             else:
-                # Same E-tag forwarding to VF0, Send 802.1BR packet with broardcast mac and
-                # check packet only recevied on VF0 or VF1
+                # Same E-tag forwarding to VF0, Send 802.1BR packet with broadcast mac and
+                # check packet only received on VF0 or VF1
                 host_cmds = [['E-tag set filter add e-tag-id 1000 dst-pool %d port 0'%test_type[-1:]],
                              ['set fwd rxonly'],
                              ['set verbose 1'],
-- 
2.19.2

                 reply	other threads:[~2019-01-19 12:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190119123627.9621-1-ramirose@gmail.com \
    --to=ramirose@gmail.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).