Re: [PATCH net-next RFC v1 04/10] net/tls: expose get_netdev_for_sock

2020-10-08 Thread Sagi Grimberg
Reviewed-by: Sagi Grimberg

[PATCH net-next RFC v1 04/10] net/tls: expose get_netdev_for_sock

2020-09-30 Thread Boris Pismenny
get_netdev_for_sock is a utility that is used to obtain the net_device structure from a connected socket. Later patches will use this for nvme-tcp DDP and DDP CRC offloads. Signed-off-by: Boris Pismenny --- include/net/sock.h | 17 + net/tls/tls_device.c | 20 ++---