DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/3] disable vector PMD for i686
@ 2017-04-24 14:58 Qi Zhang
  2017-04-24 14:58 ` [dpdk-dev] [PATCH 1/3] net/i40e: " Qi Zhang
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Qi Zhang @ 2017-04-24 14:58 UTC (permalink / raw)
  To: jingjing.wu, wenzhuo.lu, helin.zhang, jing.d.chen; +Cc: dev, Qi Zhang

Vector PMD does not support i686, it should not be compiled with i686 arch.
Though there is no compile error and sometimes it does works, but it is not
designed for i686 orignally.
We saw some test failed when vPMD is invovled on i686, so it is necessary to
fix.

Qi Zhang (3):
  net/i40e: disable vector PMD for i686
  net/ixgbe: disable vector PMD for i686
  net/fm10k: disable vector PMD for i686

 drivers/net/fm10k/Makefile | 2 ++
 drivers/net/i40e/Makefile  | 2 +-
 drivers/net/ixgbe/Makefile | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-04-28  9:34 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-24 14:58 [dpdk-dev] [PATCH 0/3] disable vector PMD for i686 Qi Zhang
2017-04-24 14:58 ` [dpdk-dev] [PATCH 1/3] net/i40e: " Qi Zhang
2017-04-24 14:58 ` [dpdk-dev] [PATCH 2/3] net/ixgbe: " Qi Zhang
2017-04-24 14:58 ` [dpdk-dev] [PATCH 3/3] net/fm10k: " Qi Zhang
2017-04-27  7:01 ` [dpdk-dev] [PATCH 0/3 v2] " Qi Zhang
2017-04-27  7:01   ` [dpdk-dev] [PATCH 1/3 v2] net/i40e: " Qi Zhang
2017-04-27  7:01   ` [dpdk-dev] [PATCH 2/3 v2] net/ixgbe: " Qi Zhang
2017-04-27  7:01   ` [dpdk-dev] [PATCH 3/3 v2] net/fm10k: " Qi Zhang
2017-04-27  9:25   ` [dpdk-dev] [PATCH 0/3 v2] " Bruce Richardson
2017-04-28  9:14     ` Thomas Monjalon
2017-04-28  9:26       ` Bruce Richardson
2017-04-28  9:34         ` Ferruh Yigit

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).