net/mlx5: fix rxq interrupt memory corruption
authorShahaf Shuler <shahafs@mellanox.com>
Thu, 9 Nov 2017 13:10:14 +0000 (15:10 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 10 Nov 2017 08:56:26 +0000 (08:56 +0000)
commitb2e0e28e30767386a31bfb03aed724aa8b0a7198
tree63bed0c4d7a2065fed340a2470e3e3e3904a5ce8
parent4daae08e7f5894cfa4cc729b21c1ac9750c2084c
net/mlx5: fix rxq interrupt memory corruption

intr_vec allocation size was wrong causing a memory corruption.

Fixes: e1016cb73383 ("net/mlx5: 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/mlx5/mlx5_rxq.c