From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 275E3A0096 for ; Mon, 3 Jun 2019 22:15:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 37B3A1B99F; Mon, 3 Jun 2019 22:15:07 +0200 (CEST) Received: from mail-pf1-f196.google.com (mail-pf1-f196.google.com [209.85.210.196]) by dpdk.org (Postfix) with ESMTP id E49081B96B for ; Mon, 3 Jun 2019 22:15:05 +0200 (CEST) Received: by mail-pf1-f196.google.com with SMTP id q10so1020519pff.9 for ; Mon, 03 Jun 2019 13:15:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=LO+S/fblB9vkrHkf4JzAl892t+fOT5u/4r7V5RLsHwk=; b=bv0oH1v224jZNeaVjEbIW1bwYj+OCpgaRphAa2OZYEHuRnKUOx0OV80bMtHOFoi4hB w3GlXFZRGWcAzYB3JmPXlmVtYfvxQPnL5/jBxXv09k7fzoTvLWkvDGNU5DNIQpbTiFA4 y4UafgeatgoETo15DByxcMMNMuSz9bMdsV2YWmrRIe0bqlGwriY2FTAo7fmXs+sLYDnM QS+ikT82AoToylDw3Bh6r2nIfvldZ75hQjPY2gKvhTyivrOvmDqpTI5zdH8Q+1njsgbF kFtLVLWAZNZUAJWEvrVUaHOJ3hAp2ay36oyttvTMb9xJ03tHXNcAxEdn+oGLIgQ9620P bRjA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=LO+S/fblB9vkrHkf4JzAl892t+fOT5u/4r7V5RLsHwk=; b=qlIR5QOK1/OiSBy9jY6Vcr9WFKBGM24CQJ3yYPCUnDrzvFQIThVN8uqIp+paW784Lz qdwqaT/C43QeRdS/rxjqfrzbMd8WyRQAMQN+ulXc4/iRyEVrwRVjowxjI/PhH34isrxs vZ9LD7WpQKLOhQwndKa3PK2sxefEJSla7CmZHCRbxaElOD6nFY2orz70L+iMp+7DRZAx 6Su+ei111EkbgmjCMYe2yIllwAd9GRaDj8N6JbDmEkpmYNIl2UdxWor0XFRp6RouoLeI 6KlbO4AkyrLJdwNBUAakzYkXqpoJ/d/MpPIX7O35+1xs4+DPxUp2/hP7jE7rMKjbhO2+ 0TyA== X-Gm-Message-State: APjAAAXX5RScbSXv6wO7qOW2QIxhMqcPz+hJ+fXdwq4oMnlVy4K+PDO+ BaCPkDtLsV9QahpClOy3ovgf4Q== X-Google-Smtp-Source: APXvYqydLQU+CO81JqC8wh8DyLVuF7sZ0oX1VW7ax8NWg1OUnZZ9mntcAKVYWjTSO+lLSQNdYBJu1w== X-Received: by 2002:a63:ee0a:: with SMTP id e10mr12251326pgi.28.1559592904896; Mon, 03 Jun 2019 13:15:04 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id c21sm1411106pfd.129.2019.06.03.13.15.04 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 03 Jun 2019 13:15:04 -0700 (PDT) Date: Mon, 3 Jun 2019 13:15:02 -0700 From: Stephen Hemminger To: Thomas Monjalon Cc: David Marchand , dev@dpdk.org, bruce.richardson@intel.com Message-ID: <20190603131502.6f8c40b5@hermes.lan> In-Reply-To: <6479131.3ZSM2HBxAF@xps> References: <20190408182510.16078-1-stephen@networkplumber.org> <1559317022-28779-1-git-send-email-david.marchand@redhat.com> <6479131.3ZSM2HBxAF@xps> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v5 0/5] make lcore_config internal X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, 03 Jun 2019 12:32:02 +0200 Thomas Monjalon wrote: > 31/05/2019 17:36, David Marchand: > > This set of patches makes the lcore_config structure less visible > > as part of the ABI. This version does not break the ABI (yet) > > follow on patch moves lcore_config into eal_private.h > > > > Changelog since v4: > > The only change is in patch 2: marked new apis as experimental. > > > > Changelog since v3: > > I took the liberty of taking over Stephen series. > > I rebased and did some adjustments following [1] cleanups. > > As stated before, we will still need a deprecation notice when hiding > > lcore_config but this series does not break API nor ABI. > > > > Changelog since v2: > > - new patch to use unsigned int in lcore.h first > > - incorporate feedback from David > > - don't include last patch to make it private > > (to avoid accidental early merge) > > Applied, thanks > > Thanks. Now to get to eal_config