On Tue, 24 Mar 2020 23:31:11 -0400 zhihongx.p...@intel.com wrote: > +/*BSD has no interrupt mechanism, so force NIC status synchronization.*/ > +#ifdef RTE_EXEC_ENV_FREEBSD > + wait = 1; > +#endif > +
Please format comments correctly. Is there a better way to detect interrupt mechanism with a function? #ifdef's make for hard to maintain code.