From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by dpdk.org (Postfix) with ESMTP id 74824530A for ; Tue, 25 Nov 2014 15:44:52 +0100 (CET) Received: by mail-wi0-f177.google.com with SMTP id l15so1720653wiw.10 for ; Tue, 25 Nov 2014 06:55:45 -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:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=q5+Id8dNPQhv1XuI+ycCmLGyDX/G7YetNawamTIQLI0=; b=D3pkeEcUAP9CAal2+g9Oy9/YCdQ21wGCYS5FDgm4Z8/wcIwHNgHcp+SH3evT4kYodn CuNPSHzee7kpRsubmdvCaSCptiE6eWnZ2lixO5TZ9nyBFvFOGGeeqihvESF+scrPPnlq Sbm5Ea7GaqS4w12nQ/gLEDQHPNvzc6l1fECaMRBV+SZCRyo11PFRelTxuPoC+JK8Vond 2Eku6uYTeHX1ehjftl2l8dHFr5qg1LFSvz+ZBFH1icSNFxhdkjNFARy9kOf3ximuOC3x hiyzkt2QGRE831SCTvSWLh8jKjT84bfVDG21F/V9Tizxd2u/OIbfnKmQzd8E2iyBFlE+ Kqyw== X-Gm-Message-State: ALoCoQkHlgFtvkWQlPrefwVR3W+9M0kDUHxjM3zGdkiED3izu389DsDXBgDv0fdoh4fbJBEwnb5J X-Received: by 10.180.107.198 with SMTP id he6mr32737120wib.44.1416927345014; Tue, 25 Nov 2014 06:55:45 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id a2sm3143584wiy.11.2014.11.25.06.55.43 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 25 Nov 2014 06:55:44 -0800 (PST) From: Thomas Monjalon To: dev@dpdk.org Date: Tue, 25 Nov 2014 15:55:19 +0100 Message-ID: <4091968.6vrJ5rTTlz@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <1416692622-28886-1-git-send-email-thomas.monjalon@6wind.com> References: <1416692622-28886-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 00/10] eal cleanup and new options 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, 25 Nov 2014 14:44:52 -0000 > There are some pending patches which requires to factorize some EAL parts > in order to be correctly implemented. > This patchset do the required clean-up and rework these patches to improve > lcore handling: > > Didier Pallard (2): > eal: add core list input format > config: support 128 cores > > Patrick Lu (1): > eal: get relative core index > > Simon Kuenzer (1): > eal: add option --master-lcore > > Thomas Monjalon (6): > eal: move internal headers in source directory > eal: factorize common headers > eal: fix header guards > eal: factorize internal config reset > eal: factorize options sanity check > eal: factorize configuration adjustment Applied with last comments integrated. The conclusions to the vote about the -c/-l options are: - people don't vote (don't care or don't read) - a few votes give the majority to creating the -l option. Neil, I'm really not sure what is the best solution. Maybe that applying this patch will make more voices raising. We'll see, all can be changed. -- Thomas