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 7E003A053E; Mon, 27 Jul 2020 21:20:51 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B3DC01BFF5; Mon, 27 Jul 2020 21:20:34 +0200 (CEST) Received: from mail-pj1-f50.google.com (mail-pj1-f50.google.com [209.85.216.50]) by dpdk.org (Postfix) with ESMTP id 1DF4C1BFBA for ; Mon, 27 Jul 2020 21:20:29 +0200 (CEST) Received: by mail-pj1-f50.google.com with SMTP id t15so10155872pjq.5 for ; Mon, 27 Jul 2020 12:20:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=qNN1UgezR3ffgtLW2to8bvkRz6UZ0TSt++h82LOkKU8=; b=Z45N2wsbpL+Yctu0iexa6MlTgLol/OuADf8HxihkMbTCHzcDoq8hW0FJYqos9RDJsf v5B7Jqo/QM6C+/IP8bykNc1gmmkZUPSKA5gK72yAZwAMTBu1BO7ZcyLz8W7efr51u6An Y50K38HuMCsHk+yCss4kZ8j8947s9YoD6umEKn75fduQGWkDyK9jGwt+wWMVL/aAivMp VAz68tLn/znSPd9Fw1Oc9N1xpw+3phWHxQ5ICGVfCkN3XsccKru3420bUUXTiDkaoF7m EZVZZGYE15KIkdldWL5Mk1TFnUEUk9Tboh9Mto20k6csc/bQarIn+YwFyASTuSBpaQ3q YGxA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=qNN1UgezR3ffgtLW2to8bvkRz6UZ0TSt++h82LOkKU8=; b=DNyjuhqVvtBg2eBajjR5PNGZIoL8A9S0oqdUjlj2VUTO4Uq4zhVLJHcqGjdPXzzCrb Jj4d0euRpatCmUfKNW8Ujs8TCDY85lLcR68qqzQdLfgquAU7CVuMt5Zf1eLLL3TPBZEv qKLmx3vX9hv+wwm4YRU+kRh/N7Pg9D261MLMbfMldeZ6BorFNetDT/YcXmgWhGVIUn8i voYYM6/g0KWi/C8VhtCVPanNd7JxROKZ2Aovqeu4T1+oKcnGm3mH6vtqOO342z+IRkLL mL4wepUPAo6unKf8GdseKBXhYEKFnfbHu002hJ8gZmBGoKvfi79iy86CE4iELDbqiRRz SbCw== X-Gm-Message-State: AOAM531vwhchr5xZiNmDB3VyS792ZMOgM3OpMzDhRJy05MMxjEANL1gg x7qJ5fnZ7LS8bdk4QEsrW6AzvcTu3YFmxw== X-Google-Smtp-Source: ABdhPJxBSpP19EENURv+1RUww3zaOGJjZ0V3KdSZHbLQew1wRwsKM9hc8gf9w9SqwKpPAAQj47FiUw== X-Received: by 2002:a17:902:7791:: with SMTP id o17mr20263934pll.224.1595877627805; Mon, 27 Jul 2020 12:20:27 -0700 (PDT) Received: from hermes.corp.microsoft.com (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id s67sm5994552pfs.117.2020.07.27.12.20.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 27 Jul 2020 12:20:26 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , bernard.iremonger@intel.com Date: Mon, 27 Jul 2020 12:20:12 -0700 Message-Id: <20200727192015.26418-4-stephen@networkplumber.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200727192015.26418-1-stephen@networkplumber.org> References: <20200604210200.25405-1-stephen@networkplumber.org> <20200727192015.26418-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 20.08 3/6] doc: fix incorrect reference to master process 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" Correct terminolgy here is primary process. This is a bug in original doc. Fixes: fc1f2750a3ec ("doc: programmers guide") Cc: bernard.iremonger@intel.com Signed-off-by: Stephen Hemminger --- doc/guides/prog_guide/thread_safety_dpdk_functions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/prog_guide/thread_safety_dpdk_functions.rst b/doc/guides/prog_guide/thread_safety_dpdk_functions.rst index 0f539db2b869..5618e25e47fb 100644 --- a/doc/guides/prog_guide/thread_safety_dpdk_functions.rst +++ b/doc/guides/prog_guide/thread_safety_dpdk_functions.rst @@ -61,8 +61,8 @@ rather than subsequently in the forwarding threads. However, the DPDK performs checks to ensure that libraries are only initialized once. If initialization is attempted more than once, an error is returned. -In the multi-process case, the configuration information of shared memory will only be initialized by the master process. -Thereafter, both master and secondary processes can allocate/release any objects of memory that finally rely on rte_malloc or memzones. +In the multi-process case, the configuration information of shared memory will only be initialized by the primary process. +Thereafter, both primary and secondary processes can allocate/release any objects of memory that finally rely on rte_malloc or memzones. Interrupt Thread ---------------- -- 2.27.0