commit | 0d19a540beb78493cd5acb7428760af0dc1ea154 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Tue Sep 18 21:59:52 2012 +0100 |
committer | Ben Hutchings <bhutchings@solarflare.com> | Wed Aug 21 19:43:47 2013 +0100 |
tree | 0150783c3738889fa56315b3acfd038d635824fa | |
parent | f3ad50034425692965a0f2becdd9c45ecb45cd66 [diff] |
sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow blocking Most call sites for efx_nic_alloc_buffer() are part of the probe or reconfiguration paths and can allocate with GFP_KERNEL. A few others should use GFP_NOIO (I think). Only one is in atomic context and must use the current GFP_ATOMIC. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>