From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 1A2231E423 for ; Mon, 11 Jun 2018 07:52:16 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jun 2018 22:52:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,500,1520924400"; d="scan'208";a="56311814" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by FMSMGA003.fm.intel.com with ESMTP; 10 Jun 2018 22:52:15 -0700 Received: from fmsmsx126.amr.corp.intel.com (10.18.125.43) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 10 Jun 2018 22:52:15 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX126.amr.corp.intel.com (10.18.125.43) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 10 Jun 2018 22:52:14 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.51]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.70]) with mapi id 14.03.0319.002; Mon, 11 Jun 2018 13:52:13 +0800 From: "Liu, Yong" To: "Lu, PeipeiX" , "dts@dpdk.org" , "Lu, Wenzhuo" CC: "Lu, PeipeiX" Thread-Topic: [dts] [PATCH V1] tests/ieee1588: fix ieee1588 failed Thread-Index: AQHT/JbVzuIL13koHUiJq+f6LqIjXaRaltfg Date: Mon, 11 Jun 2018 05:52:13 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E630C1813@SHSMSX103.ccr.corp.intel.com> References: <1528180333-42490-1-git-send-email-peipeix.lu@intel.com> In-Reply-To: <1528180333-42490-1-git-send-email-peipeix.lu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjA1NGFkMDEtZDQ2MC00ZDg1LTkyZTUtMWUxYzE0OWUxYjBjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiZkpldjQ4T0F6NWhYSGJ3YW9hMjBzcDZ2dHI0UHNZelEwQXUxXC9sdDF4VHZPUVJcL1VtRWxTS2FUMElxQUVOY2RuIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1] tests/ieee1588: fix ieee1588 failed X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2018 05:52:18 -0000 Hi Peipei, I can't see the relationship between multiple segments and IEEE1588. Pleas= e check with developers as it maybe one potential bug. Thanks, Marvin > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of lu,peipei > Sent: Tuesday, June 05, 2018 2:32 PM > To: dts@dpdk.org > Cc: Lu, PeipeiX > Subject: [dts] [PATCH V1] tests/ieee1588: fix ieee1588 failed >=20 > IEEE1588 PTP V2 SYNC Message filtered by hardware need to set > DEV_TX_OFFLOAD_MULTI_SEGS. >=20 > Signed-off-by: lu,peipei > --- > tests/TestSuite_ieee1588.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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) >=20 > self.pmdout =3D PmdOutput(self.dut) > - self.pmdout.start_testpmd("Default") > + self.pmdout.start_testpmd("Default","--tx-offloads=3D0x8000") >=20 > def set_up(self): > """ > -- > 1.9.3