]> www.infradead.org Git - users/jedix/linux-maple.git/commit
i40evf: don't use atomic allocation
authorMitch Williams <mitch.a.williams@intel.com>
Fri, 6 Nov 2015 23:26:04 +0000 (15:26 -0800)
committerChuck Anderson <chuck.anderson@oracle.com>
Thu, 10 Mar 2016 16:36:29 +0000 (08:36 -0800)
commitaf535f887c89acfaf0d2e8e045abed527f2073b1
tree05931286d1c6fc463e5920882eb0c2e7d174ceb8
parent0c4631aeda15fb8b22bc50ecaef1435cfba05b3b
i40evf: don't use atomic allocation

Orabug: 22342532

These allocations don't need to be at atomic level. GFP_KERNEL is fine
and they'll reduce stress on the allocator when the system is starved
for memory.

Change-ID: I3561d0399a681de0ad25291b6c848b224c1fde12
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit a85088d813a3ac44afa237113539585257127cfa)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/intel/i40evf/i40evf_virtchnl.c