From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 45B10A046B for ; Fri, 28 Jun 2019 18:25:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 28F731B4B6; Fri, 28 Jun 2019 18:25:53 +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 597BB4CAF for ; Fri, 28 Jun 2019 18:25:49 +0200 (CEST) Received: by mail-pf1-f196.google.com with SMTP id q10so3229051pff.9 for ; Fri, 28 Jun 2019 09:25:49 -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=mbY6/Qm29PDu59S1s0C5Jd+SVgfaZ3vjjB5EqIkkNFA=; b=sdF3i5h62Ky5+gUD33/g25x+L5SmNFxNDrCeyBZi1u6Lbyw9ky4eI/rXD4L1caW/SJ IN1XeMGOtI5mrUZ3Tjzvika3Y9PDiqLLAPRQBKKlRh7wv5tfbB5EiADGkhn6+O/nVbtW pF6HpvY1obTSjnJ2eu5Bz1uBW9L+pU3juN01jhcgYtiU2/RaunIokjhsFdILmx820kV4 FAvHBVtLjUdKKscwVdpmJyJAx33KqSbv0LMRT7QlCKVaR5aFV//jLOnUFdtmDTR/qUJR K/ylf4JRzTMyJVJArt3Qq6L1+P0Ugs+jZ0Lt5l5O20GUkzuBJe4eghoWQlHDUUtE1PN7 NauA== 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=mbY6/Qm29PDu59S1s0C5Jd+SVgfaZ3vjjB5EqIkkNFA=; b=EzW2RvWy7MGS6q2vEKCPk47u6WAxFkbyB/zx79L6pgSJDRvA9PYXFA8Z/Ic7uUpm+h DKCyr8eRmZck5poCis9sT9N6OqZqJhP6yBXL66InOWvk9zQkiX5btUU/BvOSt5or+KzT 3xejRyEF4Iu8aHT3StWLbARTW5xDd3BggdD26USgQtQ+IeAgyk3S0e8Zu0YJASpRkB/h 7ZXA3RtKm6NnULfolRtTzxRHLh76H8+ZafGG/osJmUR3W1FgOqAlSKBFOfKDSrHDMcUM ziHeRpz3URtN+x6GxhphmZ9j23u+QKPsNSixcG4MGDxPSIJqD5pFvjwp+/85QnwccxRn 9eQw== X-Gm-Message-State: APjAAAXbIWBeX7rFh+rXg+ZhJbz2B8iAIi37Nh8XYmwjwFwaTP/viDpU jc6wdOF7Avs/dRnoe5bE+wWXWw== X-Google-Smtp-Source: APXvYqyuDrVBm7PShICYeX3amqFuYKw0AKENkudPERuo6ytJ1KFyvVLNjqJ5YlKLowfK5l0ySGElKQ== X-Received: by 2002:a65:55ca:: with SMTP id k10mr10211537pgs.14.1561739148460; Fri, 28 Jun 2019 09:25:48 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id l1sm2005073pgi.91.2019.06.28.09.25.48 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Fri, 28 Jun 2019 09:25:48 -0700 (PDT) Date: Fri, 28 Jun 2019 09:25:46 -0700 From: Stephen Hemminger To: David Marchand Cc: dev@dpdk.org, nhorman@tuxdriver.com, aconole@redhat.com, thomas@monjalon.net, stable@dpdk.org Message-ID: <20190628092546.659021a5@hermes.lan> In-Reply-To: <1561635235-22238-2-git-send-email-david.marchand@redhat.com> References: <1561635235-22238-1-git-send-email-david.marchand@redhat.com> <1561635235-22238-2-git-send-email-david.marchand@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH 1/9] eal: hide internal hotplug symbol X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Thu, 27 Jun 2019 13:33:47 +0200 David Marchand wrote: > This api was experimental and not properly marked in the map file. > But looking more closely, this is just an internal wrapper for EAL init. > Hide it in the hotplug code. > > Fixes: 244d5130719c ("eal: enable hotplug on multi-process") > Cc: stable@dpdk.org > > Signed-off-by: David Marchand Acked-by: Stephen Hemminger