Skip to content
Commit fb8ed3af authored by Jan Dakinevich's avatar Jan Dakinevich Committed by David S. Miller
Browse files

cnic: use kvzalloc to allocate memory for csk_tbl



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: default avatarJan Dakinevich <jan.dakinevich@virtuozzo.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3c546728
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment