net/mlx5: use correct RETA table size
authorYongseok Koh <yskoh@mellanox.com>
Mon, 20 Mar 2017 23:04:34 +0000 (16:04 -0700)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 4 Apr 2017 17:03:02 +0000 (19:03 +0200)
commitd365210ef18212a73b2821b669f94d86b469225a
treefc7c87a9841f1ef88fb6a811197e04f8b14aee10
parent6f60ca5e5ef386ae362676b1e8f6678cfae36e63
net/mlx5: use correct RETA table size

When querying and updating RSS RETA table, it always uses the max size of
the device instead of configured value. This patch fixes it and removed the
related comments in the code.

Signed-off-by: Yongseok Koh <yskoh@mellanox.com>
drivers/net/mlx5/mlx5_ethdev.c
drivers/net/mlx5/mlx5_rss.c