[PATCH v10 03/14] net/sxe: add tx rx setup and data path

Stephen Hemminger stephen at networkplumber.org
Mon Jul 21 17:28:46 CEST 2025


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.


More information about the dev mailing list