From mboxrd@z Thu Jan 1 00:00:00 1970 From: Declan Doherty Subject: Re: [PATCH 09/18] crypto/aesni_mb: remove check for SSE4 Date: Fri, 23 Jun 2017 13:58:04 +0100 Message-ID: References: <20170620152313.107642-1-bruce.richardson@intel.com> <20170620152313.107642-10-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Bruce Richardson Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id C6CF8F94 for ; Fri, 23 Jun 2017 14:58:07 +0200 (CEST) In-Reply-To: <20170620152313.107642-10-bruce.richardson@intel.com> 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 20/06/2017 4:23 PM, Bruce Richardson wrote: > Since SSE4 is now part of the minimum requirements for DPDK, we don't need > to check for its presence any more. > > Signed-off-by: Bruce Richardson > --- ... > Acked-by: Declan Doherty