On Sat, 19 Jul 2025 17:05:26 +0800 Jie Liu <liujie5 at linkdatatechnology.com> wrote: > +s32 __rte_cold __sxe_rx_queue_setup(struct rx_setup *rx_setup, bool is_vf) > +{ > + Repeat of earlier feedback. Do not use __rte_cold except in rare cases. Best not to litter code with it.