From: Qi Zhang <qi.z.zhang@intel.com>
To: qi.z.zhang@intel.com
Cc: stable@dpdk.org
Subject: [dpdk-stable] [PATCH 1/3 v2] net/i40e: disable vector PMD for i686
Date: Thu, 27 Apr 2017 02:57:24 -0400 [thread overview]
Message-ID: <20170427065726.65325-2-qi.z.zhang@intel.com> (raw)
In-Reply-To: <20170427065726.65325-1-qi.z.zhang@intel.com>
Vector PMD does not support i686, it should not be compiled
Fixes: 8e109464c02292 ("i40e: allow vector Rx and Tx usage")
Cc: stable@dpdk.org
Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
---
drivers/net/i40e/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/i40e/Makefile b/drivers/net/i40e/Makefile
index 56f210d..0a3824e 100644
--- a/drivers/net/i40e/Makefile
+++ b/drivers/net/i40e/Makefile
@@ -101,7 +101,7 @@ ifeq ($(CONFIG_RTE_ARCH_ARM64),y)
SRCS-$(CONFIG_RTE_LIBRTE_I40E_INC_VECTOR) += i40e_rxtx_vec_neon.c
else ifeq ($(CONFIG_RTE_ARCH_PPC_64),y)
SRCS-$(CONFIG_RTE_LIBRTE_I40E_INC_VECTOR) += i40e_rxtx_vec_altivec.c
-else
+else ifeq ($(CONFIG_RTE_ARCH_X86_64),y)
SRCS-$(CONFIG_RTE_LIBRTE_I40E_INC_VECTOR) += i40e_rxtx_vec_sse.c
endif
SRCS-$(CONFIG_RTE_LIBRTE_I40E_PMD) += i40e_ethdev_vf.c
--
2.9.3
next parent reply other threads:[~2017-04-27 6:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20170427065726.65325-1-qi.z.zhang@intel.com>
2017-04-27 6:57 ` Qi Zhang [this message]
2017-04-27 6:57 ` [dpdk-stable] [PATCH 2/3 v2] net/ixgbe: " Qi Zhang
2017-04-27 6:57 ` [dpdk-stable] [PATCH 3/3 v2] net/fm10k: " Qi Zhang
[not found] <20170424145848.18544-1-qi.z.zhang@intel.com>
[not found] ` <20170427070107.65465-1-qi.z.zhang@intel.com>
2017-04-27 7:01 ` [dpdk-stable] [PATCH 1/3 v2] net/i40e: " Qi Zhang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170427065726.65325-2-qi.z.zhang@intel.com \
--to=qi.z.zhang@intel.com \
--cc=stable@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).