On Mon, 24 Aug 2020 10:32:55 -0700 Tony Nguyen wrote: > +static inline bool > +iecm_tx_singleq_clean_all(struct iecm_q_vector *q_vec, int budget) > +{ > + /* stub */ > +}
Still a lot of static inlines throughout. Are they making any difference? The compiler will inline static functions, anyway.