[dpdk-dev] [PATCH v7 0/8] add sample ptp slave application

2015-11-13 Thread Thomas Monjalon
2015-11-13 16:09, Pablo de Lara: > Daniel Mrzyglod (5): > ethdev: add additional ieee1588 support functions > eal: add common time structures and functions > ixgbe: add additional ieee1588 support functions > example: minimal ptp client implementation > doc: add a ptpclient sample guide >

[dpdk-dev] [PATCH v7 0/8] add sample ptp slave application

2015-11-13 Thread Thomas Monjalon
2015-11-13 16:09, Pablo de Lara: > V6->v7: > - Simplified common functionality for timecounters and make it more generic. So you chose to drop the read() callback? I think it's better. What was the benefit of having it?

[dpdk-dev] [PATCH v7 0/8] add sample ptp slave application

2015-11-13 Thread De Lara Guarch, Pablo
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Friday, November 13, 2015 4:29 PM > To: De Lara Guarch, Pablo > Cc: dev at dpdk.org; konstatin.ananyev at intel.com > Subject: Re: [PATCH v7 0/8] add sample ptp slave application > > 2015-11-13 16:

[dpdk-dev] [PATCH v7 0/8] add sample ptp slave application

2015-11-13 Thread Pablo de Lara
Add a sample application that acts as a PTP slave using the DPDK IEEE1588 functions. Also add some additional IEEE1588 support functions to enable getting, setting and adjusting the device time. V6->v7: - Simplified common functionality for timecounters and make it more generic. - Reset time co