RE: [PATCH net-next 1/5] net/tls: use the full sk_proto pointer

2019-09-03 Thread John Fastabend
Jakub Kicinski wrote: > Since we already have the pointer to the full original sk_proto > stored use that instead of storing all individual callback > pointers as well. > > Signed-off-by: Jakub Kicinski > Reviewed-by: John Hurley > Reviewed-by: Dirk van der Merwe > --- > drivers/crypto/chelsio

[PATCH net-next 1/5] net/tls: use the full sk_proto pointer

2019-09-02 Thread Jakub Kicinski
Since we already have the pointer to the full original sk_proto stored use that instead of storing all individual callback pointers as well. Signed-off-by: Jakub Kicinski Reviewed-by: John Hurley Reviewed-by: Dirk van der Merwe --- drivers/crypto/chelsio/chtls/chtls_main.c | 6 +++-- include/