Re: [PATCH net-next] net: veth: use generic helper to report timestamping info

2019-04-12 Thread David Miller
From: Julian Wiedmann Date: Fri, 12 Apr 2019 13:06:15 +0200 > For reporting the common set of SW timestamping capabilities, use > ethtool_op_get_ts_info() instead of re-implementing it. > > Signed-off-by: Julian Wiedmann Applied.

[PATCH net-next] net: veth: use generic helper to report timestamping info

2019-04-12 Thread Julian Wiedmann
For reporting the common set of SW timestamping capabilities, use ethtool_op_get_ts_info() instead of re-implementing it. Signed-off-by: Julian Wiedmann --- drivers/net/veth.c | 14 +- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/drivers/net/veth.c b/drivers/net/veth