diff options
| author | Andre Guedes <[email protected]> | 2020-06-04 00:01:03 +0000 |
|---|---|---|
| committer | Jeff Kirsher <[email protected]> | 2020-06-30 01:21:29 +0000 |
| commit | 3b44d4c10c798d7d20c46e5364959558b6b2f73b (patch) | |
| tree | 53d9d702d8d6461d52955babe0ab38934fd458b6 /drivers/net/ethernet/intel/igc/igc_main.c | |
| parent | igc: Check __IGC_PTP_TX_IN_PROGRESS instead of ptp_tx_skb (diff) | |
| download | kernel-3b44d4c10c798d7d20c46e5364959558b6b2f73b.tar.gz kernel-3b44d4c10c798d7d20c46e5364959558b6b2f73b.zip | |
igc: Remove UDP filter setup in PTP code
As implemented in igc_ethtool_get_ts_info(), igc only supports HWTSTAMP_
FILTER_ALL so any HWTSTAMP_FILTER_* option the user may set falls back to
HWTSTAMP_FILTER_ALL.
HWTSTAMP_FILTER_ALL is implemented via Rx Time Sync Control (TSYNCRXCTL)
configuration which timestamps all incoming packets. Configuring a
UDP filter, in addition to TSYNCRXCTL, doesn't add much so this patch
removes that code. It also takes this opportunity to remove some
non-applicable comments.
Signed-off-by: Andre Guedes <[email protected]>
Tested-by: Aaron Brown <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/igc/igc_main.c')
0 files changed, 0 insertions, 0 deletions
