From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com
 [209.85.212.181]) by dpdk.org (Postfix) with ESMTP id 2EC65C720
 for <dev@dpdk.org>; Fri, 31 Jul 2015 22:46:27 +0200 (CEST)
Received: by wibxm9 with SMTP id xm9so48825941wib.0
 for <dev@dpdk.org>; Fri, 31 Jul 2015 13:46:27 -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=2mq1aX+Jukm3nOnhZzIsFckE6wPxs3FqhjNtNVMtID4=;
 b=gocSU5llI0qjuiKw3fK+jpSLM5iuoIfUPwkwNH0+W8ysH64MjAhrD3jYnucmoBiBCP
 4/UEIgQS2Zcte/YLYH+0o4z+bHuQcb1IoGTQqdxeuJHAv3B0sxzR5W/D88AAgyi1Hmlo
 4LLFDtFzrJ+1HYUJKbs6F7UzIzsbiA9f0TtZb1QtzYPkh7UcmRO14R/UplBGOgGTSw4f
 uCsZiaFsRLVQqTELFyYJm8GhdoUX0CWiUH+UrS/dOFGL0G39cRNwkANqj/xDn2eyhh8N
 TRHlRJ66bQ7oS0yUXP6W1yBc/NAmIgOraRiZ+UeJncR/Qi2EdAWNW/h6lyMkXiEX/xN/
 PzwA==
X-Gm-Message-State: ALoCoQmcCGjGy26srkxPo4bhdgrn1GgTf4mxMy071KOzoW53YFC3QlOOhRq0CZ5rIwKBhb9KBVvc
X-Received: by 10.180.23.66 with SMTP id k2mr10421831wif.85.1438375586864;
 Fri, 31 Jul 2015 13:46:26 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id di7sm6210746wib.23.2015.07.31.13.46.25
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Fri, 31 Jul 2015 13:46:25 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Helin Zhang <helin.zhang@intel.com>,
 Konstantin Ananyev <konstantin.ananyev@intel.com>,
 Bruce Richardson <bruce.richardson@intel.com>
Date: Fri, 31 Jul 2015 22:45:10 +0200
Message-ID: <2836863.ljvqHfSxS9@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; )
In-Reply-To: <2490473.jjJga3lrlm@xps13>
References: <2490473.jjJga3lrlm@xps13>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] config files maintenance
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: Fri, 31 Jul 2015 20:46:27 -0000

2015-07-31 17:08, Thomas Monjalon:
> Can we enable ixgbe SSE on BSD?
> CONFIG_RTE_IXGBE_RX_OLFLAGS_DISABLE must be renamed to
> CONFIG_RTE_IXGBE_RX_OLFLAGS_ENABLE, or can we remove this option?
> Can we remove i40e bulk alloc option?
> Why IEEE1588 is disabled? Can we remove this option?

One more question:
Can we remove CONFIG_RTE_PMD_PACKET_PREFETCH (always enabled)?