mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 00:51:51 -04:00
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:
committed by
David S. Miller
parent
04e0fd006a
commit
f29ffdb65f
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user