Re: [PATCH] net: bcmgenet: use ethtool_op_get_ts_info()

2019-08-31 Thread David Miller
From: "Ryan M. Collins" Date: Fri, 30 Aug 2019 14:49:55 -0400 > This change enables the use of SW timestamping on the Raspberry Pi 4. > > bcmgenet's transmit function bcmgenet_xmit() implements software > timestamping. However the SOF_TIMESTAMPING_TX_SOFTWARE capability was > missing and only SO

Re: [PATCH] net: bcmgenet: use ethtool_op_get_ts_info()

2019-08-30 Thread Doug Berger
On 8/30/19 11:51 AM, Florian Fainelli wrote: > On 8/30/19 11:49 AM, Ryan M. Collins wrote: >> This change enables the use of SW timestamping on the Raspberry Pi 4. > > Finally the first bcmgenet patch that was tested on the Pi 4! > >> >> bcmgenet's transmit function bcmgenet_xmit() implements sof

Re: [PATCH] net: bcmgenet: use ethtool_op_get_ts_info()

2019-08-30 Thread Florian Fainelli
On 8/30/19 11:49 AM, Ryan M. Collins wrote: > This change enables the use of SW timestamping on the Raspberry Pi 4. Finally the first bcmgenet patch that was tested on the Pi 4! > > bcmgenet's transmit function bcmgenet_xmit() implements software > timestamping. However the SOF_TIMESTAMPING_TX_S

[PATCH] net: bcmgenet: use ethtool_op_get_ts_info()

2019-08-30 Thread Ryan M. Collins
This change enables the use of SW timestamping on the Raspberry Pi 4. bcmgenet's transmit function bcmgenet_xmit() implements software timestamping. However the SOF_TIMESTAMPING_TX_SOFTWARE capability was missing and only SOF_TIMESTAMPING_RX_SOFTWARE was announced. By using ethtool_ops bcmgenet_et