commit | b3859c8ebffe26ddf7aec0b23a83389d6f2419f9 | [log] [tgz] |
---|---|---|
author | Steffen Klassert <steffen.klassert@secunet.com> | Fri Apr 14 10:07:19 2017 +0200 |
committer | Steffen Klassert <steffen.klassert@secunet.com> | Fri Apr 14 10:07:19 2017 +0200 |
tree | 6119011235e2b2de172cfd3618121ea266c6b136 | |
parent | d7dbefc45cf5517a0cf9a0391316fab0abe71bd2 [diff] |
esp: Use a synchronous crypto algorithm on offloading. We need a fallback algorithm for crypto offloading to a NIC. This is because packets can be rerouted to other NICs that don't support crypto offloading. The fallback is going to be implemented at layer2 where we know the final output device but can't handle asynchronous returns fron the crypto layer. Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>