[dts] [PATCH] tests/TestSuite_vlan.py: setting Send packet count as 4 to support Vector mode.

Tu, Lijuan lijuan.tu at intel.com
Wed Jun 26 09:08:02 CEST 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of thaq at marvell.com
> Sent: Monday, June 17, 2019 2:50 PM
> To: dts at dpdk.org
> Cc: fmasood at marvell.com; avijay at marvell.com; Thanseerulhaq
> <thaq at marvell.com>
> Subject: [dts] [PATCH] tests/TestSuite_vlan.py: setting Send packet count as 4
> to support Vector mode.
> 
> From: Thanseerulhaq <thaq at marvell.com>
> 
> Signed-off-by: Thanseerulhaq <thaq at marvell.com>
> ---
>  tests/TestSuite_vlan.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_vlan.py b/tests/TestSuite_vlan.py index
> 977da6e..c7b4b62 100644
> --- a/tests/TestSuite_vlan.py
> +++ b/tests/TestSuite_vlan.py
> @@ -120,7 +120,7 @@ class TestVlan(TestCase):
>              pkt.config_layer('ether', {'dst': self.dmac, 'src': self.smac})
>              pkt.config_layer('vlan', {'vlan': vid})
> 
> -        pkt.send_pkt(tx_port=self.txItf)
> +        pkt.send_pkt(tx_port=self.txItf, count=4)
> 
>      def set_up(self):
>          """
> --
> 1.8.3.1



More information about the dts mailing list