[dpdk-dev] [PATCH v2] e1000: fix ieee1588 timestamp issue

2015-08-03 Thread Thomas Monjalon
> > Ieee1588 reads system time to set its timestamp. On 1G NICs, for example, > > i350, system time is disabled by default. It means the ieee1588 timestamp > > will always be 0. > > This patch enables system time when ieee1588 is enabled. > > > > v2 changes: > > * move the macro to the top of the

[dpdk-dev] [PATCH v2] e1000: fix ieee1588 timestamp issue

2015-07-31 Thread Wenzhuo Lu
Ieee1588 reads system time to set its timestamp. On 1G NICs, for example, i350, system time is disabled by default. It means the ieee1588 timestamp will always be 0. This patch enables system time when ieee1588 is enabled. v2 changes: * move the macro to the top of the file with the other timesync

[dpdk-dev] [PATCH v2] e1000: fix ieee1588 timestamp issue

2015-07-31 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Wenzhuo Lu > Sent: Friday, July 31, 2015 2:21 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v2] e1000: fix ieee1588 timestamp issue > > Ieee1588 reads system time to set its times