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

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

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

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