From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 329FB23B for ; Thu, 29 Mar 2018 04:35:59 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Mar 2018 19:35:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,374,1517904000"; d="scan'208";a="43090798" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga001.jf.intel.com with ESMTP; 28 Mar 2018 19:35:58 -0700 Received: from fmsmsx124.amr.corp.intel.com (10.18.125.39) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 28 Mar 2018 19:35:57 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx124.amr.corp.intel.com (10.18.125.39) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 28 Mar 2018 19:35:57 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.235]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.166]) with mapi id 14.03.0319.002; Thu, 29 Mar 2018 10:35:55 +0800 From: "Liu, Yong" To: "Han, YingyaX" , "dts@dpdk.org" CC: "Lu, PeipeiX" Thread-Topic: [dts] [PATCH V1] tests/ieee1588: fix ieee1588 failed Thread-Index: AQHTxmDDTayK2K6V2kCDxkxcnMnALaPmgCrA Date: Thu, 29 Mar 2018 02:35:54 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E62FCD598@SHSMSX103.ccr.corp.intel.com> References: <1522219745-102043-1-git-send-email-yingyax.han@intel.com> In-Reply-To: <1522219745-102043-1-git-send-email-yingyax.han@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDJkYjhkY2EtMTg1OS00ZjdlLTgxYjItMjkxZDg2OGQ3ZmUyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiI2TjdkUEpFSU1aY3JTbk9ocTk1TnlzQU9vbyt3T0FjUE1ZQVwvMkVLUzFOMU96b0hSWnBtY3djQzR0ZjlCUGlmdCJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 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: Thu, 29 Mar 2018 02:35:59 -0000 Hi Yingya, Just for IEEE1588 suite, I think only DEV_RX_OFFLOAD_TIMESTAMP (0x00004000)= is needed.=20 Enabling too much Tx offloaing flags will cause confusion. Thanks, Marvin > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of han,yingya > Sent: Wednesday, March 28, 2018 2:49 PM > To: dts@dpdk.org > Cc: Lu, PeipeiX > Subject: [dts] [PATCH V1] tests/ieee1588: fix ieee1588 failed >=20 > From: "lu,peipei" >=20 > IEEE1588 PTP V2 SYNC Message filtered by hardware need to set tx offloads= . >=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..eb7645f 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=3D0x8ffe") >=20 > def set_up(self): > """ > -- > 1.9.3