Xiao Wang 2c4ee442c4 ixgbe: fix RETA query and update on X550
For x550 device, the reta table has 512 entries, but in function
ixgbe_dev_rss_reta_query and ixgbe_dev_rss_reta_update we use an
"uint8_t i" to traverse the entries, this will lead the function
to an endless loop.

This patch changes the data type from uint8_t to uint16_t to fix
the issue.

Fixes: 4bee94a6c22f ("ixgbe: support 512 RSS entries on x550")

Signed-off-by: Wang Xiao W <xiao.w.wang@intel.com>
Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
2016-03-25 19:01:37 +01:00
..
2016-03-16 16:51:12 +01:00
2016-03-25 18:56:43 +01:00
2016-03-25 18:56:44 +01:00
2016-03-25 18:56:43 +01:00
2016-03-25 18:56:44 +01:00
2016-03-25 18:56:43 +01:00
2016-03-16 19:05:47 +01:00
2016-03-04 16:01:15 +01:00