Re: [PATCH net-next v6 06/11] net: ti: prueth: Adds HW timestamping support for PTP using PRU-ICSS IEP module
From: Jakub Kicinski
Date: Thu Apr 24 2025 - 22:16:20 EST
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.