[PATCH net-next v6 06/11] net: ti: prueth: Adds HW timestamping support for PTP using PRU-ICSS IEP module

Jakub Kicinski kuba at kernel.org
Thu Apr 24 19:16:00 PDT 2025


On Wed, 23 Apr 2025 12:53:51 +0530 Parvathi Pudi wrote:
> +static inline void icssm_prueth_ptp_ts_enable(struct prueth_emac *emac)

Also do not use "inline" for functions which are not called from 
the fast path. Basically no "inline" unless you can measure real
perf impact.



More information about the linux-arm-kernel mailing list