From: "Wang, Yinan" <yinan.wang@intel.com>
To: "Zhu, ShuaiX" <shuaix.zhu@intel.com>,
"Zhu, WenhuiX" <wenhuix.zhu@intel.com>,
"dts@dpdk.org" <dts@dpdk.org>
Cc: "Zhu, WenhuiX" <wenhuix.zhu@intel.com>,
"Zhu, ShuaiX" <shuaix.zhu@intel.com>
Subject: Re: [dts] [PATCH V1] tests/virtio_user_for_container_networking:make mac take effect
Date: Thu, 19 Sep 2019 06:52:55 +0000 [thread overview]
Message-ID: <E0CBA5A1980F1F408E1F28F9991B5B1D50F047EF@SHSMSX104.ccr.corp.intel.com> (raw)
In-Reply-To: <4DC48DF9BDA3E54A836D2D3C057DEC6F0BB8C476@SHSMSX103.ccr.corp.intel.com>
Acked-by: Wang, Yinan <yinan.wang@intel.com>
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Zhu, ShuaiX
> Sent: 2019年9月17日 16:45
> To: Zhu, WenhuiX <wenhuix.zhu@intel.com>; dts@dpdk.org
> Cc: Zhu, WenhuiX <wenhuix.zhu@intel.com>; Zhu, ShuaiX
> <shuaix.zhu@intel.com>
> Subject: Re: [dts] [PATCH V1] tests/virtio_user_for_container_networking:make
> mac take effect
>
> Tested-by: Zhu, ShuaiX <shuaix.zhu@intel.com>
>
> > -----Original Message-----
> > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhuwenhui
> > Sent: Tuesday, September 17, 2019 4:36 PM
> > To: dts@dpdk.org
> > Cc: Zhu, WenhuiX <wenhuix.zhu@intel.com>
> > Subject: [dts] [PATCH V1]
> > tests/virtio_user_for_container_networking:make
> > mac take effect
> >
> > Specify the mac address to make the receiving packet normal.
> >
> > Signed-off-by: zhuwenhui <wenhuix.zhu@intel.com>
> > ---
> > tests/TestSuite_virtio_user_for_container_networking.py | 3 ++-
> > 1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/tests/TestSuite_virtio_user_for_container_networking.py
> > b/tests/TestSuite_virtio_user_for_container_networking.py
> > index 241d5b0..034587e 100644
> > --- a/tests/TestSuite_virtio_user_for_container_networking.py
> > +++ b/tests/TestSuite_virtio_user_for_container_networking.py
> > @@ -117,8 +117,9 @@ class TestVirtioUserForContainer(TestCase):
> >
> > self.tester.scapy_execute()
> > self.tester.pktgen.clear_streams()
> > + vm_config = {'mac':{'dst':{'range': 1, 'step': 1,
> > + 'action': 'inc'},},}
> > streams =
> > self.pktgen_helper.prepare_stream_from_tginput(tgen_input, 100,
> > - None, self.tester.pktgen)
> > + vm_config, self.tester.pktgen)
> > _, pps =
> > self.tester.pktgen.measure_throughput(stream_ids=streams)
> > Mpps = pps / 1000000.0
> > self.verify(Mpps > 0, '%s can not receive packets of
> > frame size %d' % (self.running_case, frame_size))
> > --
> > 2.17.2
next prev parent reply other threads:[~2019-09-19 6:53 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-17 8:36 [dts] [PATCH V1] tests/pvp_share_lib:add set fwd mac zhuwenhui
2019-09-17 8:36 ` [dts] [PATCH V1] tests/virtio_user_for_container_networking:make mac take effect zhuwenhui
2019-09-17 8:44 ` Zhu, ShuaiX
2019-09-19 6:52 ` Wang, Yinan [this message]
2019-09-20 6:37 ` Tu, Lijuan
2019-09-17 8:36 ` [dts] [PATCH V1] tests/pvp_virtio_user_4k_pages:add set fwd mac zhuwenhui
2019-09-17 8:44 ` Zhu, ShuaiX
2019-09-19 6:53 ` Wang, Yinan
2019-09-20 6:35 ` Tu, Lijuan
2019-09-20 6:36 ` Tu, Lijuan
2019-09-17 8:44 ` [dts] [PATCH V1] tests/pvp_share_lib:add " Zhu, ShuaiX
2019-09-19 6:53 ` Wang, Yinan
2019-09-20 6:36 ` Tu, Lijuan
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=E0CBA5A1980F1F408E1F28F9991B5B1D50F047EF@SHSMSX104.ccr.corp.intel.com \
--to=yinan.wang@intel.com \
--cc=dts@dpdk.org \
--cc=shuaix.zhu@intel.com \
--cc=wenhuix.zhu@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).