* [dts] [PATCH] TestSuite_vlan_ethertype_config.py: Added support for vector mode.
@ 2019-10-11 6:52 nareddy
2019-10-12 6:11 ` Tu, Lijuan
0 siblings, 1 reply; 2+ messages in thread
From: nareddy @ 2019-10-11 6:52 UTC (permalink / raw)
To: dts; +Cc: fmasood, avijay, Praneeth Reddy
From: Praneeth Reddy <nareddy@marvell.com>
Vector mode need 4 packets to forward, modified to send 4 packets from scapy
Signed-off-by: Praneeth Reddy <nareddy@marvell.com>
---
tests/TestSuite_vlan_ethertype_config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/TestSuite_vlan_ethertype_config.py b/tests/TestSuite_vlan_ethertype_config.py
index 3269b57..33e9948 100644
--- a/tests/TestSuite_vlan_ethertype_config.py
+++ b/tests/TestSuite_vlan_ethertype_config.py
@@ -146,7 +146,7 @@ class TestVlanEthertypeConfig(TestCase):
self.tester.scapy_foreground()
self.tester.scapy_append("pkt=rdpcap('%s')" % self.tpid_new_file)
- self.tester.scapy_append("sendp(pkt, iface='%s')" % self.txItf)
+ self.tester.scapy_append("sendp(pkt, iface='%s', count=4)" % self.txItf)
self.tester.scapy_execute()
def check_vlan_packets(self, vlan, tpid, rxItf, result=True):
--
1.8.3.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dts] [PATCH] TestSuite_vlan_ethertype_config.py: Added support for vector mode.
2019-10-11 6:52 [dts] [PATCH] TestSuite_vlan_ethertype_config.py: Added support for vector mode nareddy
@ 2019-10-12 6:11 ` Tu, Lijuan
0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2019-10-12 6:11 UTC (permalink / raw)
To: nareddy, dts; +Cc: fmasood, avijay
Applied, thanks
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of
> nareddy@marvell.com
> Sent: Friday, October 11, 2019 2:52 PM
> To: dts@dpdk.org
> Cc: fmasood@marvell.com; avijay@marvell.com; Praneeth Reddy
> <nareddy@marvell.com>
> Subject: [dts] [PATCH] TestSuite_vlan_ethertype_config.py: Added support
> for vector mode.
>
> From: Praneeth Reddy <nareddy@marvell.com>
>
> Vector mode need 4 packets to forward, modified to send 4 packets from
> scapy
>
> Signed-off-by: Praneeth Reddy <nareddy@marvell.com>
> ---
> tests/TestSuite_vlan_ethertype_config.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/TestSuite_vlan_ethertype_config.py
> b/tests/TestSuite_vlan_ethertype_config.py
> index 3269b57..33e9948 100644
> --- a/tests/TestSuite_vlan_ethertype_config.py
> +++ b/tests/TestSuite_vlan_ethertype_config.py
> @@ -146,7 +146,7 @@ class TestVlanEthertypeConfig(TestCase):
>
> self.tester.scapy_foreground()
> self.tester.scapy_append("pkt=rdpcap('%s')" % self.tpid_new_file)
> - self.tester.scapy_append("sendp(pkt, iface='%s')" % self.txItf)
> + self.tester.scapy_append("sendp(pkt, iface='%s', count=4)" % self.txItf)
> self.tester.scapy_execute()
>
> def check_vlan_packets(self, vlan, tpid, rxItf, result=True):
> --
> 1.8.3.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-10-12 6:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-11 6:52 [dts] [PATCH] TestSuite_vlan_ethertype_config.py: Added support for vector mode nareddy
2019-10-12 6:11 ` 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).