From: "Tu, Lijuan" <lijuan.tu@intel.com>
To: "Han, YingyaX" <yingyax.han@intel.com>, "dts@dpdk.org" <dts@dpdk.org>
Cc: "Han, YingyaX" <yingyax.han@intel.com>
Subject: Re: [dts] [PATCH V1]tests/l3fwd: correct spelling errors
Date: Fri, 20 Sep 2019 06:56:46 +0000 [thread overview]
Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BB257C2@SHSMSX101.ccr.corp.intel.com> (raw)
In-Reply-To: <20190904140012.114539-1-yingyax.han@intel.com>
Applied, thanks
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of hanyingya
> Sent: Wednesday, September 4, 2019 10:00 PM
> To: dts@dpdk.org
> Cc: Han, YingyaX <yingyax.han@intel.com>
> Subject: [dts] [PATCH V1]tests/l3fwd: correct spelling errors
>
> Signed-off-by: hanyingya <yingyax.han@intel.com>
> ---
> tests/TestSuite_l3fwd.py | 6 +++---
> tests/TestSuite_vf_l3fwd.py | 4 ++--
> 2 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/tests/TestSuite_l3fwd.py b/tests/TestSuite_l3fwd.py index
> afac1c8..359ecfd 100644
> --- a/tests/TestSuite_l3fwd.py
> +++ b/tests/TestSuite_l3fwd.py
> @@ -278,7 +278,7 @@ class TestL3fwd(TestCase):
> cnt += 1
> return pcaps
>
> - def prepare_steam(self, pcaps):
> + def prepare_stream(self, pcaps):
> """
> create streams for ports, one port one stream
> """
> @@ -322,7 +322,7 @@ class TestL3fwd(TestCase):
> # crete traffic flow
> pcaps = self.create_pcap_file(frame_size, l3_proto)
> # send the traffic and Measure test
> - tgenInput = self.prepare_steam(pcaps)
> + tgenInput = self.prepare_stream(pcaps)
>
> vm_config = self.set_fields()
> # clear streams before add new streams @@ -376,7 +376,7 @@
> class TestL3fwd(TestCase):
> # crete traffic flow
> pcaps = self.create_pcap_file(frame_size, l3_proto)
> # send the traffic and Measure test
> - tgenInput = self.prepare_steam(pcaps)
> + tgenInput = self.prepare_stream(pcaps)
>
> vm_config = self.set_fields()
> # clear streams before add new streams diff --git
> a/tests/TestSuite_vf_l3fwd.py b/tests/TestSuite_vf_l3fwd.py index
> cf16dec..78b24c9 100644
> --- a/tests/TestSuite_vf_l3fwd.py
> +++ b/tests/TestSuite_vf_l3fwd.py
> @@ -200,7 +200,7 @@ class TestVfL3fwd(TestCase):
> cnt += 1
> return pcaps
>
> - def prepare_steam(self, pcaps):
> + def prepare_stream(self, pcaps):
> """
> create streams for ports,one port one stream
> """
> @@ -235,7 +235,7 @@ class TestVfL3fwd(TestCase):
> cmdline = cmdline + " --max-pkt-len %d" % frame_size
> l3fwd_session.send_expect(cmdline, "L3FWD:", 120)
> # send the traffic and Measure test
> - tgenInput = self.prepare_steam(pcaps)
> + tgenInput = self.prepare_stream(pcaps)
>
> vm_config = self.set_fields()
> # clear streams before add new streams
> --
> 2.17.1
next prev parent reply other threads:[~2019-09-20 6:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-04 14:00 hanyingya
2019-09-20 6:56 ` Tu, Lijuan [this message]
2019-09-20 6:57 ` Chen, Zhaoyan
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=8CE3E05A3F976642AAB0F4675D0AD20E0BB257C2@SHSMSX101.ccr.corp.intel.com \
--to=lijuan.tu@intel.com \
--cc=dts@dpdk.org \
--cc=yingyax.han@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).