Re: [dpdk-dev] [PATCH 2/4] net/mlx5: fix potential buffer overflow
On 5/12/2018 2:35 AM, Yongseok Koh wrote: > Fixes: f0d61f8f8953 ("net/mlx5: add Multi-Packet Rx support") > > Signed-off-by: Yongseok Koh Squashed into relevant commit in next-net, thanks.
[dpdk-dev] [PATCH 2/4] net/mlx5: fix potential buffer overflow
Fixes: f0d61f8f8953 ("net/mlx5: add Multi-Packet Rx support") Signed-off-by: Yongseok Koh --- drivers/net/mlx5/mlx5_rxtx.c | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/drivers/net/mlx5/mlx5_rxtx.c b/drivers/net/mlx5/mlx5_rxtx.c index 387463792..c887d550f