On Thu, 15 Jan 2026 16:16:52 +0100 [email protected] wrote: > + if ((port_mask & (1ull << i)) == 0) > + continue; > +
Use RTE_BIT32() maybe?
On Thu, 15 Jan 2026 16:16:52 +0100 [email protected] wrote: > + if ((port_mask & (1ull << i)) == 0) > + continue; > +
Use RTE_BIT32() maybe?