]> git.baikalelectronics.ru Git - kernel.git/commit
i40evf: program RSS LUT correctly
authorMitch A Williams <mitch.a.williams@intel.com>
Fri, 28 Mar 2014 06:49:02 +0000 (06:49 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 11 Apr 2014 13:23:25 +0000 (06:23 -0700)
commit946904529a7a4c27fe44c1fec9f01ab5bd14ecc6
tree1dab8e85e1aa17a8aeff3c8cd8a145a85170cc9f
parent54e1aee28a479f9b18fa9d85bc3855ca2cc8b11e
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>
drivers/net/ethernet/intel/i40evf/i40evf_main.c