From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jun 2017 05:58:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,378,1493708400"; d="scan'208";a="871031727" Received: from dwdohert-mobl1.ger.corp.intel.com (HELO [163.33.228.219]) ([163.33.228.219]) by FMSMGA003.fm.intel.com with ESMTP; 23 Jun 2017 05:58:04 -0700 To: Bruce Richardson References: <20170620152313.107642-1-bruce.richardson@intel.com> <20170620152313.107642-10-bruce.richardson@intel.com> Cc: dev@dpdk.org From: Declan Doherty Message-ID: Date: Fri, 23 Jun 2017 13:58:04 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170620152313.107642-10-bruce.richardson@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 09/18] crypto/aesni_mb: remove check for SSE4 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, 23 Jun 2017 12:58:08 -0000 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