From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/2] Change optimization flag for Intel QuickAssist Technology driver Makefile Date: Tue, 07 Jun 2016 21:37:09 +0200 Message-ID: <6131757.ZHuIMBsuPB@xps13> References: <1465318694-20727-1-git-send-email-arkadiuszx.kusztal@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Jain, Deepak K" , "Trahe, Fiona" , "Griffin, John" To: "Kusztal, ArkadiuszX" Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id C5D8DAD83 for ; Tue, 7 Jun 2016 21:37:12 +0200 (CEST) Received: by mail-wm0-f47.google.com with SMTP id k204so83077579wmk.0 for ; Tue, 07 Jun 2016 12:37:12 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > This patch changes to -O3 optimization flag in Intel QuickAssist Technology > > driver Makefile > > > > Arek Kusztal (2): > > qat: add aad_len variable to avoid GCC break strict-aliasing rules > > warning > > qat: change optimization flag for Intel QuickAssist Technology > > Makefile > > Series-Acked-by: Deepak Kumar JAIN