Re: [PATCH net-next 0/6] net/tls: separate the TLS TOE code out

2019-10-04 Thread David Miller
From: Jakub Kicinski Date: Thu, 3 Oct 2019 11:18:53 -0700 > We have 3 modes of operation of TLS - software, crypto offload > (Mellanox, Netronome) and TCP Offload Engine-based (Chelsio). > The last one takes over the socket, like any TOE would, and > is not really compatible with how we want to

RE: [PATCH net-next 0/6] net/tls: separate the TLS TOE code out

2019-10-04 Thread John Fastabend
Jakub Kicinski wrote: > Hi! > > We have 3 modes of operation of TLS - software, crypto offload > (Mellanox, Netronome) and TCP Offload Engine-based (Chelsio). > The last one takes over the socket, like any TOE would, and > is not really compatible with how we want to do things in the > networking

[PATCH net-next 0/6] net/tls: separate the TLS TOE code out

2019-10-03 Thread Jakub Kicinski
Hi! We have 3 modes of operation of TLS - software, crypto offload (Mellanox, Netronome) and TCP Offload Engine-based (Chelsio). The last one takes over the socket, like any TOE would, and is not really compatible with how we want to do things in the networking stack. Confusingly the name of the