net/tls: move TOE-related code to a separate file
authorJakub Kicinski <jakub.kicinski@netronome.com>
Thu, 3 Oct 2019 18:18:57 +0000 (11:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Oct 2019 21:07:07 +0000 (14:07 -0700)
commit08700dab816847d5e600ef263155fb04ea4b312d
treea35f6c3dc0353a439602363d1cc0c62af3d585c2
parent16bed0e6ac07b1a0b3e9c33ec5e892bc7074a627
net/tls: move TOE-related code to a separate file

Move tls_hw_* functions to a new, separate source file
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>
include/net/tls.h
include/net/tls_toe.h
net/tls/Makefile
net/tls/tls_main.c
net/tls/tls_toe.c [new file with mode: 0644]