From mboxrd@z Thu Jan 1 00:00:00 1970 From: Panu Matilainen Subject: Re: [PATCH] config: remove duplicate configuration information Date: Fri, 4 Mar 2016 11:35:39 +0200 Message-ID: <56D956EB.90104@redhat.com> References: <1456149217-24833-1-git-send-email-keith.wiles@intel.com> <121442835.2vdhmXQbJs@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Thomas Monjalon , Keith Wiles Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 735D22BD7 for ; Fri, 4 Mar 2016 10:35:42 +0100 (CET) In-Reply-To: <121442835.2vdhmXQbJs@xps13> 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" On 03/03/2016 08:37 PM, Thomas Monjalon wrote: > 2016-02-22 07:53, Keith Wiles: >> --- /dev/null >> +++ b/config/common_base >> +CONFIG_RTE_EAL_IGB_UIO=y >> +CONFIG_RTE_EAL_VFIO=y > > These options should be disabled in the base file > and enabled in Linux. > >> +CONFIG_RTE_LIBRTE_PMD_AF_PACKET=y > > Idem, it should be disabled. > >> +CONFIG_RTE_LIBRTE_POWER=y > > Idem? > >> +CONFIG_RTE_LIBRTE_KNI=y > > Should be disabled. Ditto for CONFIG_RTE_KNI_KMOD. - Panu -