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

2018-09-28 Thread Ilya Maximets
Any thoughts on this? Best regards, Ilya Maximets. On 14.09.2018 14:01, Ilya Maximets wrote: > For meson build without deprecation warnings following > patch should be applied first: > http://patches.dpdk.org/patch/44129/ This patch already accepted. I could rebase on latest dpdk-next-net or

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

2018-09-14 Thread Ilya Maximets
For meson build without deprecation warnings following patch should be applied first: http://patches.dpdk.org/patch/44129/ Version 2: * Added comment for EINTR handling for nanosleep. [Stephen Hemminger] Ilya Maximets (2): eal: add nanosleep based delay function drivers/net: use s