From 16a25aa1b73f1a2249979c226c9ced24802e87a6 Mon Sep 17 00:00:00 2001 From: Asaf Penso Date: Thu, 29 Nov 2018 11:39:32 +0000 Subject: [PATCH] net/mlx5: fix function documentation tso and vlan parameters were removed from the signature of txq_mbuf_to_swp function. The documentation of the function was not updated accordingly. Remove the tso and vlan documentation to match the function signature. Fixes: 8f6d9e13a98c ("net/mlx5: remove redundant checks") Cc: stable@dpdk.org Signed-off-by: Asaf Penso Reviewed-by: Ferruh Yigit --- drivers/net/mlx5/mlx5_rxtx.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/net/mlx5/mlx5_rxtx.h b/drivers/net/mlx5/mlx5_rxtx.h index f47d327cfb..75194a3fac 100644 --- a/drivers/net/mlx5/mlx5_rxtx.h +++ b/drivers/net/mlx5/mlx5_rxtx.h @@ -733,10 +733,6 @@ mlx5_tx_dbrec(struct mlx5_txq_data *txq, volatile struct mlx5_wqe *wqe) * Pointer to the Tx queue. * @param buf * Pointer to the mbuf. - * @param tso - * TSO offloads enabled. - * @param vlan - * VLAN offloads enabled * @param offsets * Pointer to the SWP header offsets. * @param swp_types -- 2.20.1