[dts] [PATCH V1 1/2] close 128_queues case

Xu, Qian Q qian.q.xu at intel.com
Fri Aug 11 05:14:33 CEST 2017


Gang, the case should be supported, need check with the command line. 

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of xu,gang
> Sent: Friday, August 11, 2017 11:13 AM
> To: dts at dpdk.org
> Cc: Xu, GangX <gangx.xu at intel.com>
> Subject: [dts] [PATCH V1 1/2] close 128_queues case
> 
> testpmd can't support assign queue to received package, so can't test
> 
> Signed-off-by: xu,gang <gangx.xu at intel.com>
> ---
>  tests/TestSuite_generic_filter.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_generic_filter.py b/tests/TestSuite_generic_filter.py
> index c42ec5a..be503d9 100644
> --- a/tests/TestSuite_generic_filter.py
> +++ b/tests/TestSuite_generic_filter.py
> @@ -688,7 +688,7 @@ class TestGeneric_filter(TestCase):
>          self.tester.send_expect("ifconfig %s mtu %s" % (txItf, 1500), "# ")
>          self.tester.send_expect("ifconfig %s mtu %s" % (rxItf, 1500), "# ")
> 
> -    def test_128_queues(self):
> +    def Close_test_128_queues(self):
>          # testpmd can't support assign queue to received package, so can't test
>          self.verify(False, "testpmd not support assign queue 127 received package")
>          if self.nic == "niantic":
> --
> 1.9.3



More information about the dts mailing list