Re: [dpdk-dev] [PATCH v3 3/7] eal: add sleep API From: Nick Connolly <hidden> Date: 2021-02-23 22:06:09 Hi Dmitry,+void +rte_thread_sleep(unsigned int sec) +{ + return Sleep(MS_PER_S * sec); +}There's probably no benefit in returning the 'void' value - I'd suggest just call Sleep(). Regards, Nick
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help