[PATCH] smsc95xx: use ethtool_op_get_ts_info()

Subsystems: networking drivers, the rest, usb networking drivers, usb smsc95xx ethernet driver

STALE3331d

3 messages, 3 authors, 2017-07-14 · open the first message on its own page

[PATCH] smsc95xx: use ethtool_op_get_ts_info()

From: Petr Kulhavy <hidden>
Date: 2017-07-13 17:41:34

This change enables the use of SW timestamping on Raspberry PI.

smsc95xx uses the usbnet transmit function usbnet_start_xmit(), which
implements software timestamping. However the SOF_TIMESTAMPING_TX_SOFTWARE
capability was missing and only SOF_TIMESTAMPING_RX_SOFTWARE was announced.
By using ethtool_op_get_ts_info() as get_ts_info() also the
SOF_TIMESTAMPING_TX_SOFTWARE is announced.

Signed-off-by: Petr Kulhavy <redacted>
---
 drivers/net/usb/smsc95xx.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/drivers/net/usb/smsc95xx.c b/drivers/net/usb/smsc95xx.c
index 2dfca96..340c134 100644
--- a/drivers/net/usb/smsc95xx.c
+++ b/drivers/net/usb/smsc95xx.c
@@ -898,6 +898,7 @@ static const struct ethtool_ops smsc95xx_ethtool_ops = {
 	.set_wol	= smsc95xx_ethtool_set_wol,
 	.get_link_ksettings	= smsc95xx_get_link_ksettings,
 	.set_link_ksettings	= smsc95xx_set_link_ksettings,
+	.get_ts_info	= ethtool_op_get_ts_info,
 };
 
 static int smsc95xx_ioctl(struct net_device *netdev, struct ifreq *rq, int cmd)
-- 
2.7.4

RE: [PATCH] smsc95xx: use ethtool_op_get_ts_info()

From: <Woojung.Huh@microchip.com>
Date: 2017-07-13 18:29:19

-----Original Message-----
From: Petr Kulhavy [mailto:brain@jikos.cz]
Sent: Thursday, July 13, 2017 1:41 PM
To: steve.glendinning@shawell.net; UNGLinuxDriver
Cc: netdev@vger.kernel.org; linux-usb@vger.kernel.org; Petr Kulhavy
Subject: [PATCH] smsc95xx: use ethtool_op_get_ts_info()

This change enables the use of SW timestamping on Raspberry PI.

smsc95xx uses the usbnet transmit function usbnet_start_xmit(), which
implements software timestamping. However the
SOF_TIMESTAMPING_TX_SOFTWARE
capability was missing and only SOF_TIMESTAMPING_RX_SOFTWARE was
announced.
By using ethtool_op_get_ts_info() as get_ts_info() also the
SOF_TIMESTAMPING_TX_SOFTWARE is announced.

Signed-off-by: Petr Kulhavy <redacted>
Reviewed-by: Woojung Huh <Woojung.Huh@microchip.com>

Thanks

Re: [PATCH] smsc95xx: use ethtool_op_get_ts_info()

From: David Miller <davem@davemloft.net>
Date: 2017-07-14 15:54:17

From: Petr Kulhavy <redacted>
Date: Thu, 13 Jul 2017 19:40:57 +0200
This change enables the use of SW timestamping on Raspberry PI.

smsc95xx uses the usbnet transmit function usbnet_start_xmit(), which
implements software timestamping. However the SOF_TIMESTAMPING_TX_SOFTWARE
capability was missing and only SOF_TIMESTAMPING_RX_SOFTWARE was announced.
By using ethtool_op_get_ts_info() as get_ts_info() also the
SOF_TIMESTAMPING_TX_SOFTWARE is announced.

Signed-off-by: Petr Kulhavy <redacted>
Applied.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help