Re: [PATCH net-next V2 5/8] net/bonding: Implement TLS TX device offload

2021-01-17 Thread Tariq Toukan
On 1/17/2021 4:54 AM, Jakub Kicinski wrote: On Thu, 14 Jan 2021 20:01:32 +0200 Tariq Toukan wrote: As the bond interface is being bypassed by the TLS module, interacting directly against the slaves, there is no way for the bond interface to disable its device offload capabilities, as long as

Re: [PATCH net-next V2 5/8] net/bonding: Implement TLS TX device offload

2021-01-16 Thread Jakub Kicinski
On Thu, 14 Jan 2021 20:01:32 +0200 Tariq Toukan wrote: > As the bond interface is being bypassed by the TLS module, interacting > directly against the slaves, there is no way for the bond interface to > disable its device offload capabilities, as long as the mode/policy > config allows it. > Hence,