commit | 22252b4e09f19431f82dc26428e0edf697d19a04 | [log] [tgz] |
---|---|---|
author | Tal Alon <talal@mellanox.com> | Wed Oct 16 17:37:48 2013 +0300 |
committer | Roland Dreier <roland@purestorage.com> | Fri Nov 08 14:42:48 2013 -0800 |
tree | a6e68cfa1afbe4390e6e6b452d783019777a5bb3 | |
parent | c2bb5628db44735bc0095a8ef8efc0278ba245df [diff] |
IPoIB: Change CM skb memory allocation to be non-atomic during init Change CM skb memory allocation to use GFP_KERNEL when possible. During device init there's no need to use GFP_ATOMIC when allocating memory for the CM skbs -- use GFP_KERNEL instead. Signed-off-by: Tal Alon <talal@mellanox.com> Signed-off-by: Erez Shitrit <erezsh@mellanox.com> Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: Roland Dreier <roland@purestorage.com>