]> git.baikalelectronics.ru Git - kernel.git/commit
xfrm: Indicate xfrm_state offload errors
authorIlan Tayari <ilant@mellanox.com>
Sun, 30 Apr 2017 13:51:19 +0000 (16:51 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 May 2017 18:59:39 +0000 (14:59 -0400)
commit7976319ed4c1cbbc7ccc429763d7b46448733810
tree310ad3247951c8e65add607f5f938f27171e2e21
parent3d0e5c79b962650a317631a119ed229ed427797c
xfrm: Indicate xfrm_state offload errors

Current code silently ignores driver errors when configuring
IPSec offload xfrm_state, and falls back to host-based crypto.

Fail the xfrm_state creation if the driver has an error, because
the NIC offloading was explicitly requested by the user program.

This will communicate back to the user that there was an error.

Fixes: a0adf2600184 ("xfrm: Add an IPsec hardware offloading API")
Signed-off-by: Ilan Tayari <ilant@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/xfrm/xfrm_user.c