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 errno. > > Version 3: > * Minor rebase on top of current master. > > Version 2: > * Added comment for EINTR handling for nanosleep. [Stephen Hemminger] > > Ilya Maximets (2): > eal: add nanosleep based delay function > drivers/net: use sleep delay by default for intel NICs
Looks like good idea. For series, Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com>