Re: [dpdk-dev] [PATCH] net/qede: fix qede milliseconds sleep macro

2020-09-21 Thread Jerin Jacob
On Mon, Jul 27, 2020 at 7:47 PM Devendra Singh Rawat wrote: > > The macro defined for milliseconds sleep was not putting the thread > to sleep and was simply calling a delay routine. This fix redefines > the macro to call the correct rte sleep API. > > Fixes: ec94dbc57362 ("qede: add base driver")

[dpdk-dev] [PATCH] net/qede: fix qede milliseconds sleep macro

2020-07-27 Thread Devendra Singh Rawat
The macro defined for milliseconds sleep was not putting the thread to sleep and was simply calling a delay routine. This fix redefines the macro to call the correct rte sleep API. Fixes: ec94dbc57362 ("qede: add base driver") Cc: sta...@dpdk.org Signed-off-by: Devendra Singh Rawat Signed-off-by