linux/drivers/net/ethernet/intel/ixgbevf
Tony Nguyen 82fb670c5f ixgbevf: Fix errors in retrieving RETA and RSS from PF
Mailbox support for getting RETA and RSS is available for only 82599 and
x540; a previous patch reversed the logic and these adapters were
returning not supported.

Also, the NACK check in ixgbevf_get_rss_key_locked() was checking for the
command IXGBE_VF_GET_RETA instead of IXGBE_VF_GET_RSS_KEY.

This patch corrects both issues by correcting the logic and checking for
the right command.

Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2017-04-29 20:01:04 -07:00
..
defines.h ixgbevf: add VF support for new hardware 2016-07-22 01:27:47 -07:00
ethtool.c ixgbevf: fix size of queue stats length 2017-04-29 20:01:03 -07:00
ixgbevf_main.c ixgbevf: get rid of custom busy polling code 2017-02-03 17:17:53 -05:00
ixgbevf.h ixgbevf: get rid of custom busy polling code 2017-02-03 17:17:53 -05:00
Makefile
mbx.c ixgbevf: ixgbevf_write/read_posted_mbx should use IXGBE_ERR_MBX to initialize ret_val 2016-06-29 09:18:06 -07:00
mbx.h ixgbevf: Add support for VF promiscuous mode 2017-01-03 13:03:40 -08:00
regs.h
vf.c ixgbevf: Fix errors in retrieving RETA and RSS from PF 2017-04-29 20:01:04 -07:00
vf.h ixgbevf: Add range checking for setting MTU 2016-07-22 01:52:08 -07:00