linux/drivers/net/ethernet/intel/ice
Brett Creeley 46c276cebf ice: Improve clarity of prints and variables
Currently when the device runs out of MSI-X interrupts a cryptic and
unhelpful message is printed. This will cause confusion when hitting this
case. Fix this by clearing up the error message for both SR-IOV and non
SR-IOV use cases.

Also, make a few minor changes to increase clarity of variables.
1. Change per VF MSI-X and queue pair variables in the PF structure.
2. Use ICE_NONQ_VECS_VF when determining pf->num_msix_per_vf instead of
the magic number "1". This vector is reserved for the OICR.

All of the resource tracking functions were moved to avoid adding
any forward declaration function prototypes.

Signed-off-by: Brett Creeley <brett.creeley@intel.com>
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>
2020-03-10 13:09:52 -07:00
..
ice.h ice: Improve clarity of prints and variables 2020-03-10 13:09:52 -07:00
ice_adminq_cmd.h ice: Handle LAN overflow event for VF queues 2020-02-15 16:47:20 -08:00
ice_base.c ice: add backslash-n to strings 2020-02-19 13:26:45 -08:00
ice_base.h ice: Add support to enable/disable all Rx queues before waiting 2020-02-15 16:39:55 -08:00
ice_common.c ice: increase PF reset wait timeout to 300 milliseconds 2020-02-19 13:14:37 -08:00
ice_common.h ice: Remove ice_dev_onetime_setup() 2020-02-12 11:48:26 -08:00
ice_controlq.c
ice_controlq.h ice: Update FW API minor version 2019-11-22 13:43:46 -08:00
ice_dcb.c ice: Trivial fixes 2020-02-12 11:49:12 -08:00
ice_dcb.h
ice_dcb_lib.c ice: Cleanup unneeded parenthesis 2020-03-10 13:09:51 -07:00
ice_dcb_lib.h ice: Validate config for SW DCB map 2020-02-19 12:12:27 -08:00
ice_dcb_nl.c ice: SW DCB, report correct max TC value 2020-02-19 13:09:20 -08:00
ice_dcb_nl.h
ice_devids.h ice: fix define for E822 backplane device 2020-02-19 13:39:33 -08:00
ice_ethtool.c ice: let core reject the unsupported coalescing parameters 2020-03-05 12:12:35 -08:00
ice_flex_pipe.c ice: Fix for TCAM entry management 2020-02-19 12:59:37 -08:00
ice_flex_pipe.h ice: Optimize table usage 2020-01-25 21:42:50 -08:00
ice_flex_type.h ice: Enable writing filtering tables 2020-01-25 21:38:32 -08:00
ice_flow.c ice: Implement ethtool get/set rx-flow-hash 2020-01-25 21:47:28 -08:00
ice_flow.h ice: Implement ethtool get/set rx-flow-hash 2020-01-25 21:47:28 -08:00
ice_hw_autogen.h ice: Always clear the QRXFLXP_CNTXT register for VF Rx queues 2020-02-19 13:01:51 -08:00
ice_lan_tx_rx.h ice: Allocate flow profile 2020-01-24 16:06:32 -08:00
ice_lib.c ice: Improve clarity of prints and variables 2020-03-10 13:09:52 -07:00
ice_lib.h ice: Add support to enable/disable all Rx queues before waiting 2020-02-15 16:39:55 -08:00
ice_main.c ice: Use pci_get_dsn() 2020-03-05 17:36:24 -08:00
ice_nvm.c ice: fix define for E822 backplane device 2020-02-19 13:39:33 -08:00
ice_nvm.h
ice_osdep.h
ice_protocol_type.h ice: Initilialize VF RSS tables 2020-01-25 21:45:19 -08:00
ice_sched.c ice: remove pointless NULL check of port_info 2019-11-22 13:43:42 -08:00
ice_sched.h
ice_sriov.c ice: remove unnecessary fallthrough comments 2020-02-15 16:56:48 -08:00
ice_sriov.h
ice_status.h ice: Populate TCAM filter software structures 2020-01-25 21:34:36 -08:00
ice_switch.c ice: replace "fallthrough" comments with fallthrough reserved word 2020-02-15 17:03:12 -08:00
ice_switch.h
ice_txrx.c ice: replace "fallthrough" comments with fallthrough reserved word 2020-02-15 17:03:12 -08:00
ice_txrx.h ice: Don't reject odd values of usecs set by user 2020-02-19 11:50:41 -08:00
ice_txrx_lib.c ice: Don't allow same value for Rx tail to be written twice 2020-02-12 11:48:22 -08:00
ice_txrx_lib.h
ice_type.h ice: Trivial fixes 2020-02-12 11:49:12 -08:00
ice_virtchnl_pf.c ice: Improve clarity of prints and variables 2020-03-10 13:09:52 -07:00
ice_virtchnl_pf.h ice: allow bigger VFs 2020-03-10 13:09:52 -07:00
ice_xsk.c ice: add backslash-n to strings 2020-02-19 13:26:45 -08:00
ice_xsk.h
Makefile ice: Enable writing hardware filtering tables 2020-01-24 13:18:19 -08:00