These two patches give a way to enable relax order mode in intel NIC's driver. CONFIG_ARCH_WANT_RELAX_ORDER is a common macro for CPU architecture to use relax order, it can be defined in arch/xxx/Kconfig, such as arch/sparc/Kconfig; but for some special CPU architecture, such as arm64, it can't be defined in arch/arm64/Kconfig, because not all of arm64 CPU must use relax order mode, so this patch give a way to select CONFIG_ARCH_WANT_RELAX_ORDER in intel NIC's Kconfig.
Mao Wenan (2): ixgbevf and 82598 relax order mode support add one config to select relax order mode in intel NIC's Kconfig drivers/net/ethernet/intel/Kconfig | 15 +++++++++++++++ drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c | 4 ++-- drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) -- 2.7.0