Jakub Kicinski wrote: > TLS code has a number of #ifdefs which make the code a little > harder to follow. Recent fixes removed the ifdef around the > TLS_HW define, so we can switch to the often used pattern > of defining tls_device functions as empty static inlines > in the header when CONFIG_TLS_DEVICE=n. > > Signed-off-by: Jakub Kicinski <jakub.kicin...@netronome.com> > Reviewed-by: John Hurley <john.hur...@netronome.com> > Reviewed-by: Dirk van der Merwe <dirk.vanderme...@netronome.com> > --- > include/net/tls.h | 38 ++++++++++++++++++++++++++++++++------ > net/tls/tls_main.c | 19 +------------------ > net/tls/tls_sw.c | 6 ++---- > 3 files changed, 35 insertions(+), 28 deletions(-)
Thanks I've been meaning to do this I agree it looks nicer. Acked-by: John Fastabend <john.fastab...@gmail.com>