Re: [dpdk-dev] [PATCH] net/mlx5: fix multi segment packet send

2016-12-27 Thread Adrien Mazarguil
Hi Shahaf, On Mon, Dec 26, 2016 at 05:28:36PM +0200, Shahaf Shuler wrote: > Dseg pointer is not initialised when the first segment is inlined > causing a segmentation fault in such situation. > > Fixes: 2a66cf378954 ("net/mlx5: support inline send") > > CC: sta...@dpdk.org > Signed-off-by: Shaha

[dpdk-dev] [PATCH] net/mlx5: fix multi segment packet send

2016-12-26 Thread Shahaf Shuler
Dseg pointer is not initialised when the first segment is inlined causing a segmentation fault in such situation. Fixes: 2a66cf378954 ("net/mlx5: support inline send") CC: sta...@dpdk.org Signed-off-by: Shahaf Shuler --- drivers/net/mlx5/mlx5_rxtx.c | 6 +- 1 file changed, 5 insertions(+),