Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 539a379c authored by Catherine Sullivan's avatar Catherine Sullivan Committed by Jeff Kirsher
Browse files

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: default avatarCatherine Sullivan <catherine.sullivan@intel.com>
Tested-by: default avatarAndrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 8c806b67
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",