y good.
>
> [1] !skb->sk || !tls_is_sk_tx_device_offloaded(skb->sk)
>
> [...]
Here is the summary with links:
- [net-next,01/14] net/mlx5e: Remove non-essential TLS SQ state bit
https://git.kernel.org/netdev/net-next/c/2f014f4016db
- [net-next,02/14] net/mlx5e: Cleanup un
From: Tariq Toukan
Maintaining an SQ state bit to indicate TLS support
has no real need, a simple and fast test [1] for the SKB is
almost equally good.
[1] !skb->sk || !tls_is_sk_tx_device_offloaded(skb->sk)
Signed-off-by: Tariq Toukan
Signed-off-by: Saeed Mahameed
---
drivers/net/ethernet/m