[dts] [PATCH V2] update testpmd path in dpdk

Liu, Yong yong.liu at intel.com
Fri May 12 11:12:52 CEST 2017


Huilong,
testpmd still existed in its original place. Please check it out.

Thanks,
Marvin

On 05/12/2017 03:44 PM, xu,huilong wrote:
> dpdk code tree update already, so should update setup testpmd cmdline
>
> Signed-off-by: xu,huilong <huilongx.xu at intel.com>
> ---
>   tests/TestSuite_dynamic_config.py | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/TestSuite_dynamic_config.py b/tests/TestSuite_dynamic_config.py
> index b4ddede..25986cb 100644
> --- a/tests/TestSuite_dynamic_config.py
> +++ b/tests/TestSuite_dynamic_config.py
> @@ -74,7 +74,7 @@ class TestDynamicConfig(TestCase):
>           self.portMask = utils.create_mask(self.dut_ports[:2])
>   
>           # launch app
> -        cmd = "./%s/app/testpmd -c %s -n 3 -- -i --rxpt=0 \
> +        cmd = "./%s/build/app/test-pmd/testpmd -c %s -n 3 -- -i --rxpt=0 \
>           --rxht=0 --rxwt=0 --txpt=39 --txht=0 --txwt=0 --portmask=%s" % (self.target, self.coreMask, self.portMask)
>   
>   	if "cavium" in self.dut.nic_type:
> @@ -115,7 +115,7 @@ class TestDynamicConfig(TestCase):
>           """
>           Run before each test case.
>           """
> -        cmd = "./%s/app/testpmd -c %s -n 3 -- -i --rxpt=0 \
> +        cmd = "./%s/build/app/test-pmd/testpmd -c %s -n 3 -- -i --rxpt=0 \
>           --rxht=0 --rxwt=0 --txpt=39 --txht=0 --txwt=0 --portmask=%s" % (self.target, self.coreMask, self.portMask)
>   
>   	if "cavium" in self.dut.nic_type:



More information about the dts mailing list