numam-dpdk/drivers/net/fm10k
Ferruh Yigit b565280d45 net/fm10k: fix non-x86 build
'fm10k_rxtx_vec.c' is SSE vector instructions implementation and should
be compiled only for x86.

The vector PMD support controlled by
'CONFIG_RTE_LIBRTE_FM10K_INC_VECTOR' config option, but it is enabled by
default, safer to add x86 checks too.

Fixes: 10eb9ce8dc ("fm10k: allow to disable vector driver")
Cc: stable@dpdk.org

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Xiao Wang <xiao.w.wang@intel.com>
2020-02-19 18:19:12 +01:00
..
base net/fm10k: remove local bool type 2020-01-17 19:46:02 +01:00
fm10k_ethdev.c net/fm10k: remove local bool type 2020-01-17 19:46:02 +01:00
fm10k_logs.h net/fm10k: use dynamic log type for Tx/Rx debug 2019-10-07 15:00:57 +02:00
fm10k_rxtx_vec.c net/fm10k: fix mbuf free in vector Rx 2019-11-08 23:15:04 +01:00
fm10k_rxtx.c net/fm10k: fix descriptor VLAN field filling in Tx 2020-01-17 19:45:23 +01:00
fm10k.h net: add rte prefix to ether defines 2019-05-24 13:34:45 +02:00
Makefile net/fm10k: fix non-x86 build 2020-02-19 18:19:12 +01:00
meson.build drivers/net: use ack in interrupt handlers 2019-07-23 12:00:23 +02:00
rte_pmd_fm10k_version.map build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00