[dts] [PATCH] rxtx_callbacks: Support test in vector mode

Tu, Lijuan lijuan.tu at intel.com
Wed Jun 12 10:15:08 CEST 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of
> pvukkisala at marvell.com
> Sent: Wednesday, June 12, 2019 4:01 PM
> To: dts at dpdk.org
> Cc: avijay at marvell.com; fmasood at marvell.com; Phanendra Vukkisala
> <pvukkisala at marvell.com>
> Subject: [dts] [PATCH] rxtx_callbacks: Support test in vector mode
> 
> From: Phanendra Vukkisala <pvukkisala at marvell.com>
> 
> Sending 4 packets to support running test in vector mode, as vector mode
> needs minimum of 4 packets to forward
> 
> Signed-off-by: Phanendra Vukkisala <pvukkisala at marvell.com>
> ---
>  tests/TestSuite_rxtx_callbacks.py |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_rxtx_callbacks.py
> b/tests/TestSuite_rxtx_callbacks.py
> index c48e542..76ad70f 100644
> --- a/tests/TestSuite_rxtx_callbacks.py
> +++ b/tests/TestSuite_rxtx_callbacks.py
> @@ -84,7 +84,7 @@ class TestRxtxCallbacks(TestCase):
>          """
>          Send a packet to port
>          """
> -
> self.tester.scapy_append('sendp([Ether(dst="%s")/IP()/UDP()/Raw(\'X\'*18)],
> iface="%s")' % (self.mac, iface))
> +
> self.tester.scapy_append('sendp([Ether(dst="%s")/IP()/UDP()/Raw(\'X\'*18)],
> iface="%s", count=4)' % (self.mac, iface))
>          self.tester.scapy_execute()
> 
>      def get_tcpdump_package(self,inst):
> --
> 1.7.9.5



More information about the dts mailing list