From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Jul 2017 03:57:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,322,1496127600"; d="scan'208";a="105805507" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by orsmga004.jf.intel.com with ESMTP; 07 Jul 2017 03:57:48 -0700 From: Ferruh Yigit To: Qi Zhang , konstantin.ananyev@intel.com Cc: dev@dpdk.org, wenzhuo.lu@intel.com, helin.zhang@intel.com References: <1494991243-21940-1-git-send-email-qi.z.zhang@intel.com> <1497344306-24626-1-git-send-email-qi.z.zhang@intel.com> Message-ID: Date: Fri, 7 Jul 2017 11:57:47 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v4 1/2] net/ixgbe: add SSE4.1 support to vPMD's minimum requirement 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: Fri, 07 Jul 2017 10:57:51 -0000 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