From: "Liu, Yong" <yong.liu@intel.com>
To: Yulong Pei <yulong.pei@intel.com>, dts@dpdk.org
Subject: Re: [dts] [PATCH] use get_port_mac() to get vf mac in testpmd
Date: Tue, 05 Jan 2016 21:40:12 +0800 [thread overview]
Message-ID: <568BC7BC.2080308@intel.com> (raw)
In-Reply-To: <1451033772-22540-1-git-send-email-yulong.pei@intel.com>
Applied. Thanks.
On 12/25/2015 04:56 PM, Yulong Pei wrote:
> use get_port_mac() to get vf mac in testpmd
>
> Signed-off-by: Yulong Pei <yulong.pei@intel.com>
> ---
> tests/TestSuite_vf_packet_rxtx.py | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/tests/TestSuite_vf_packet_rxtx.py b/tests/TestSuite_vf_packet_rxtx.py
> index e5a9aca..19bc331 100644
> --- a/tests/TestSuite_vf_packet_rxtx.py
> +++ b/tests/TestSuite_vf_packet_rxtx.py
> @@ -106,8 +106,12 @@ class TestVfPacketRxtx(TestCase):
>
> self.vm0_dut_ports = self.vm_dut_0.get_ports('any')
>
> + port_id_0 = 0
> +
> self.vm0_testpmd = PmdOutput(self.vm_dut_0)
> self.vm0_testpmd.start_testpmd(VM_CORES_MASK)
> + self.vm0_testpmd.execute_cmd('show port info all')
> + pmd_vf0_mac = self.vm0_testpmd.get_port_mac(port_id_0)
> self.vm0_testpmd.execute_cmd('set fwd mac')
> self.vm0_testpmd.execute_cmd('start')
>
> @@ -118,7 +122,7 @@ class TestVfPacketRxtx(TestCase):
> rx_port = self.tester.get_local_port(self.dut_ports[1])
> tgen_ports.append((tx_port, rx_port))
>
> - dst_mac = self.vm_dut_0.get_mac_address(self.vm0_dut_ports[0])
> + dst_mac = pmd_vf0_mac
> src_mac = self.tester.get_mac(tx_port)
>
> pkt_param=[("ether", {'dst': dst_mac, 'src': src_mac})]
prev parent reply other threads:[~2016-01-05 13:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-25 8:56 Yulong Pei
2015-12-30 2:46 ` Xu, Qian Q
2015-12-30 3:36 ` Pei, Yulong
2016-01-05 13:40 ` Liu, Yong [this message]
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=568BC7BC.2080308@intel.com \
--to=yong.liu@intel.com \
--cc=dts@dpdk.org \
--cc=yulong.pei@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).