test suite reviews and discussions
 help / color / mirror / Atom feed
From: Rami Rosen <rami.rosen@intel.com>
To: yong.liu@intel.com
Cc: dts@dpdk.org, Rami Rosen <rami.rosen@intel.com>
Subject: [dts] [PATCH] framework/etgen: fix a typo
Date: Sat,  3 Feb 2018 10:51:23 -0500	[thread overview]
Message-ID: <20180203155123.5610-1-rami.rosen@intel.com> (raw)

This trivial patch fixes a typo in framework/etgen.py.

Signed-off-by: Rami Rosen <rami.rosen@intel.com>
---
 framework/etgen.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/etgen.py b/framework/etgen.py
index 4c0b6e2..b96b8ed 100644
--- a/framework/etgen.py
+++ b/framework/etgen.py
@@ -68,7 +68,7 @@ class SoftwarePacketGenerator():
 
         self.tester.send_expect("./dpdk-devbind.py --bind=igb_uio %s" % bind_cmd, "#")
 
-        # assgin core for ports
+        # assign core for ports
         map_cmd = ""
         port_index = range(len(ports))
         port_map = dict(zip(ports, port_index))
-- 
2.14.3

                 reply	other threads:[~2018-02-03  8:55 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=20180203155123.5610-1-rami.rosen@intel.com \
    --to=rami.rosen@intel.com \
    --cc=dts@dpdk.org \
    --cc=yong.liu@intel.com \
    /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).