commit | 5b7af02c26d84cf56dfd7e6906e244e31e92d593 | [log] [tgz] |
---|---|---|
author | Mitch A Williams <mitch.a.williams@intel.com> | Fri Mar 28 06:49:02 2014 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Apr 11 06:23:25 2014 -0700 |
tree | 1dab8e85e1aa17a8aeff3c8cd8a145a85170cc9f | |
parent | fe6d4aa437baf185bc98b83eaff229a3ac5d738c [diff] |
i40evf: program RSS LUT correctly A recent change broke the RSS LUT programming, causing it to be programmed with all 0. Correct this by actually assigning the incremented value back to the counter variable so that the increment will be remembered by the calling function. While we're at it, add a proper kernel-doc function comment to our helper function. Signed-off-by: Mitch Williams <mitch.a.williams@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>