Re: [PATCH] cnic: use kvzalloc to allocate memory for csk_tbl

From: David Miller
Date: Thu Jul 12 2018 - 01:56:24 EST


From: Jan Dakinevich <jan.dakinevich@xxxxxxxxxxxxx>
Date: Mon, 9 Jul 2018 16:51:19 +0300

> Size of csk_tbl is about 58K, which means 3rd order page allocation.
> kvzalloc provides a fallback if no high order memory is available.
>
> Signed-off-by: Jan Dakinevich <jan.dakinevich@xxxxxxxxxxxxx>

Applied, thanks.