Skip to content

Commit 93b6647

Browse files
ferasdSaeed Mahameed
authored andcommitted
net/mlx5e: IPoIB, Add ethtool support to get child time stamping parameters
Add support to get time stamping capabilities using ethtool for child interface. Usage example: ethtool -T CHILD-DEVNAME This change reuses the functionality of parent devices and does not introduce any new logic. Signed-off-by: Feras Daoud <[email protected]> Signed-off-by: Saeed Mahameed <[email protected]>
1 parent 08437c5 commit 93b6647

File tree

1 file changed

+1
-0
lines changed
  • drivers/net/ethernet/mellanox/mlx5/core/ipoib

1 file changed

+1
-0
lines changed

drivers/net/ethernet/mellanox/mlx5/core/ipoib/ethtool.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,4 +254,5 @@ const struct ethtool_ops mlx5i_ethtool_ops = {
254254
const struct ethtool_ops mlx5i_pkey_ethtool_ops = {
255255
.get_drvinfo = mlx5i_get_drvinfo,
256256
.get_link = ethtool_op_get_link,
257+
.get_ts_info = mlx5i_get_ts_info,
257258
};

0 commit comments

Comments
 (0)