From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id EBFD4A04F7; Fri, 20 Dec 2019 08:59:38 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D31ADF90; Fri, 20 Dec 2019 08:59:38 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id BB80C330 for ; Fri, 20 Dec 2019 08:59:36 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Dec 2019 23:59:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,335,1571727600"; d="scan'208";a="416459316" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga005.fm.intel.com with ESMTP; 19 Dec 2019 23:59:35 -0800 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 19 Dec 2019 23:59:35 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.19]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.164]) with mapi id 14.03.0439.000; Fri, 20 Dec 2019 15:59:34 +0800 From: "Tu, Lijuan" To: "nareddy@marvell.com" , "dts@dpdk.org" CC: "pvukkisala@marvell.com" Thread-Topic: [dts] [PATCH] TestSuite_ieee1588.py: ptype supported offload feature is disabled in cavium_a063 and cavium_a064 Thread-Index: AQHVs9qzZi/0Heo1PkKutXwMUYU6RKfCrxgw Date: Fri, 20 Dec 2019 07:59:34 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BB8A185@SHSMSX101.ccr.corp.intel.com> References: <1576477964-13578-1-git-send-email-nareddy@marvell.com> In-Reply-To: <1576477964-13578-1-git-send-email-nareddy@marvell.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 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] TestSuite_ieee1588.py: ptype supported offload feature is disabled in cavium_a063 and cavium_a064 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of > nareddy@marvell.com > Sent: Monday, December 16, 2019 2:33 PM > To: dts@dpdk.org > Cc: pvukkisala@marvell.com; Praneeth Reddy > Subject: [dts] [PATCH] TestSuite_ieee1588.py: ptype supported offload > feature is disabled in cavium_a063 and cavium_a064 >=20 > From: Praneeth Reddy >=20 > ptype supported offload feature is disabled, enabling ptype mask for > cavium_a063 and cavium_a064 in DTS script >=20 > Signed-off-by: Praneeth Reddy > --- > tests/TestSuite_ieee1588.py | 2 ++ > 1 file changed, 2 insertions(+) >=20 > diff --git a/tests/TestSuite_ieee1588.py b/tests/TestSuite_ieee1588.py in= dex > f3fea42..19f17d1 100644 > --- a/tests/TestSuite_ieee1588.py > +++ b/tests/TestSuite_ieee1588.py > @@ -76,6 +76,8 @@ class TestIeee1588(TestCase): > IEEE1588 Enable test case. > """ > self.dut.send_expect("set fwd ieee1588", "testpmd> ", 10) > + if (self.nic in ["cavium_a063", "cavium_a064"]): > + self.dut.send_expect("set port 0 ptype_mask 0xf", "testpmd> > + ", 10) > # Waiting for 'testpmd> ' Fails due to log messages, "Received n= on PTP > # packet", in the output > self.dut.send_expect("start", ">", 10) > -- > 1.8.3.1