[dpdk-dev] [PATCH v5 12/14] net/avf: enable sse vector Rx Tx func

Ferruh Yigit ferruh.yigit at intel.com
Tue Jan 9 18:58:22 CET 2018


On 1/8/2018 5:13 AM, Wenzhuo Lu wrote:
> From: Jingjing Wu <jingjing.wu at intel.com>
> 
> Signed-off-by: Jingjing Wu <jingjing.wu at intel.com>

<...>

> @@ -31,5 +31,6 @@ SRCS-$(CONFIG_RTE_LIBRTE_AVF_PMD) += avf_common.c
>  SRCS-$(CONFIG_RTE_LIBRTE_AVF_PMD) += avf_ethdev.c
>  SRCS-$(CONFIG_RTE_LIBRTE_AVF_PMD) += avf_vchnl.c
>  SRCS-$(CONFIG_RTE_LIBRTE_AVF_PMD) += avf_rxtx.c
> +SRCS-$(CONFIG_RTE_LIBRTE_AVF_INC_VECTOR) += avf_rxtx_vec_sse.c

You may need to wrap this with an arch check to not break other architecture builds.


More information about the dev mailing list