net/mlx5e: alloc the correct size for indirection_rqt
authorSaeed Mahameed <saeedm@nvidia.com>
Mon, 15 Mar 2021 18:27:01 +0000 (11:27 -0700)
committerSaeed Mahameed <saeedm@nvidia.com>
Fri, 26 Mar 2021 02:49:46 +0000 (19:49 -0700)
commit6def6e47e24f53a9b1f1666fd36c37088c066cec
treea1f97baf819cc4e4635dcbc91615c13ff109c2ce
parent6c996e19949b34d7edebed4f6b0511145c036404
net/mlx5e: alloc the correct size for indirection_rqt

The cited patch allocated the wrong size for the indirection_rqt table,
fix that.

Fixes: 2119bda642c4 ("net/mlx5e: allocate 'indirection_rqt' buffer dynamically")
CC: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c