netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] nfp: ethtool: expose transmit SO_TIMESTAMPING capability
@ 2023-11-29  8:04 Louis Peens
  2023-11-30  3:35 ` Jakub Kicinski
  2023-12-02  4:30 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Louis Peens @ 2023-11-29  8:04 UTC (permalink / raw)
  To: David Miller, Jakub Kicinski, Paolo Abeni
  Cc: Yinjun Zhang, netdev, oss-drivers

From: Yinjun Zhang <yinjun.zhang@corigine.com>

NFP always supports software time stamping of tx, now expose
the capability through ethtool ops.

Signed-off-by: Yinjun Zhang <yinjun.zhang@corigine.com>
Signed-off-by: Louis Peens <louis.peens@corigine.com>
---
 drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c b/drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c
index 776bee2efd35..200b3588363c 100644
--- a/drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c
+++ b/drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c
@@ -2502,6 +2502,7 @@ static const struct ethtool_ops nfp_net_ethtool_ops = {
 	.set_pauseparam		= nfp_port_set_pauseparam,
 	.get_pauseparam		= nfp_port_get_pauseparam,
 	.set_phys_id		= nfp_net_set_phys_id,
+	.get_ts_info		= ethtool_op_get_ts_info,
 };
 
 const struct ethtool_ops nfp_port_ethtool_ops = {
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] nfp: ethtool: expose transmit SO_TIMESTAMPING capability
  2023-11-29  8:04 [PATCH net-next] nfp: ethtool: expose transmit SO_TIMESTAMPING capability Louis Peens
@ 2023-11-30  3:35 ` Jakub Kicinski
  2023-12-02  4:30 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Jakub Kicinski @ 2023-11-30  3:35 UTC (permalink / raw)
  To: Louis Peens; +Cc: David Miller, Paolo Abeni, Yinjun Zhang, netdev, oss-drivers

On Wed, 29 Nov 2023 10:04:13 +0200 Louis Peens wrote:
> From: Yinjun Zhang <yinjun.zhang@corigine.com>
> 
> NFP always supports software time stamping of tx, now expose
> the capability through ethtool ops.

Reviewed-by: Jakub Kicinski <kuba@kernel.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] nfp: ethtool: expose transmit SO_TIMESTAMPING capability
  2023-11-29  8:04 [PATCH net-next] nfp: ethtool: expose transmit SO_TIMESTAMPING capability Louis Peens
  2023-11-30  3:35 ` Jakub Kicinski
@ 2023-12-02  4:30 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-12-02  4:30 UTC (permalink / raw)
  To: Louis Peens; +Cc: davem, kuba, pabeni, yinjun.zhang, netdev, oss-drivers

Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 29 Nov 2023 10:04:13 +0200 you wrote:
> From: Yinjun Zhang <yinjun.zhang@corigine.com>
> 
> NFP always supports software time stamping of tx, now expose
> the capability through ethtool ops.
> 
> Signed-off-by: Yinjun Zhang <yinjun.zhang@corigine.com>
> Signed-off-by: Louis Peens <louis.peens@corigine.com>
> 
> [...]

Here is the summary with links:
  - [net-next] nfp: ethtool: expose transmit SO_TIMESTAMPING capability
    https://git.kernel.org/netdev/net-next/c/7453d7a633d0

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-12-02  4:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-29  8:04 [PATCH net-next] nfp: ethtool: expose transmit SO_TIMESTAMPING capability Louis Peens
2023-11-30  3:35 ` Jakub Kicinski
2023-12-02  4:30 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).