Re: [dpdk-dev] [PATCH] net/mlx5: fix rxq interrupt memory corruption

2017-11-09 Thread Adrien Mazarguil
On Thu, Nov 09, 2017 at 03:10:14PM +0200, Shahaf Shuler wrote: > intr_vec allocation size was wrong causing a memory corruption. > > Fixes: e1016cb73383 ("net/mlx5: fix Rx interrupts management") > Cc: adrien.mazarg...@6wind.com > Cc: sta...@dpdk.org > > Signed-off-by: Shahaf Shuler Indeed, nic

[dpdk-dev] [PATCH] net/mlx5: fix rxq interrupt memory corruption

2017-11-09 Thread Shahaf Shuler
intr_vec allocation size was wrong causing a memory corruption. Fixes: e1016cb73383 ("net/mlx5: fix Rx interrupts management") Cc: adrien.mazarg...@6wind.com Cc: sta...@dpdk.org Signed-off-by: Shahaf Shuler --- drivers/net/mlx5/mlx5_rxq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d