commit | 1664ef3e62271dede7d51056b9ba36697b57d714 | [log] [tgz] |
---|---|---|
author | Andre Guedes <andre.guedes@intel.com> | Tue Apr 07 14:07:08 2020 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Tue May 19 15:35:42 2020 -0700 |
tree | 88e9ba8713c0b908b18b15334da76344f10f041b | |
parent | 09a2b50a49798611df55f85b0428278d58b089ad [diff] |
igc: Remove ethertype filter in PTP code The driver only supports hardware timestamping for all incoming traffic (HWTSTAMP_FILTER_ALL) which is enabled via Rx Time Sync Control (TSYNCRXCTL) register already. Therefore, the ethertype filter set in in igc_ptp_set_timestamp_mode() is useless so this patch removes it. Signed-off-by: Andre Guedes <andre.guedes@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>