commit | dc7debec07803f52d04dbd98d8047cae04dfe8ec | [log] [tgz] |
---|---|---|
author | Aviad Yehezkel <aviadye@mellanox.com> | Sun Jan 28 17:25:35 2018 +0200 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Tue Mar 06 22:06:09 2018 -0800 |
tree | e901f076fec4c4999e3e862131ac3cee22e7051d | |
parent | ef927a9c168722c4ab5e40838d7fe6b63f978763 [diff] |
net/mlx5e: Fixed sleeping inside atomic context We can't allocate with GFP_KERNEL inside spinlock. Actually ida_simple doesn't require spinlock so remove it. Fixes: 547eede070eb ("net/mlx5e: IPSec, Innova IPSec offload infrastructure") Signed-off-by: Aviad Yehezkel <aviadye@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>