* [dts] [PATCH] mac_filter: Support this test in vector mode
@ 2019-06-17 12:51 pvukkisala
2019-06-26 7:08 ` Tu, Lijuan
0 siblings, 1 reply; 2+ messages in thread
From: pvukkisala @ 2019-06-17 12:51 UTC (permalink / raw)
To: dts; +Cc: avijay, fmasood, Phanendra Vukkisala
From: Phanendra Vukkisala <pvukkisala@marvell.com>
Signed-off-by: Phanendra Vukkisala <pvukkisala@marvell.com>
---
tests/TestSuite_mac_filter.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/TestSuite_mac_filter.py b/tests/TestSuite_mac_filter.py
index 87b5dec..9b896b4 100644
--- a/tests/TestSuite_mac_filter.py
+++ b/tests/TestSuite_mac_filter.py
@@ -49,7 +49,7 @@ class TestMacFilter(TestCase):
Two Ports
testpmd can normally started
"""
- self.frames_to_send = 1
+ self.frames_to_send = 4
# Based on h/w type, choose how many ports to use
self.dutPorts = self.dut.get_ports()
# Verify that enough ports are available
@@ -88,7 +88,7 @@ class TestMacFilter(TestCase):
itf = self.tester.get_interface(self.tester.get_local_port(portid))
pkt = Packet(pkt_type='UDP')
pkt.config_layer('ether', {'src': '52:00:00:00:00:00', 'dst': destMac})
- pkt.send_pkt(tx_port=itf)
+ pkt.send_pkt(tx_port=itf, count=4)
def test_add_remove_mac_address(self):
"""
--
1.7.9.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dts] [PATCH] mac_filter: Support this test in vector mode
2019-06-17 12:51 [dts] [PATCH] mac_filter: Support this test in vector mode pvukkisala
@ 2019-06-26 7:08 ` Tu, Lijuan
0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2019-06-26 7:08 UTC (permalink / raw)
To: pvukkisala, dts; +Cc: avijay, fmasood
Applied, thanks
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of
> pvukkisala@marvell.com
> Sent: Monday, June 17, 2019 8:52 PM
> To: dts@dpdk.org
> Cc: avijay@marvell.com; fmasood@marvell.com; Phanendra Vukkisala
> <pvukkisala@marvell.com>
> Subject: [dts] [PATCH] mac_filter: Support this test in vector mode
>
> From: Phanendra Vukkisala <pvukkisala@marvell.com>
>
> Signed-off-by: Phanendra Vukkisala <pvukkisala@marvell.com>
> ---
> tests/TestSuite_mac_filter.py | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/TestSuite_mac_filter.py b/tests/TestSuite_mac_filter.py
> index 87b5dec..9b896b4 100644
> --- a/tests/TestSuite_mac_filter.py
> +++ b/tests/TestSuite_mac_filter.py
> @@ -49,7 +49,7 @@ class TestMacFilter(TestCase):
> Two Ports
> testpmd can normally started
> """
> - self.frames_to_send = 1
> + self.frames_to_send = 4
> # Based on h/w type, choose how many ports to use
> self.dutPorts = self.dut.get_ports()
> # Verify that enough ports are available @@ -88,7 +88,7 @@ class
> TestMacFilter(TestCase):
> itf = self.tester.get_interface(self.tester.get_local_port(portid))
> pkt = Packet(pkt_type='UDP')
> pkt.config_layer('ether', {'src': '52:00:00:00:00:00', 'dst': destMac})
> - pkt.send_pkt(tx_port=itf)
> + pkt.send_pkt(tx_port=itf, count=4)
>
> def test_add_remove_mac_address(self):
> """
> --
> 1.7.9.5
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-06-26 7:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-17 12:51 [dts] [PATCH] mac_filter: Support this test in vector mode pvukkisala
2019-06-26 7:08 ` Tu, Lijuan
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).