From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6 8/8] doc: add a ptpclient sample guide Date: Fri, 13 Nov 2015 16:19:55 +0100 Message-ID: <20990792.q52IbkGkgz@xps13> References: <1446732366-10044-1-git-send-email-danielx.t.mrzyglod@intel.com> <4790563.j58UQWvBz8@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "De Lara Guarch, Pablo" Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 8CA7B958C for ; Fri, 13 Nov 2015 16:21:09 +0100 (CET) Received: by wmec201 with SMTP id c201so86357171wme.0 for ; Fri, 13 Nov 2015 07:21:09 -0800 (PST) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-11-13 15:15, De Lara Guarch, Pablo: > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > > 2015-11-13 14:58, De Lara Guarch, Pablo: > > > P.S.: I have done more refactoring, to make it simpler and more generic, > > will send it with the v7. > > > > Oh no! > > Please send a nack when working on a new version. > > I was going to push it after some small cleanups. > > Sorry Thomas, my bad. I just changed the state of the patches to superseded. Please integrate these changes: 1/ Moved and fixed release notes: @@ -9,6 +9,10 @@ New Features New function rte_ring_free() allows the user to free a ring if it was created with rte_ring_create(). +* **Added ethdev API to support IEEE1588.** + + Added functions to read and write and adjust system time in the NIC. + * **Extended Statistics** Define extended statistics naming scheme to store metadata in the name 2/ Alphabetical order in symbols: rte_eth_rx_queue_info_get; + rte_eth_timesync_adjust_time; + rte_eth_timesync_read_time; + rte_eth_timesync_write_time; rte_eth_tx_queue_info_get; 3/ Slash at the end of directory in MAINTAINERS: +M: Pablo de Lara +M: Daniel Mrzyglod +F: examples/ptpclient/ 4/ titles: examples/ptpclient: add minimal PTP client app/testpmd: add nanosecond output for ieee1588 i40e: support ieee1588 functions for device time igb: support ieee1588 functions for device time ixgbe: support ieee1588 functions for device time eal: add helpers for time conversions ethdev: add ieee1588 functions for device clock time