net/mlx4: fix rxq interrupt memory corruption
authorShahaf Shuler <shahafs@mellanox.com>
Thu, 9 Nov 2017 13:50:49 +0000 (15:50 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 10 Nov 2017 09:04:20 +0000 (09:04 +0000)
commit8ec50cd6240a50498989c08661819960d8e75243
tree695945144c8006237b5fb9fd0699924816567794
parentb2e0e28e30767386a31bfb03aed724aa8b0a7198
net/mlx4: fix rxq interrupt memory corruption

intr_vec allocation size was wrong causing a memory corruption.

Fixes: 0a2ae703192c ("net/mlx4: fix Rx interrupts management")
Cc: stable@dpdk.org
Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
drivers/net/mlx4/mlx4_intr.c