net/mlx5e: Fix outdated TLS comment

Comment is outdated since
commit 40379a0084 ("net/mlx5_fpga: Drop INNOVA TLS support").

Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Reviewed-by: Gal Pressman <gal@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
pull/938/head
Tariq Toukan 2023-02-15 16:09:17 -08:00 committed by Saeed Mahameed
parent b5618a6b19
commit afce9271fa
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ static inline bool mlx5e_accel_tx_begin(struct net_device *dev,
mlx5e_udp_gso_handle_tx_skb(skb);
#ifdef CONFIG_MLX5_EN_TLS
/* May send SKBs and WQEs. */
/* May send WQEs. */
if (mlx5e_ktls_skb_offloaded(skb))
if (unlikely(!mlx5e_ktls_handle_tx_skb(dev, sq, skb,
&state->tls)))