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 563C6A0353; Thu, 6 Aug 2020 19:20:19 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 196541C0B5; Thu, 6 Aug 2020 19:20:02 +0200 (CEST) Received: from mail-pf1-f194.google.com (mail-pf1-f194.google.com [209.85.210.194]) by dpdk.org (Postfix) with ESMTP id 117931C0AD for ; Thu, 6 Aug 2020 19:20:00 +0200 (CEST) Received: by mail-pf1-f194.google.com with SMTP id d188so19365979pfd.2 for ; Thu, 06 Aug 2020 10:19:59 -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=pFRm7furItAeHvQLUIUdFtDjcN3CMaKG39D+OeMOgg4=; b=Pn5z6YQqLc3gr6WoN4gtom/6PXtxlGibKyJqAt1rBJoaSKLH9jAyLFIn0ID6uP99uD Pxb50n2+FfgQ28tEdIfoKLPmQo/kpuX6+RwoDqpM6lTfksA82yJvTG2Gl2soSjirgljn CDfLY/791pWH/RRamGk2vMMzXjREK+d17UsIQjn5EVVml0C0DgdQrFn1GIFf+GWHjzvf s2Zq9PwVjbR244aPjLWBOecYf5FxMBLiUgFUrfOEY5rPclp3f29x7el4s2HeCx6uAtPN 7tge7/P96BVvOBTA6dkJfHPcPWEFBktmc9ac/OvsjPAUmw1IlrQU9IKPyMEtMgOs9OWY YwNQ== 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=pFRm7furItAeHvQLUIUdFtDjcN3CMaKG39D+OeMOgg4=; b=AuKOJ2gRmKqlsUdONa8IybGJUmnBDfF+pdM9PeuSgqZ1FxY/FfqG7cUi526Q41XpOU CiiTK/s4T9bhIfx8jSdSN5DH4Q823wbReqwjI7ZEUp7d+CKqcjoku6ODLv+feZshfIs4 yYJgdvS+0Eu0IRLzzNme/S20TsUt7I6ARoMfVwHyYKDPLZWVQuZkqshF/TfjkPb4kbBo nXSC9lug4dT5XEF+fIfHkr1+XlV8FONqpI88Xq7OZrTBwN6XXC9twN9ZwCXeFWY5NX4V RNAdf9lvYl0JkYaBI4wytlpwFEMgDftQcBuSaOSv/XqkdxY3zJrjKpWhO03JeJSKbSR1 9vGQ== X-Gm-Message-State: AOAM532xz74a355IDPPEdfEQAh/4L7TCaxG8B4h4uGMFtYZKN0V7aVUz EGTwOaNAZxQwtWj79g69t4bokji9MCo= X-Google-Smtp-Source: ABdhPJw7Qlv8OxX8uv1qEd89SLLFpn65xs1L5AtqNNKkCH7CJmZ4diDlWL8zHC45RjvmcXBBST8waw== X-Received: by 2002:aa7:9569:: with SMTP id x9mr9331628pfq.16.1596734398919; Thu, 06 Aug 2020 10:19:58 -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 h15sm9042821pfo.192.2020.08.06.10.19.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 06 Aug 2020 10:19:58 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Anatoly Burakov Date: Thu, 6 Aug 2020 10:19:44 -0700 Message-Id: <20200806171947.6609-4-stephen@networkplumber.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200806171947.6609-1-stephen@networkplumber.org> References: <20200604210200.25405-1-stephen@networkplumber.org> <20200806171947.6609-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v3 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") Signed-off-by: Stephen Hemminger Acked-by: Anatoly Burakov --- 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