mirror of
https://github.com/raspberrypi/linux.git
synced 2026-01-05 10:47:34 +00:00
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>
This commit is contained in:
committed by
Saeed Mahameed
parent
b5618a6b19
commit
afce9271fa
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user