From mboxrd@z Thu Jan 1 00:00:00 1970 From: Qi Zhang Subject: [PATCH 0/3] disable vector PMD for i686 Date: Mon, 24 Apr 2017 10:58:45 -0400 Message-ID: <20170424145848.18544-1-qi.z.zhang@intel.com> Cc: dev@dpdk.org, Qi Zhang To: jingjing.wu@intel.com, wenzhuo.lu@intel.com, helin.zhang@intel.com, jing.d.chen@intel.com Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 06F932B9B for ; Mon, 24 Apr 2017 16:08:25 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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