linux_dsm_epyc7002/drivers/net/ethernet/amazon/ena
Alexander Duyck 8ec56fc3c5 net: allow fallback function to pass netdev
For most of these calls we can just pass NULL through to the fallback
function as the sb_dev. The only cases where we cannot are the cases where
we might be dealing with either an upper device or a driver that would
have configured things to support an sb_dev itself.

The only driver that has any significant change in this patch set should be
ixgbe as we can drop the redundant functionality that existed in both the
ndo_select_queue function and the fallback function that was passed through
to us.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2018-07-09 13:57:25 -07:00
..
ena_admin_defs.h net: ena: add new admin define for future support of IPv6 RSS 2017-10-19 12:51:37 +01:00
ena_com.c net: ena: Eliminate duplicate barriers on weakly-ordered archs 2018-03-26 12:47:56 -04:00
ena_com.h
ena_common_defs.h
ena_eth_com.c net: ena: add detection and recovery mechanism for handling missed/misrouted MSI-X 2018-01-02 14:35:12 -05:00
ena_eth_com.h net: ena: Eliminate duplicate barriers on weakly-ordered archs 2018-03-26 12:47:56 -04:00
ena_eth_io_defs.h
ena_ethtool.c treewide: devm_kzalloc() -> devm_kcalloc() 2018-06-12 16:19:22 -07:00
ena_netdev.c net: allow fallback function to pass netdev 2018-07-09 13:57:25 -07:00
ena_netdev.h net: ena: increase ena driver version to 1.5.0 2018-01-02 14:35:12 -05:00
ena_pci_id_tbl.h
ena_regs_defs.h net: ena: add detection and recovery mechanism for handling missed/misrouted MSI-X 2018-01-02 14:35:12 -05:00
Makefile