From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind_com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=2JhouYif/rCU+il+uKKMNFFh8MrFUjVjWMS7unnrpkE=; b=HwMgdlJK+bj61ahLrbELlRvZrzgQJhCgy75j3e7kyF8LHc5Q3aXqp1EbO8ZyNCfqBq S07ak9muFAJSEVc5XNuM4Vt1ptn/kS7IHH4r0XVyXvv7+epl2QgoX9kTdoIKdgtm3aXl IyRxhaJeUqHiYz98bBo3vn9NMbxFGo0/LAmcVzyPtTyzpaZRnIcf2Z/LWeNVcE19jcoo WwTfLTjS80QUfOBH/llYJZhsDH717ZN4eh3Pd2zS1CLLwf+xvPOM25Ui1/8G9YBkGgh8 cuKIPdrCiCuAxKpakVIdYXWqXPV4A9mdrEe9x8XKzpvB0HNvlmWow/vbvXeLUuGF0Aww dAog== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=2JhouYif/rCU+il+uKKMNFFh8MrFUjVjWMS7unnrpkE=; b=k7Hl6oQtBE8Fg4FhZp1ovsKZ6PrBeIBlZwsSWanPeyC3m7QfCEbNHGaXyheH16tmYa grn4utdntcenE4r51W6Oreb0axQgi4Bmgb75U8BLf1C6n7mgtPVCihi/F7AdyH4Vbtg3 18iYzjKzhIby41F7ft4gId4J+NKHNpvDAZs6qyfLoKGg6OElDLp05/CNHc0NL4RawGev /RJwn3wiXFWXYTdI75i87ml8XhEVk1GCRgChf0gW5wQQpVOIrvoobiE5VczVWGnfOLbi C7x2uUKqKcfMITJp9SK3JhAAgSj89txs6Ar7ZZGcKI/yl32UI1MNxYQ6ArtxyP8dOnuD O+NQ== X-Gm-Message-State: ALoCoQkSrqqLv7O0aWANh5ehV4yBA7/jV8n+PI6mxt8KVb+Seoncg3wZZ3fFC+xb4HH1pLIIN9rg X-Received: by 10.194.83.228 with SMTP id t4mr27271503wjy.51.1447428069339; Fri, 13 Nov 2015 07:21:09 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id m135sm9786358wmb.0.2015.11.13.07.21.08 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Nov 2015 07:21:08 -0800 (PST) From: Thomas Monjalon To: "De Lara Guarch, Pablo" Date: Fri, 13 Nov 2015 16:19:55 +0100 Message-ID: <20990792.q52IbkGkgz@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1446732366-10044-1-git-send-email-danielx.t.mrzyglod@intel.com> <4790563.j58UQWvBz8@xps13> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v6 8/8] doc: add a ptpclient sample guide X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 15:21:09 -0000 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