commit | caa241f0ef88ee1c81ca9e0e7135d4241bd8dde8 | [log] [tgz] |
---|---|---|
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Tue Sep 29 22:25:25 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 29 14:02:54 2020 -0700 |
tree | 936fd366c9631284f7b86b8a60a04fd5dd257081 | |
parent | 623b9988bfd146a438e55816dbfdf8f9a5290dd5 [diff] |
net: sfc: Use GFP_KERNEL in efx_ef10_try_update_nic_stats() efx_ef10_try_update_nic_stats_vf() is now only invoked from thread context and can sleep after efx::stats_lock is dropped. Change the allocation mode from GFP_ATOMIC to GFP_KERNEL. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: David S. Miller <davem@davemloft.net>