Re: [PATCH] liquidio: make timeout HZ independent and readable

From: David Miller
Date: Thu Jul 05 2018 - 22:07:40 EST


From: Nicholas Mc Guire <hofrat@xxxxxxxxx>
Date: Mon, 2 Jul 2018 20:13:15 +0200

> schedule_timeout_* takes a timeout in jiffies but the code currently is
> passing in a constant which makes this timeout HZ dependent. So define
> a constant with (hopefully) meaningful name and pass it through
> msecs_to_jiffies() to fix the HZ dependency.
>
> Signed-off-by: Nicholas Mc Guire <hofrat@xxxxxxxxx>
> commit f21fb3ed364b ("Add support of Cavium Liquidio ethernet adapters")

Applied, thank you.