qed*: RSS indirection based on queue-handles

A step toward having qede agnostic to the queue configurations
in firmware/hardware - let the RSS indirections use queue handles
instead of actual queue indices.

Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Mintz, Yuval 2017-01-01 13:57:07 +02:00 committed by David S. Miller
parent 04e0fd006a
commit f29ffdb65f
9 changed files with 392 additions and 265 deletions

View file

@ -77,7 +77,7 @@ struct qed_dev_eth_info {
};
struct qed_update_vport_rss_params {
u16 rss_ind_table[128];
void *rss_ind_table[128];
u32 rss_key[10];
u8 rss_caps;
};