From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wg0-f42.google.com (mail-wg0-f42.google.com [74.125.82.42])
 by dpdk.org (Postfix) with ESMTP id D06A02A7
 for <dev@dpdk.org>; Sat, 14 Jun 2014 09:55:30 +0200 (CEST)
Received: by mail-wg0-f42.google.com with SMTP id z12so3555371wgg.13
 for <dev@dpdk.org>; Sat, 14 Jun 2014 00:55:46 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=MY4aRsJXCl+ehX55+NCVKuSVzGNZZBMWVFOHfF9fg2A=;
 b=ZrXXAkLU7Yjq/rPLyKbwpU/VqS2kWOOGdy6kHUmIMIxoOt55vHbVd2f+oRqoi2APig
 iNEwWKBK6H+HaLpsaB9hlDKxg8JyW15GXId6zmzkg3lzejjsRs9gq0Ukp9l4PiBiBjif
 FMj/wLtjH2pcZRi33+K3ZS7wadU8CgMP4IOuGtho4dENqa0MKU6kH0+mngIqiiDt5Gll
 274HD7tKhkxHVINbZgwsTrV+HWr2KOdLBbHYvgCMTFPenx2mgGG94h8A4mlrqu6Vhm+j
 nZgI2riEMnBCZ3qv+baGekWftHT5bOJ98Tp2frAlxu5kLfWX5ONI3abSWw5y8fuI6iSH
 ksBw==
X-Gm-Message-State: ALoCoQkknZZK4UFEyNWgJx/wDkqICaHHYkJTVNtEHgth0TzcV7m3GqD02oPQFTx/d6cJiIPMP7i9
X-Received: by 10.180.83.225 with SMTP id t1mr10933569wiy.28.1402732545935;
 Sat, 14 Jun 2014 00:55:45 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id bq7sm1476486wib.7.2014.06.14.00.55.44
 for <multiple recipients>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Sat, 14 Jun 2014 00:55:45 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "Richardson, Bruce" <bruce.richardson@intel.com>
Date: Sat, 14 Jun 2014 09:55:43 +0200
Message-ID: <1479982.fmX6nuUaYb@xps13>
Organization: 6WIND
User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; )
In-Reply-To: <59AF69C657FD0841A61C55336867B5B01AA36227@IRSMSX103.ger.corp.intel.com>
References: <1402658814-21881-1-git-send-email-konstantin.ananyev@intel.com>
 <1541041.MVudaz1CFn@xps13>
 <59AF69C657FD0841A61C55336867B5B01AA36227@IRSMSX103.ger.corp.intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCHv3 0/5] ACL library
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Sat, 14 Jun 2014 07:55:31 -0000

2014-06-14 00:07, Richardson, Bruce:
> From: Thomas Monjalon
> > I've made the code style changes, move some configuration lines and added
> > to BSD build (not tested).
> > 
> I'd be a bit wary about adding it to the BSD build. I'm only running BSD in
> a VM here, but there GCC fails to recognise the processor supports SSE4
> instruction sets when using "-march=native", and so fails to compile the
> vector code - at least the vectorized PMD functions. That's why I've
> explicitly disabled those in the latest version of the vector PMD patch,
> and I would suggest doing the same for the ACL code for now.

Actually, the configuration option didn't exist for BSD so I added it.
It's better to explicitly disable it with an explanation in git history.

Thanks
-- 
Thomas