From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 52196594F for ; Wed, 21 May 2014 16:33:40 +0200 (CEST) Received: by mail-wg0-f52.google.com with SMTP id l18so2127292wgh.35 for ; Wed, 21 May 2014 07:33:49 -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=6BkV0ZgkeBaooU/yFs5mkSGAZsMDZftAZg8W6jweIx8=; b=HbmmHJZGXqOvQjCLOrkkLYM7CM0d9ZMbh0m+3hC+qzYSG9/6o4vYvRIQMJn+2df/Yh n6gXiPoyQJbwxvTPBwgpWuU9K35Ob6jYuOGqIsR0aNy+AFA6Q4APa1qQEEw22LOI4Q6W YyECmpIgbr1svwEdfpp9/ueOQau8zD26uJ13y8qDgIrvA8c46HFWne9u4e+3IQR1ApGh 45f176XV7i2hGOkcuzdQxe244s2sLu6wlXyjLyhJf6Ic6pJf5ph9NPTb+xAgeoeXD7JI QHSHIiL/XgvZ2kXGB4+eh/fVqemoJaxlcO5yKxC/2QMw0EZ79SxTgxD9TRlWJkPAbBTJ zgYg== X-Gm-Message-State: ALoCoQlc0fI6Vlq8gOZRDKC/z10d4fGEUuuAf7zRUhz0n9H2Q5M0H6ktFkX094wj0uOEKLHV7hHi X-Received: by 10.194.185.148 with SMTP id fc20mr44234716wjc.27.1400682829686; Wed, 21 May 2014 07:33:49 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id go1sm2619840wib.7.2014.05.21.07.33.48 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 May 2014 07:33:48 -0700 (PDT) From: Thomas Monjalon To: David Marchand Date: Wed, 21 May 2014 16:33:46 +0200 Message-ID: <9864870.5rZgTyaARp@xps13> Organization: 6WIND User-Agent: KMail/4.13 (Linux/3.14.4-1-ARCH; KDE/4.13.0; x86_64; ; ) 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> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Wed, 21 May 2014 14:33:40 -0000 2014-05-14 15:10, Richardson, Bruce: > > -----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 Applied for version 1.7.0. Thanks -- Thomas