* [dts] [PATCH] tx_preparation: support vector in this test
@ 2019-10-01 12:46 pvukkisala
2019-10-12 5:52 ` Tu, Lijuan
0 siblings, 1 reply; 2+ messages in thread
From: pvukkisala @ 2019-10-01 12:46 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_tx_preparation.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/TestSuite_tx_preparation.py b/tests/TestSuite_tx_preparation.py
index ba0aac7..6d12724 100644
--- a/tests/TestSuite_tx_preparation.py
+++ b/tests/TestSuite_tx_preparation.py
@@ -139,7 +139,7 @@ class TestTX_preparation(TestCase):
for packet_type in pkts.keys():
self.start_tcpdump(self.tester_intf)
self.tester.scapy_append(
- 'sendp([%s], iface="%s")' % (pkts[packet_type], self.tester_intf))
+ 'sendp([%s], iface="%s", count=4)' % (pkts[packet_type], self.tester_intf))
self.tester.scapy_execute()
out = self.get_tcpdump_package()
if packet_type == 'IPv6/cksum UDP':
--
1.7.9.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dts] [PATCH] tx_preparation: support vector in this test
2019-10-01 12:46 [dts] [PATCH] tx_preparation: support vector in this test pvukkisala
@ 2019-10-12 5:52 ` Tu, Lijuan
0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2019-10-12 5:52 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: Tuesday, October 1, 2019 8:46 PM
> To: dts@dpdk.org
> Cc: avijay@marvell.com; fmasood@marvell.com; Phanendra Vukkisala
> <pvukkisala@marvell.com>
> Subject: [dts] [PATCH] tx_preparation: support vector in this test
>
> From: Phanendra Vukkisala <pvukkisala@marvell.com>
>
> Signed-off-by: Phanendra Vukkisala <pvukkisala@marvell.com>
> ---
> tests/TestSuite_tx_preparation.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/TestSuite_tx_preparation.py
> b/tests/TestSuite_tx_preparation.py
> index ba0aac7..6d12724 100644
> --- a/tests/TestSuite_tx_preparation.py
> +++ b/tests/TestSuite_tx_preparation.py
> @@ -139,7 +139,7 @@ class TestTX_preparation(TestCase):
> for packet_type in pkts.keys():
> self.start_tcpdump(self.tester_intf)
> self.tester.scapy_append(
> - 'sendp([%s], iface="%s")' % (pkts[packet_type], self.tester_intf))
> + 'sendp([%s], iface="%s", count=4)' % (pkts[packet_type],
> self.tester_intf))
> self.tester.scapy_execute()
> out = self.get_tcpdump_package()
> if packet_type == 'IPv6/cksum UDP':
> --
> 1.7.9.5
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-10-12 5:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-01 12:46 [dts] [PATCH] tx_preparation: support vector in this test pvukkisala
2019-10-12 5:52 ` 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).