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)
commit25a3cd8189c8832c04225e6f1d41228fd6cc64cc
tree76cd8574a6f185b5f8b5cbe797480a4c4d83fa55
parent033b2c7f0f26d236f5e87888aca3d5ecb6a64cb7
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