From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v4 1/2] net/ixgbe: add SSE4.1 support to vPMD's minimum requirement Date: Fri, 7 Jul 2017 11:57:47 +0100 Message-ID: References: <1494991243-21940-1-git-send-email-qi.z.zhang@intel.com> <1497344306-24626-1-git-send-email-qi.z.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org, wenzhuo.lu@intel.com, helin.zhang@intel.com To: Qi Zhang , konstantin.ananyev@intel.com Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id C86AA2C8 for ; Fri, 7 Jul 2017 12:57:50 +0200 (CEST) In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 6/15/2017 11:26 AM, Ferruh Yigit wrote: > On 6/13/2017 9:58 AM, Qi Zhang wrote: >> x86 vPMD will be disabled if currently platform does not support SSE4.1. >> This is the prework to enable vPMD ptype offload where SSE4.1 instrunctions >> will be involved. >> >> Signed-off-by: Qi Zhang > > Series applied to dpdk-next-net/master, thanks. > > (Kept original Ack from Konstantin.) This check is no more required because of Bruce's patchset [1] increases minimum required support to SSE4.2, thanks Thomas for catching this. Patch will be dropped from next-net. [1] http://dpdk.org/ml/archives/dev/2017-June/thread.html#68237