Skip to content

Commit afce927

Browse files
Tariq ToukanSaeed Mahameed
authored andcommitted
net/mlx5e: Fix outdated TLS comment
Comment is outdated since commit 40379a0 ("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>
1 parent b5618a6 commit afce927

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • drivers/net/ethernet/mellanox/mlx5/core/en_accel

drivers/net/ethernet/mellanox/mlx5/core/en_accel/en_accel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ static inline bool mlx5e_accel_tx_begin(struct net_device *dev,
124124
mlx5e_udp_gso_handle_tx_skb(skb);
125125

126126
#ifdef CONFIG_MLX5_EN_TLS
127-
/* May send SKBs and WQEs. */
127+
/* May send WQEs. */
128128
if (mlx5e_ktls_skb_offloaded(skb))
129129
if (unlikely(!mlx5e_ktls_handle_tx_skb(dev, sq, skb,
130130
&state->tls)))

0 commit comments

Comments
 (0)