From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP; 24 Apr 2017 07:08:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,244,1488873600"; d="scan'208";a="252788508" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.239.129.229]) by fmsmga004.fm.intel.com with ESMTP; 24 Apr 2017 07:08:23 -0700 From: Qi Zhang To: jingjing.wu@intel.com, wenzhuo.lu@intel.com, helin.zhang@intel.com, jing.d.chen@intel.com Cc: dev@dpdk.org, Qi Zhang Date: Mon, 24 Apr 2017 10:58:45 -0400 Message-Id: <20170424145848.18544-1-qi.z.zhang@intel.com> X-Mailer: git-send-email 2.9.3 Subject: [dpdk-dev] [PATCH 0/3] disable vector PMD for i686 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Apr 2017 14:08:26 -0000 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