diff options
author | Richard Cochran <richardcochran@gmail.com> | 2015-06-11 14:51:30 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-06-11 16:04:02 -0700 |
commit | 58c98be137830d34b79024cc5dc95ef54fcd7ffe (patch) | |
tree | b66c06d6b9e183b1cfda3f9d5c86e25bcd4aa298 /net/openvswitch | |
parent | 8b13b4e0bc884ba7dc8ee4de3ee915b7d30e7f78 (diff) | |
download | linux-58c98be137830d34b79024cc5dc95ef54fcd7ffe.tar.bz2 |
net: igb: fix the start time for periodic output signals
When programming the start of a periodic output, the code wrongly places
the seconds value into the "low" register and the nanoseconds into the
"high" register. Even though this is backwards, it slipped through my
testing, because the re-arming code in the interrupt service routine is
correct, and the signal does appear starting with the second edge.
This patch fixes the issue by programming the registers correctly.
Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/openvswitch')
0 files changed, 0 insertions, 0 deletions