Re: [PATCH] octeontx2-af: Use GFP_ATOMIC under spin lock

2018-10-25 Thread David Miller
From: Wei Yongjun Date: Thu, 25 Oct 2018 01:42:26 + > The function nix_update_mce_list() is called from > nix_update_bcast_mce_list(), and a spin lock is held > here, so we should use GFP_ATOMIC instead. > > Fixes: 4b05528ebf0c ("octeontx2-af: Update bcast list upon NIXLF alloc/free") > Sign

Re: [PATCH] octeontx2-af: Use GFP_ATOMIC under spin lock

2018-10-24 Thread Sunil Kovvuri
On Thu, Oct 25, 2018 at 7:02 AM Wei Yongjun wrote: > > The function nix_update_mce_list() is called from > nix_update_bcast_mce_list(), and a spin lock is held > here, so we should use GFP_ATOMIC instead. > > Fixes: 4b05528ebf0c ("octeontx2-af: Update bcast list upon NIXLF alloc/free") > Signed-of

[PATCH] octeontx2-af: Use GFP_ATOMIC under spin lock

2018-10-24 Thread Wei Yongjun
The function nix_update_mce_list() is called from nix_update_bcast_mce_list(), and a spin lock is held here, so we should use GFP_ATOMIC instead. Fixes: 4b05528ebf0c ("octeontx2-af: Update bcast list upon NIXLF alloc/free") Signed-off-by: Wei Yongjun --- drivers/net/ethernet/marvell/octeontx2/af