From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 5BC0D2BF5 for ; Tue, 25 Apr 2017 16:02:48 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP; 25 Apr 2017 07:02:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,249,1488873600"; d="scan'208";a="1123297562" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga001.jf.intel.com with ESMTP; 25 Apr 2017 07:02:46 -0700 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 25 Apr 2017 07:02:20 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 25 Apr 2017 07:02:20 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.117]) by shsmsx102.ccr.corp.intel.com ([169.254.2.246]) with mapi id 14.03.0319.002; Tue, 25 Apr 2017 22:02:17 +0800 From: "Wu, Jingjing" To: Oleg Kuporosov , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 2/3] app/testpmd: enabled control for packet timestamps Thread-Index: AQHSJV82a37aw96gSUeGSmtoFtkAU6HXTV3g Date: Tue, 25 Apr 2017 14:02:17 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810D4D536@SHSMSX103.ccr.corp.intel.com> References: <1476369308-17021-1-git-send-email-olegk@mellanox.com> <1476369308-17021-3-git-send-email-olegk@mellanox.com> In-Reply-To: <1476369308-17021-3-git-send-email-olegk@mellanox.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 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: [dpdk-dev] [PATCH 2/3] app/testpmd: enabled control for packet timestamps X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Apr 2017 14:02:48 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Oleg Kuporosov > Sent: Thursday, October 13, 2016 10:35 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 2/3] app/testpmd: enabled control for packet > timestamps >=20 > Implemented two methods of control >=20 > - by --enable-timestamps CL testpmd application we can enable timestampin= g > for all ports; > - in interactive mode port config timestamps on|off is able to > configure timestamping per specific port. >=20 > The control doesn't interact with IEEE1588 PTP implementation there as it= is > under macro compilation but can be extended in the future. >=20 > This feature is required for debugging/testing purposes for real time HW = packet > timestamping. We have ieee1588fwd.c to demo the timesync enable/disable, can we reuse The fwd engine instead of defining new commands? Thanks Jingjing