Message ID | 20231129080413.83789-1-louis.peens@corigine.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 7453d7a633d020d2481cfedbcfcab6dab89ee194 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next] nfp: ethtool: expose transmit SO_TIMESTAMPING capability | expand |
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>
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!
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 = {