From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 76E8A93FA for ; Fri, 12 Feb 2016 13:31:47 +0100 (CET) Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id D254770D61; Fri, 12 Feb 2016 12:31:46 +0000 (UTC) Received: from sopuli.koti.laiskiainen.org (vpn1-4-99.ams2.redhat.com [10.36.4.99]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u1CCVj5I000992; Fri, 12 Feb 2016 07:31:46 -0500 To: Bernard Iremonger , dev@dpdk.org, Thomas Monjalon References: <1453991505-15205-1-git-send-email-bernard.iremonger@intel.com> From: Panu Matilainen Message-ID: <56BDD0B1.9040502@redhat.com> Date: Fri, 12 Feb 2016 14:31:45 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <1453991505-15205-1-git-send-email-bernard.iremonger@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 Subject: Re: [dpdk-dev] [PATCH] config: add default linux configuration X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 12:31:47 -0000 On 01/28/2016 04:31 PM, Bernard Iremonger wrote: > add config/defconfig_x86_64-default-linuxapp-gcc file. > > Signed-off-by: Bernard Iremonger > --- > config/defconfig_x86_64-default-linuxapp-gcc | 42 ++++++++++++++++++++++++++++ > 1 file changed, 42 insertions(+) > create mode 100644 config/defconfig_x86_64-default-linuxapp-gcc > There was a related discussion back in March, see http://dpdk.org/ml/archives/dev/2015-March/014626.html I intended to go with that and submit patch(es) but the amount of duplication and new files gets mind-numbing when you make them for all existing targets. In other words, this approach doesn't scale. Thomas, I remember seeing a plan to include a configure script in DPDK many times in past months. Do you have something specific in mind, ie actually use autoconf or just a custom hand-written script named "configure" that roughly resembles autoconf configure or...? - Panu -