Re: [dpdk-dev] [PATCH v2 3/4] net/mlx5: fix description of function return value

2019-05-02 Thread Yongseok Koh
> On May 2, 2019, at 8:01 AM, Dekel Peled wrote: > > Return value of function mlx5_rxq_releasable() was not described > correctly in function description. > > This patch updates the description to correctly describe the optional > return values. > > Fixes: a6d83b6a9209 ("net/mlx5: standardize

[dpdk-dev] [PATCH v2 3/4] net/mlx5: fix description of function return value

2019-05-02 Thread Dekel Peled
Return value of function mlx5_rxq_releasable() was not described correctly in function description. This patch updates the description to correctly describe the optional return values. Fixes: a6d83b6a9209 ("net/mlx5: standardize on negative errno values") cc: sta...@dpdk.org Signed-off-by: Dekel