forked from Minki/linux
i40evf: Fix get_rss_aq
We were passing in the seed where we should just be passing false because we want the VSI table not the pf table. Change-ID: I9b633ab06eb59468087f0c0af8539857e99f9495 Signed-off-by: Catherine Sullivan <catherine.sullivan@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
8c806b676d
commit
539a379c50
@ -1341,7 +1341,7 @@ static int i40evf_get_rss_aq(struct i40e_vsi *vsi, const u8 *seed,
|
||||
}
|
||||
|
||||
if (lut) {
|
||||
ret = i40evf_aq_get_rss_lut(hw, vsi->id, seed, lut, lut_size);
|
||||
ret = i40evf_aq_get_rss_lut(hw, vsi->id, false, lut, lut_size);
|
||||
if (ret) {
|
||||
dev_err(&adapter->pdev->dev,
|
||||
"Cannot get RSS lut, err %s aq_err %s\n",
|
||||
|
Loading…
Reference in New Issue
Block a user