commit | 936896e9080b84b0e8b9b23e84fb734e91f5ba6d | [log] [tgz] |
---|---|---|
author | Achiad Shochat <achiad@mellanox.com> | Sun Aug 16 16:04:46 2015 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 17 15:51:35 2015 -0700 |
tree | ed77fbf1a0b9ce023dac81c6ae330478f260371a | |
parent | 57afead5445de85658e3fa3811ef0cdbf5ed73bf [diff] |
net/mlx5e: Make RSS indirection table size a constant The indirection table size was defined by a variable that was actually assigned a constant value. Since we do not have any forseen intension to make it configurable we simply made it a constant. We also limit the number of channels such that the RSS indirection table could always populate all RX rings. Signed-off-by: Achiad Shochat <achiad@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>