[PATCH] kernel/time: Feedback reply for hr_sleep syscall, a fine-grained sleep service

2021-04-07 Thread Marco Faltelli
=3m3nmmhs-a3si5jptsctf6cethvtsdnwa5mh...@mail.gmail.com/ and applies the requested changes. Signed-off-by: Marco Faltelli --- arch/x86/entry/syscalls/syscall_64.tbl | 1 + kernel/time/hrtimer.c | 67 ++ 2 files changed, 68 insertions(+) diff --git a/arch/x86

[PATCH] kernel/time: Add hr_sleep syscall, a high-resolution sleep service

2021-01-15 Thread Marco Faltelli
ttent packet retrieval in DPDK" hr_sleep in this patch has syscall number 442, so you can try it calling syscall(442, sleep_period) Signed-off-by: Marco Faltelli --- arch/x86/entry/syscalls/syscall_64.tbl | 1 + kernel/time/hrtimer.c | 61 ++ 2 files c