Skip to content

Commit 6aebd82

Browse files
gal-pressmandavem330
authored andcommitted
ice: Remove setting of RX software timestamp
The responsibility for reporting of RX software timestamp has moved to the core layer (see __ethtool_get_ts_info()), remove usage from the device drivers. Reviewed-by: Carolina Jubran <cjubran@nvidia.com> Reviewed-by: Rahul Rameshbabu <rrameshbabu@nvidia.com> Signed-off-by: Gal Pressman <gal@nvidia.com> Reviewed-by: Tony Nguyen <anthony.l.nguyen@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 5df20ce commit 6aebd82

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/net/ethernet/intel/ice/ice_ethtool.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3792,8 +3792,6 @@ ice_get_ts_info(struct net_device *dev, struct kernel_ethtool_ts_info *info)
37923792
return ethtool_op_get_ts_info(dev, info);
37933793

37943794
info->so_timestamping = SOF_TIMESTAMPING_TX_SOFTWARE |
3795-
SOF_TIMESTAMPING_RX_SOFTWARE |
3796-
SOF_TIMESTAMPING_SOFTWARE |
37973795
SOF_TIMESTAMPING_TX_HARDWARE |
37983796
SOF_TIMESTAMPING_RX_HARDWARE |
37993797
SOF_TIMESTAMPING_RAW_HARDWARE;

0 commit comments

Comments
 (0)