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:
parent
04e0fd006a
commit
f29ffdb65f
9 changed files with 392 additions and 265 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue