[dts] [PATCH V1] tests/ieee1588: fix ieee1588 failed

Liu, Yong yong.liu at intel.com
Mon Jun 11 07:52:13 CEST 2018


Hi Peipei,
I can't see the relationship between multiple segments and IEEE1588.  Please check with developers as it maybe one potential bug.

Thanks,
Marvin

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of lu,peipei
> Sent: Tuesday, June 05, 2018 2:32 PM
> To: dts at dpdk.org
> Cc: Lu, PeipeiX <peipeix.lu at intel.com>
> Subject: [dts] [PATCH V1] tests/ieee1588: fix ieee1588 failed
> 
> IEEE1588 PTP V2 SYNC Message filtered by hardware need to set
> DEV_TX_OFFLOAD_MULTI_SEGS.
> 
> Signed-off-by: lu,peipei <peipeix.lu at 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..17da665 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.pmdout.start_testpmd("Default","--tx-offloads=0x8000")
> 
>      def set_up(self):
>          """
> --
> 1.9.3



More information about the dts mailing list