From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id 35D14594F for ; Wed, 21 May 2014 16:35:10 +0200 (CEST) Received: by mail-wi0-f172.google.com with SMTP id hi2so7769390wib.5 for ; Wed, 21 May 2014 07:35:19 -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=OvQgqt3vKK+V8miwoozTNgNa+fnXyR6Qs+hnA1RH49E=; b=XkE32NqNgskSIoe0VPzlxZBQsfdfh4zLhLyUG4/D1yBg+iMwZbmf0Ok/SxE9SYrX6Q wAPAPOg+b2abpXbn9t8FJqqbfUi5sJnSXpqBSZV7dfz93SN4j9NyAljlL9shIJZ4cSC5 f4JCzQszBhctO6Ve8VeZH8uhctJ6kO+YoUc2l6qE3MZADMLMyP/Qi64tG8QDWAtEP2eZ gJt6iv6kN3zJ3SZbDZxEkE5elexhAoCdZqqooeTWCNqFQbtuZNj1/9RQMuH8hyvVSLLD ShoCOTBe7xAsbi5A3WeuqwEkgqk5ciFXbLU5u8iXrvzXeS4cJRnx5ajypOGS5XA5Vf47 OY1g== X-Gm-Message-State: ALoCoQnFI6U76/WRJrHCdv9b0u52Y7CAwCSwq1s2WbaPCOkX6+X6bb3Uy5sNI6w0ukyA0pBN5eUc X-Received: by 10.180.85.10 with SMTP id d10mr10891862wiz.0.1400682919662; Wed, 21 May 2014 07:35:19 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id br5sm1801655wjc.9.2014.05.21.07.35.18 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 May 2014 07:35:18 -0700 (PDT) From: Thomas Monjalon To: David Marchand Date: Wed, 21 May 2014 16:35:16 +0200 Message-ID: <2699718.jQoS0ZJqTM@xps13> Organization: 6WIND User-Agent: KMail/4.13 (Linux/3.14.4-1-ARCH; KDE/4.13.0; x86_64; ; ) In-Reply-To: <59AF69C657FD0841A61C55336867B5B01AA19BD6@IRSMSX103.ger.corp.intel.com> References: <1400079489-13152-1-git-send-email-david.marchand@6wind.com> <1400079489-13152-3-git-send-email-david.marchand@6wind.com> <59AF69C657FD0841A61C55336867B5B01AA19BD6@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 2/3] config: rename "default" configuration file as "native" 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:35:10 -0000 > > The "default" part in configuration filenames is misleading. > > Rename this as "native", as this is the RTE_MACHINE that is set in these > > files. This should make it clearer for people who build DPDK on a system > > then run it on another one. > > > > Signed-off-by: David Marchand > > Acked-by: Bruce Richardson Applied for version 1.7.0 with small updates due to recent patches. Thanks -- Thomas