numam-dpdk/drivers/net/fm10k/base
Xiao Wang 794b799086 fm10k/base: allow removal of slot appropriate check
The Linux Kernel provides the OS a call "pcie_get_minimum_link" which
can crawl the PCIe tree and determine the actual minimum link speed of a
device which is a more general check than provided by
is_slot_appropriate. Thus, the kernel driver does not use or want the
is_slot_appropriate function call. Add a NO_IS_SLOT_APPROPRIATE_CHECK
definition which can be defined to remove the code.
If left undefined (the default) then the code will all be active and no
driver changes should be necessary.

Signed-off-by: Wang Xiao W <xiao.w.wang@intel.com>
Tested-by: Heng Ding <hengx.ding@intel.com>
Acked-by: Jing Chen <jing.d.chen@intel.com>
2016-03-16 18:51:44 +01:00
..
fm10k_api.c fm10k/base: allow removal of slot appropriate check 2016-03-16 18:51:44 +01:00
fm10k_api.h fm10k/base: allow removal of slot appropriate check 2016-03-16 18:51:44 +01:00
fm10k_common.c fm10k: move to drivers/net/ 2015-05-22 16:06:22 +02:00
fm10k_common.h fm10k: move to drivers/net/ 2015-05-22 16:06:22 +02:00
fm10k_mbx.c fm10k/base: wrap long lines 2016-03-16 18:51:44 +01:00
fm10k_mbx.h fm10k/base: add mailbox counters 2015-10-07 13:25:07 +02:00
fm10k_osdep.h fm10k: support Boulder Rapid device 2015-10-29 23:47:44 +01:00
fm10k_pf.c fm10k/base: allow removal of slot appropriate check 2016-03-16 18:51:44 +01:00
fm10k_pf.h fm10k/base: clean up namespace pollution 2016-03-16 18:51:43 +01:00
fm10k_tlv.c fm10k/base: add bit macro 2016-03-16 18:51:44 +01:00
fm10k_tlv.h fm10k/base: clean up namespace pollution 2016-03-16 18:51:43 +01:00
fm10k_type.h fm10k/base: allow removal of slot appropriate check 2016-03-16 18:51:44 +01:00
fm10k_vf.c fm10k/base: allow removal of slot appropriate check 2016-03-16 18:51:44 +01:00
fm10k_vf.h fm10k/base: add clock offset message 2015-10-07 13:35:48 +02:00