From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa0-f42.google.com (mail-oa0-f42.google.com [209.85.219.42]) by dpdk.org (Postfix) with ESMTP id 7356D231C for ; Mon, 19 May 2014 10:13:26 +0200 (CEST) Received: by mail-oa0-f42.google.com with SMTP id j17so5842178oag.1 for ; Mon, 19 May 2014 01:13:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Ut+ncK/1tYxAYvm6DGYufkqPLny08C+Je6EjsIueBtM=; b=W+k8KnbbWwHwKtnK13/U+tdnn2QQpI1wav7QuyXOY/gzPKGGqPrltDYY8rjx6WetJL ojIvEvy1T2IRgOp7zT3xRnk6H9BUyIV7ATUTftCoEOP8tBES381wTbuqk0FqDi97/h8K JvSpC8FmQo/jSndc81K4ZBcs4AxqY4V4nh3izLva81xjp/9CwWp79ww/5qLTsL48x4Q+ rj2odz4Iuai6y0LFZAzQwyOAX1Ayc8hT/WNmEz1j2VRMOvz1yMUvrzOrscnOshv1HgYR MOnqoV38HyTHi4I3IM+xKXQmFz4CIlcWZZ+L5inGz09fvO2DOHh2NsCS/7bGmJ9ySUdB 4WUA== X-Gm-Message-State: ALoCoQnfZ0kNNaUvXb0NJh38181ruNg1H/iG25rs3NXBfgdGsDvh52KgWCV8Qu/T8FzsgrMy7Rdf MIME-Version: 1.0 X-Received: by 10.182.33.99 with SMTP id q3mr34356795obi.33.1400487215079; Mon, 19 May 2014 01:13:35 -0700 (PDT) Received: by 10.76.79.36 with HTTP; Mon, 19 May 2014 01:13:34 -0700 (PDT) In-Reply-To: <59AF69C657FD0841A61C55336867B5B01AA19BC8@IRSMSX103.ger.corp.intel.com> References: <1400079489-13152-1-git-send-email-david.marchand@6wind.com> <1400079489-13152-2-git-send-email-david.marchand@6wind.com> <59AF69C657FD0841A61C55336867B5B01AA19BC8@IRSMSX103.ger.corp.intel.com> Date: Mon, 19 May 2014 10:13:34 +0200 Message-ID: From: David Marchand To: "Richardson, Bruce" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH 1/3] config: factorize configurations 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: Mon, 19 May 2014 08:13:26 -0000 Hello Bruce, I agree that we should merge those in the (near ?) future, all the more so as bsd and linux implementations are getting closer. Anyway, thanks. -- David Marchand On Wed, May 14, 2014 at 5:10 PM, Richardson, Bruce < bruce.richardson@intel.com> wrote: > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of David Marchand > > Sent: Wednesday, May 14, 2014 3:58 PM > > To: dev@dpdk.org > > Subject: [dpdk-dev] [PATCH 1/3] config: factorize configurations > > > > linux and bsd default configurations now have their own default common > > configuration files. > > Specific options are then set in the specific files. > > This makes it easier to globally enable/disable some features in DPDK for > > multiple targets. > > > Good idea. Perhaps the bsdapp and linuxapp common files could be even > merged themselves in future. Otherwise ... > > Acked-by: Bruce Richardson >