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 <[email protected]> Reviewed-by: Gal Pressman <[email protected]> Signed-off-by: Saeed Mahameed <[email protected]>
1 parent b5618a6 commit afce927

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/ethernet/mellanox/mlx5/core/en_accel

1 file changed

+1
-1
lines changed

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)