2005-10-21 23:14:00

by Ravinandan Arakali

[permalink] [raw]
Subject: Question about node-specific allocation

Hi,
In 2.6.14, I noticed that we have kmalloc_node for node-specific allocation.
But in my driver since I use dev_alloc_skb() for receive buffer allocation,
is there a node-specific version of this API ?

Thanks,
Ravi