test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] /tests/ieee1588: fix tx-offloads failed
@ 2018-01-31  6:08 lu,peipei
  2018-01-31  7:16 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: lu,peipei @ 2018-01-31  6:08 UTC (permalink / raw)
  To: dts; +Cc: lu,peipei

add tx offloads value 0x8000

Signed-off-by: lu,peipei <peipeix.lu@intel.com>
---
 tests/TestSuite_ieee1588.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_ieee1588.py b/tests/TestSuite_ieee1588.py
index d9a7b3a..ae1ba66 100644
--- a/tests/TestSuite_ieee1588.py
+++ b/tests/TestSuite_ieee1588.py
@@ -59,7 +59,7 @@ class TestIeee1588(TestCase):
         self.dut.build_install_dpdk(self.target)
 
         self.pmdout = PmdOutput(self.dut)
-        self.pmdout.start_testpmd("Default")
+        self.dut.send_expect("./%s/app/testpmd -c 0x6 -n %d -- -i --tx-offloads=0x8000" % (self.target, self.dut.get_memory_channels()), "testpmd>", 30)        
 
     def set_up(self):
         """
-- 
1.9.3

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH V1] /tests/ieee1588: fix tx-offloads failed
  2018-01-31  6:08 [dts] [PATCH V1] /tests/ieee1588: fix tx-offloads failed lu,peipei
@ 2018-01-31  7:16 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2018-01-31  7:16 UTC (permalink / raw)
  To: Lu, PeipeiX, dts; +Cc: Lu, PeipeiX

Peipei,
Please explain the meaning of this flag in commit log.

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of lu,peipei
> Sent: Wednesday, January 31, 2018 2:08 PM
> To: dts@dpdk.org
> Cc: Lu, PeipeiX <peipeix.lu@intel.com>
> Subject: [dts] [PATCH V1] /tests/ieee1588: fix tx-offloads failed
> 
> add tx offloads value 0x8000
> 
> Signed-off-by: lu,peipei <peipeix.lu@intel.com>
> ---
>  tests/TestSuite_ieee1588.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_ieee1588.py b/tests/TestSuite_ieee1588.py
> index d9a7b3a..ae1ba66 100644
> --- a/tests/TestSuite_ieee1588.py
> +++ b/tests/TestSuite_ieee1588.py
> @@ -59,7 +59,7 @@ class TestIeee1588(TestCase):
>          self.dut.build_install_dpdk(self.target)
> 
>          self.pmdout = PmdOutput(self.dut)
> -        self.pmdout.start_testpmd("Default")
> +        self.dut.send_expect("./%s/app/testpmd -c 0x6 -n %d -- -i --tx-
> offloads=0x8000" % (self.target, self.dut.get_memory_channels()),
> "testpmd>", 30)
> 
>      def set_up(self):
>          """
> --
> 1.9.3

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-31  7:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-31  6:08 [dts] [PATCH V1] /tests/ieee1588: fix tx-offloads failed lu,peipei
2018-01-31  7:16 ` Liu, Yong

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).