On Mon, 28 Jul 2025 17:05:12 +0800 [email protected] wrote: > + > +RTE_EXPORT_SYMBOL(rte_pmd_sxe_tc_bw_set) > +s32 rte_pmd_sxe_tc_bw_set(u8 port, > + u8 tc_num, u8 *bw_weight) > +{
New API's should be marked EXPERIMENTAL to avoid having ABI requirements.

