From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id 9C00B18F for ; Tue, 23 Sep 2014 17:31:04 +0200 (CEST) Received: by mail-wi0-f182.google.com with SMTP id d1so5360421wiv.9 for ; Tue, 23 Sep 2014 08:37:13 -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=JYKc1QfpFwQ7kEM75rYiOGku7CQfTLN5plSX9NADP/Q=; b=AR8U6psjZTHph6ThgxzudPzRbRXjXpPFAJhPjHetVESmKeI/7KKn1gw8wvcSFRAO9L zywqeoP20En5a2YTCftHOo+cTq6otBNrXqyc1vU4RszPzhjZjzzyXyGslp4+4YpCqR/+ O9E2laoptPI+4NRarg585Xi98w566kL2CidpdTTOnvDbJjIsCJeIXlWnNCQNQfA+JSXa fCTMbPUOOs9NhP0GT3AHTRPoIjxvTFT6sBULiYN1+mka+r3VBmUyC9AaIqpd2FbOps7E k6TMh1RIjUILkYcVmxTZnJT6RzHW22rKUPxzwCN5dQGcB/OwLAyTlVoAuHHYbc0sBsS/ v/Qg== X-Gm-Message-State: ALoCoQmsXq5vuJVKeTEVTtKk+8SfV5cxQ3+PUek59/kwZcVzCItdQRPqKfGddyex2pbuPZD5qFIM X-Received: by 10.194.236.132 with SMTP id uu4mr528655wjc.108.1411486633457; Tue, 23 Sep 2014 08:37:13 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id gl10sm2913637wib.1.2014.09.23.08.37.12 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 23 Sep 2014 08:37:12 -0700 (PDT) From: Thomas Monjalon To: David Marchand Date: Tue, 23 Sep 2014 17:37:04 +0200 Message-ID: <1874814.lYLZLWNiOE@xps13> Organization: 6WIND User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; ) In-Reply-To: <20140922124327.GD25406@hmsreliant.think-freely.org> References: <1411375081-27986-1-git-send-email-david.marchand@6wind.com> <20140922124327.GD25406@hmsreliant.think-freely.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/7] cleanup option parsing in bsd/linux eal 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: Tue, 23 Sep 2014 15:31:04 -0000 2014-09-22 08:43, Neil Horman: > On Mon, Sep 22, 2014 at 10:37:54AM +0200, David Marchand wrote: > > Following Neil comments, here is a patchset to rework the eal options parsing. > > I tried to have everything common to linux and bsd in a single file. > > > > I ran a little make test on linux, it looks fine (at least I have as many fails > > as before my changes). > > > > There is still work in this part, but I want to stop here. > > If anyone wants to continue ... :-) Yes, many eal parts should be factorized for Linux and BSD. Cleanups are welcome! > Series > ACK Applied Thanks -- Thomas