Re: [PATCH net] e1000e: fix PTP on e1000_pch_lpt variants
From: Sergei Shtylyov
Date: Wed Jul 20 2016 - 07:02:19 EST
Hello.
On 7/19/2016 11:25 PM, Jarod Wilson wrote:
I've got reports that the Intel I-218V NIC in Intel NUC5i5RYH systems used
as a PTP slave experiences random ~10 hour clock jumps, which are resolved
if the same workaround for the 82574 and 82583 is employed. Switching from
an if to a select, because the list of NIC types could well grow further
s/select/switch/?
and we'd already have to wrap the conditionals.
CC: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx>
CC: intel-wired-lan@xxxxxxxxxxxxxxxx
CC: netdev@xxxxxxxxxxxxxxx
Signed-off-by: Jarod Wilson <jarod@xxxxxxxxxx>
[...]
MBR, Sergei