> -----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 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 defines. > > Signed-off-by: Wenzhuo Lu <wenzhuo.lu at intel.com>
Acked-by: John McNamara <john.mcnamara at intel.com>