Re: [dpdk-stable] [PATCH] net/mlx5: fix Tx when first segment size is too short
From: Ferruh Yigit <hidden>
Date: 2017-03-30 16:32:15
From: Ferruh Yigit <hidden>
Date: 2017-03-30 16:32:15
On 3/29/2017 8:51 AM, Nelio Laranjeiro wrote:
First segment size must be at least 18 bytes, packets not respecting this
are silently not sent by the NIC but counted as sent by the PMD. The only
way to figure out is compiling the PMD in debug mode.
Cc: stable@dpdk.org
Fixes: 6579c27c11a5 ("net/mlx5: remove gather loop on segments")
Signed-off-by: Nelio Laranjeiro <redacted>
Acked-by: Adrien Mazarguil <redacted>
Acked-by: Yongseok Koh <redacted>Applied to dpdk-next-net/master, thanks.