Message ID | 20240901112803.212753-1-gal@nvidia.com (mailing list archive) |
---|---|
Headers | show |
Series | RX software timestamp for all | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Sun, 1 Sep 2024 14:27:48 +0300 you wrote: > All devices support SOF_TIMESTAMPING_RX_SOFTWARE by virtue of > net_timestamp_check() being called in the device independent code. > Following Willem's suggestion [1], make it so drivers do not have to > handle SOF_TIMESTAMPING_RX_SOFTWARE and SOF_TIMESTAMPING_SOFTWARE, nor > setting of the PHC index to -1. > > All drivers will now report RX software timestamp as supported. > The series is limited to 15 patches, I will submit other drivers in > subsequent submissions. > > [...] Here is the summary with links: - [net-next,v2,01/15] ethtool: RX software timestamp for all https://git.kernel.org/netdev/net-next/c/12d337339d9f - [net-next,v2,02/15] can: dev: Remove setting of RX software timestamp https://git.kernel.org/netdev/net-next/c/b5ed017a5658 - [net-next,v2,03/15] can: peak_canfd: Remove setting of RX software timestamp https://git.kernel.org/netdev/net-next/c/583fee8210cb - [net-next,v2,04/15] can: peak_usb: Remove setting of RX software timestamp https://git.kernel.org/netdev/net-next/c/ab6ebf02f222 - [net-next,v2,05/15] tsnep: Remove setting of RX software timestamp https://git.kernel.org/netdev/net-next/c/24186dc66b10 - [net-next,v2,06/15] ionic: Remove setting of RX software timestamp https://git.kernel.org/netdev/net-next/c/e052114e14c2 - [net-next,v2,07/15] ravb: Remove setting of RX software timestamp https://git.kernel.org/netdev/net-next/c/277901ee3a26 - [net-next,v2,08/15] net: renesas: rswitch: Remove setting of RX software timestamp https://git.kernel.org/netdev/net-next/c/41ee62317087 - [net-next,v2,09/15] net: ethernet: rtsn: Remove setting of RX software timestamp https://git.kernel.org/netdev/net-next/c/0f79953c0019 - [net-next,v2,10/15] net: hns3: Remove setting of RX software timestamp https://git.kernel.org/netdev/net-next/c/c6a15576e60e - [net-next,v2,11/15] net: fec: Remove setting of RX software timestamp https://git.kernel.org/netdev/net-next/c/7d20c38d088e - [net-next,v2,12/15] net: enetc: Remove setting of RX software timestamp https://git.kernel.org/netdev/net-next/c/3dd261ca7f84 - [net-next,v2,13/15] gianfar: Remove setting of RX software timestamp https://git.kernel.org/netdev/net-next/c/673ec22b1de8 - [net-next,v2,14/15] octeontx2-pf: Remove setting of RX software timestamp https://git.kernel.org/netdev/net-next/c/eb87a1daf6fb - [net-next,v2,15/15] net: mvpp2: Remove setting of RX software timestamp https://git.kernel.org/netdev/net-next/c/406e862b4583 You are awesome, thank you!