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

2015-11-12 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pablo de Lara > Sent: Thursday, November 12, 2015 12:56 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v6 0/8] add sample ptp slave application > > > Add a sample application

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

2015-11-12 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. V5->v6: - Moved common functionality for cyclecounter and time conversions functions to lib/librt