[dpdk-stable] [PATCH] net/mlx5: fix non-matching parameters documentation

Yongseok Koh yskoh at mellanox.com
Mon Sep 17 23:07:20 CEST 2018


> On Sep 17, 2018, at 9:03 AM, Asaf Penso <asafp at mellanox.com> wrote:
> 
> 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: yskoh at mellanox.com
> Cc: stable at dpdk.org
> 
> Signed-off-by: Asaf Penso <asafp at mellanox.com>
> ---
Acked-by: Yongseok Koh <yskoh at mellanox.com>

Thanks and welcome to the DPDK world!
Yongseok

> 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 d225b9c..f5c1005 100644
> --- a/drivers/net/mlx5/mlx5_rxtx.h
> +++ b/drivers/net/mlx5/mlx5_rxtx.h
> @@ -713,10 +713,6 @@ uint16_t mlx5_rx_burst_vec(void *dpdk_txq, struct rte_mbuf **pkts,
>  *   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
> -- 
> 1.8.3.1
> 



More information about the stable mailing list