[dpdk-dev] [PATCH RFC v2 1/2] lib/librte_eal: Reduce timer initialization time

Stephen Hemminger stephen at networkplumber.org
Fri Nov 20 17:31:50 CET 2015


On Thu, 19 Nov 2015 20:53:47 -0500
Zhihong Wang <zhihong.wang at intel.com> wrote:

> +	struct timespec sleeptime = {.tv_nsec = 1E8 }; /* 1/10 second */

Why not NSEC_PER_SEC / 10



More information about the dev mailing list