On Thu, 2019-04-25 at 12:32 -0700, Jakub Kicinski wrote: > Hi! > > This small patch set cleans up tls (mostly offload parts). > Other than avoiding unnecessary error messages - no functional > changes here. > > v2 (Saeed): > - fix up Review tags; > - remove the warning on failure completely. > > Jakub Kicinski (4): > net/tls: don't log errors every time offload can't proceed > net/tls: remove old exports of sk_destruct functions > net/tls: move definition of tls ops into net/tls.h > net/tls: byte swap device req TCP seq no upon setting > > include/linux/netdevice.h | 23 +------------------- > include/net/tls.h | 21 ++++++++++++++++--- > net/tls/tls_device.c | 44 +++++++++++++++++------------------ > ---- > 3 files changed, 38 insertions(+), 50 deletions(-) >
Reviewed-by: Saeed Mahameed <sae...@mellanox.com>