numam-dpdk/lib/librte_eal/unix
Fady Bader 03437f2dc8 timer: move from common to Unix directory
EAL common timer doesn't compile under Windows.

Compilation log:
error LNK2019:
unresolved external symbol nanosleep referenced in function
rte_delay_us_sleep
error LNK2019:
unresolved external symbol get_tsc_freq referenced in function set_tsc_freq
error LNK2019:
unresolved external symbol sleep referenced in function set_tsc_freq

The reason was that some functions called POSIX functions.
The solution was to move POSIX dependent functions from common to Unix.

Signed-off-by: Fady Bader <fady@mellanox.com>
Reviewed-by: Tal Shnaiderman <talshn@mellanox.com>
Acked-by: Ranjit Menon <ranjit.menon@intel.com>
2020-06-23 18:33:20 +02:00
..
eal_file.c eal: introduce internal wrappers for file operations 2020-06-15 19:24:37 +02:00
eal_unix_memory.c eal: introduce memory management wrappers 2020-06-15 19:25:05 +02:00
eal_unix_timer.c timer: move from common to Unix directory 2020-06-23 18:33:20 +02:00
meson.build timer: move from common to Unix directory 2020-06-23 18:33:20 +02:00