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 1BF09A0350; Wed, 1 Jul 2020 21:50:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4E61B1D560; Wed, 1 Jul 2020 21:47:30 +0200 (CEST) Received: from mail-pg1-f196.google.com (mail-pg1-f196.google.com [209.85.215.196]) by dpdk.org (Postfix) with ESMTP id 26BA01D546 for ; Wed, 1 Jul 2020 21:47:29 +0200 (CEST) Received: by mail-pg1-f196.google.com with SMTP id g67so11324598pgc.8 for ; Wed, 01 Jul 2020 12:47: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=JC/yXr/kjpdZ89wjQ525wv9Hf2qxUo78XSVSDD6dE3g=; b=kVxqipudSbewlEf9xcOEBCHqKZ5/iku63vDhTDVbeSWqqFnosfEkSQaAGvWaWzk+Ni K3BRQl1ohDNOixs6wO4AI7P535Ud4Og5AcosNrpzcAkhYZh7DycLEzymzbKv/9bbVcCU uwV28XZ9Zyq47Sq2gJh890d4rUAulExDtFXeCFuW3FIsqnMXtB5YiknHqln5kTu8rwAP nWPFdLhaaJoN+QX8YLP2y9Hv3qrt87bnp57Pg/Voh/Kcy96FPsavbyzSNrtZirT7i7at T+2Ks5hX2pjLd4oKla6h3hlG2e2GzRLmx613mSiNL/3Ix6WbLQfYUoFBSpqa5K9W6dTT P1QA== 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=JC/yXr/kjpdZ89wjQ525wv9Hf2qxUo78XSVSDD6dE3g=; b=iGIPJnHv+7+lQFyeiJY/CdldZIfJzz/cdkRUF6dFLRcUDAzKiujGBjuZoWD7uAEgIC GJFMMj5FNb1yIHv74Hn0VfaMGLYQGvPI9lGawoKI+zoodO+7WVpCGYi+guvswMn1+nW4 OqnW+28+oDQNEn8dnOQglPzTtWTekLkyk0eQVKapDvUW3Fhjf7VE+oa1cGpfuTR315PI f+gh7cpitxFiLSoq1e5WNTuTCcO44GMR9OQRbVXFbhwmlIiq+/TfIMZDDqn6IJYQ9CP9 Al/mvhgrzf85oMAhBmfO/J9Ki/320UyCK7zC93ANaIWZ/Doz/dAo92x8pmiE57/9dmIG +YWA== X-Gm-Message-State: AOAM531cqoqt0czo/7EiVpAmI/ePgSi6d+CkA2wM21vEVhloyqjHZcw0 7x7gGpbvmWmUkxWUJeEgCmM9U3IcUeM= X-Google-Smtp-Source: ABdhPJyQjWBJJTO9E2dk/kUyuXlkPjJrm01TIB4fdGU/tDcdy3Ke3c9tgTyF8eQ8xcUc3t1Rg01tgg== X-Received: by 2002:a62:cf42:: with SMTP id b63mr19185806pfg.322.1593632847938; Wed, 01 Jul 2020 12:47: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 n14sm6501870pgd.78.2020.07.01.12.47.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 01 Jul 2020 12:47:27 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , bernard.iremonger@intel.com Date: Wed, 1 Jul 2020 12:46:44 -0700 Message-Id: <20200701194650.10705-22-stephen@networkplumber.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200701194650.10705-1-stephen@networkplumber.org> References: <20200604210200.25405-1-stephen@networkplumber.org> <20200701194650.10705-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v3 21/27] 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.26.2