1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/net/ethernet/intel/i40evf
Mitch A Williams 5b7af02c26 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>
2014-04-11 06:23:25 -07:00
..
i40e_adminq.c
i40e_adminq.h
i40e_adminq_cmd.h
i40e_alloc.h
i40e_common.c i40e/i40evf: Remove addressof casts to same type 2014-03-31 15:48:02 -07:00
i40e_hmc.h
i40e_lan_hmc.h
i40e_osdep.h
i40e_prototype.h i40evf: remove double space after return 2014-03-28 06:54:00 -07:00
i40e_register.h
i40e_status.h
i40e_txrx.c i40evf: remove open-coded skb_cow_head 2014-04-11 06:16:12 -07:00
i40e_txrx.h
i40e_type.h i40e/i40evf: Add an FD message level 2014-03-28 06:54:00 -07:00
i40e_virtchnl.h
i40evf.h
i40evf_ethtool.c
i40evf_main.c i40evf: program RSS LUT correctly 2014-04-11 06:23:25 -07:00
i40evf_virtchnl.c
Makefile