From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by dpdk.org (Postfix) with ESMTP id 8C6295910 for ; Sat, 22 Nov 2014 22:33:35 +0100 (CET) Received: by mail-wi0-f173.google.com with SMTP id r20so2413279wiv.0 for ; Sat, 22 Nov 2014 13:44:16 -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; bh=SmUEFA2UeQtfPFP1NPKQqyn/K44T1ibfD0GMc3mcGSw=; b=dEU9b/VMEZs2/Owc62aSGcbyTpF2w6K4QwjAlMRxOqjHDw2EImlVh79eyLJCcThqWN V+OUI0Dconi/JCeMK0DUzheNjeFpKPtBTVQIT33+WM/PP/8nMSRYR07mu2S4+vJXHS3x 5Qfs7TDpsPq5gOrh2WvdKsBvyX+1AjqQuiRjJe5i6ie55WDaBsKKw98OMXYfW0Jq74fw JJQuHD9wCheHyH4javjSbVP6ljG8tVUOIL5yPFmTsNfFXSaF9IAbzHEf47lnGZguwqSX J1d7WK3VOvQYdLJe6fM1vvEDTmDwRBhaQV+HVJwrcvVsHh/bgGU4SEApPVxmP8AuwNoU 7Yuw== X-Gm-Message-State: ALoCoQnUEcWAv7KymIGzUup4qRS4gU3NK/krFd8Gy/IHmwM4ETjFpSmUVjFUXpAIZp/awuRkyviA X-Received: by 10.194.150.148 with SMTP id ui20mr19919309wjb.90.1416692655980; Sat, 22 Nov 2014 13:44:15 -0800 (PST) Received: from localhost.localdomain (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id cz3sm13724087wjb.23.2014.11.22.13.44.14 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 22 Nov 2014 13:44:14 -0800 (PST) From: Thomas Monjalon To: dev@dpdk.org Date: Sat, 22 Nov 2014 22:43:32 +0100 Message-Id: <1416692622-28886-1-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.1.3 Subject: [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: Sat, 22 Nov 2014 21:33:35 -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 -- 2.1.3