Re: [dpdk-dev] [PATCH v4 0/2] CPU non-blocking delay

2018-10-26 Thread Ferruh Yigit
On 10/25/2018 2:27 PM, Ferruh Yigit wrote: > On 10/10/2018 3:12 PM, Ilya Maximets wrote: >> For meson build without deprecation warnings following >> patch should be applied first: >> http://patches.dpdk.org/patch/46064/ >> >> Version 4: >> * Fixed return value checking for nanosleep(). >>

Re: [dpdk-dev] [PATCH v4 0/2] CPU non-blocking delay

2018-10-25 Thread Ferruh Yigit
On 10/10/2018 3:12 PM, Ilya Maximets wrote: > For meson build without deprecation warnings following > patch should be applied first: > http://patches.dpdk.org/patch/46064/ > > Version 4: > * Fixed return value checking for nanosleep(). > It doesn't return EINTR, it sets the errn

[dpdk-dev] [PATCH v4 0/2] CPU non-blocking delay

2018-10-10 Thread Ilya Maximets
For meson build without deprecation warnings following patch should be applied first: http://patches.dpdk.org/patch/46064/ Version 4: * Fixed return value checking for nanosleep(). It doesn't return EINTR, it sets the errno. Version 3: * Minor rebase on top of curren