[dpdk-dev] [PATCH 0/3] disable vector PMD for i686

Qi Zhang qi.z.zhang at intel.com
Mon Apr 24 16:58:45 CEST 2017


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



More information about the dev mailing list