[dpdk-dev] [PATCH v4 0/7] ethdev: add support for ieee1588 timestamping

2015-07-10 Thread Thomas Monjalon
2015-07-09 14:30, John McNamara: > This patchset adds ethdev API to enable and read IEEE1588/802.1AS PTP > timestamps from devices that support it. The following functions are added: > > rte_eth_timesync_enable() > rte_eth_timesync_disable() > rte_eth_timesync_read_rx_timestamp() >

[dpdk-dev] [PATCH v4 0/7] ethdev: add support for ieee1588 timestamping

2015-07-09 Thread John McNamara
This patchset adds ethdev API to enable and read IEEE1588/802.1AS PTP timestamps from devices that support it. The following functions are added: rte_eth_timesync_enable() rte_eth_timesync_disable() rte_eth_timesync_read_rx_timestamp() rte_eth_timesync_read_tx_timestamp() The "iee