net/ixgbe: rename x86 vector driver file
To be consistent with the naming for ARM NEON implementation, ixgbe_rxtx_vec.c is renamed to ixgbe_rxtx_vec_sse.c. Signed-off-by: Jianbo Liu <jianbo.liu@linaro.org> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
This commit is contained in:
parent
90f12e7a4d
commit
0e51f9dc48
@ -111,7 +111,7 @@ SRCS-$(CONFIG_RTE_LIBRTE_IXGBE_PMD) += ixgbe_pf.c
|
||||
ifeq ($(CONFIG_RTE_ARCH_ARM64),y)
|
||||
SRCS-$(CONFIG_RTE_IXGBE_INC_VECTOR) += ixgbe_rxtx_vec_neon.c
|
||||
else
|
||||
SRCS-$(CONFIG_RTE_IXGBE_INC_VECTOR) += ixgbe_rxtx_vec.c
|
||||
SRCS-$(CONFIG_RTE_IXGBE_INC_VECTOR) += ixgbe_rxtx_vec_sse.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_RTE_NIC_BYPASS),y)
|
||||
|
Loading…
Reference in New Issue
Block a user