mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-15 17:51:41 -04:00
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 <ferasda@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
This commit is contained in:
committed by
Saeed Mahameed
parent
08437c572c
commit
93b66472ce
@@ -254,4 +254,5 @@ const struct ethtool_ops mlx5i_ethtool_ops = {
|
||||
const struct ethtool_ops mlx5i_pkey_ethtool_ops = {
|
||||
.get_drvinfo = mlx5i_get_drvinfo,
|
||||
.get_link = ethtool_op_get_link,
|
||||
.get_ts_info = mlx5i_get_ts_info,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user