2015-11-13 15:15, De Lara Guarch, Pablo: > From: Thomas Monjalon [mailto:thomas.monjalon at 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 <pablo.de.lara.guarch at intel.com> +M: Daniel Mrzyglod <danielx.t.mrzyglod at intel.com> +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