From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by dpdk.org (Postfix) with ESMTP id 823631515 for ; Thu, 27 Nov 2014 11:33:20 +0100 (CET) Received: by mail-wi0-f179.google.com with SMTP id ex7so7840264wid.6 for ; Thu, 27 Nov 2014 02:33:20 -0800 (PST) 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=SG4OESh8sgDa3gNsVxH2qfVNp4YpRdI3Wbq1BaEez6Y=; b=Oy0Qt6Xy3QM8GLT+mx+OFVwPfqrvviT8R+XTMe4k2QEOL0usP8kRa3xJYEgzfVAbMh pSnhrtBALnEXbgFQxshfGJKIGMGwoiBmOzDdL5SHpsLYnBhSAYXbFxtsPinjkOv0Plz1 06mTKQ7mhSKNh3kaI44F7/NsEXCD/SuxXRFs0MhTIJtRZTxHo9AbMixqI5PekXU4/n3a u+1+d2c6JjI4UonlmkZLqxGvX9N7vnaAIT/rSBgowwPAJT60L2MT1uZXkzV5GleC4Sot aTyErNNQUxNr8IjQETFl+9uOu4cr+UEFzZs6LaVjuT1te6jGJFMi4TZQ9VLkd4rqzWE8 LSFQ== X-Gm-Message-State: ALoCoQkcyQ6suuIUukLZlWg3+Cms/oOTAYwVL1IRX+xqZIK562hv3f6S5NUayQG7uuQ8toi2B1Zg X-Received: by 10.180.96.162 with SMTP id dt2mr50385343wib.66.1417084400352; Thu, 27 Nov 2014 02:33:20 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id bj7sm10086551wjc.33.2014.11.27.02.33.18 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 27 Nov 2014 02:33:19 -0800 (PST) From: Thomas Monjalon To: dev@dpdk.org Date: Thu, 27 Nov 2014 11:32:57 +0100 Message-ID: <1551388.s52LQSqfsD@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <20140926141343.GF3930@hmsreliant.think-freely.org> References: <1411740242-4240-1-git-send-email-thomas.monjalon@6wind.com> <20140926141343.GF3930@hmsreliant.think-freely.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/5] remove traces of bare metal support 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: Thu, 27 Nov 2014 10:33:20 -0000 2014-09-26 10:13, Neil Horman: > On Fri, Sep 26, 2014 at 04:03:57PM +0200, Thomas Monjalon wrote: > > There are some references to bare metal (i.e. without OS) support, > > especially some options to build a libc with DPDK. > > As there are currently no such support, it can be removed. > > Some comments are cleaned in the same time. > > > > Thanks to David for having done most of this effort: > > config: no more bare metal environment > > mk: no more bare metal environment > > eal: no more bare metal environment > > app: no more bare metal environment > > examples: no more bare metal environment > > > Acked-by: Neil Horman I've updated the patchset and applied it. It's possible that there are still some remains of the bare metal support. Do not hesitate to submit such clean-up. -- Thomas