]> git.baikalelectronics.ru Git - kernel.git/commit
net/tls: move TOE-related structures to a separate header
authorJakub Kicinski <jakub.kicinski@netronome.com>
Thu, 3 Oct 2019 18:18:54 +0000 (11:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Oct 2019 21:07:06 +0000 (14:07 -0700)
commit2428b2d2c4acf5cc34208b255d12d0d5ae7e185e
tree76cd8574a6f185b5f8b5cbe797480a4c4d83fa55
parent508a559c6ee134bc2beb99dbdf9e852c144c864c
net/tls: move TOE-related structures to a separate header

Move tls_device structure and register/unregister functions
to a new header to avoid confusion with normal, non-TOE offload.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: John Hurley <john.hurley@netronome.com>
Reviewed-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/crypto/chelsio/chtls/chtls.h
include/net/tls.h
include/net/tls_toe.h [new file with mode: 0644]
net/tls/tls_main.c