From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 901DA454B2; Fri, 21 Jun 2024 04:34:05 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0972842EBD; Fri, 21 Jun 2024 04:33:39 +0200 (CEST) Received: from mail-pf1-f176.google.com (mail-pf1-f176.google.com [209.85.210.176]) by mails.dpdk.org (Postfix) with ESMTP id 317F242EB4 for ; Fri, 21 Jun 2024 04:33:36 +0200 (CEST) Received: by mail-pf1-f176.google.com with SMTP id d2e1a72fcca58-705c739b878so2114761b3a.1 for ; Thu, 20 Jun 2024 19:33:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1718937215; x=1719542015; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=nSHAkYRqu1xy5FbsqsBZDDpNRs9947vCPWN8oWMaLR8=; b=W7s/UHcwxLmM4Y2IRQqndb6HNBtUeVEFRxnM8ZX85aZbBxuzAiWjebQP3Yh6Ii0v2l HfQEfXNiw/t5Hvt5RGYLszxhDC/41kudr27WxU3D4mR+DGZP3VWRS/GxIFfSBj5TAfyt uMOLLRcPVXGPgG9zbRn7tS9BU5G3dlJfl799O2zUg5fbidMYjxgBWPJS4zwC0R+r+hJr 84Z8otZ39s0qqTPfLWds7KmyHLzPHz3fVmDgoNzxwmf7jdxoU4vZki0Fi5eIprGReG+1 F8pBIbLJ0S47IIwtiIKytIZUzkdDvvWHxbk9Jr6zZY5eL4aENPPNwLYtqu6EKl4O6VPg 5AnA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1718937215; x=1719542015; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=nSHAkYRqu1xy5FbsqsBZDDpNRs9947vCPWN8oWMaLR8=; b=kNklRpDaRrdwH8pXFeSkPloqbmrBxAVi+QoBc2mPP+EZ1P1GXKhX/Abj0pQGsMklin HLKS+DpExHqu5epc7Ek6Gxa4pj9Xrr4ypGyhG43AZb7pgWCK4HmNagg09LEOaEDOaHjr WO1dGCM3IqwkzJV6h1+ah4s4JbQ8YZVuoD4YNo7T8M6cIok68s5GEk7UAE4h8g/1cKsR iZMapaha0izUBxo+JImYqhsy6M+DbPGQ+HsFE8NdsOe1qchF1KheHIB6Sr+xmkMEN9eB eGrEkdrXmNFSTCJYUsjUmCDUgKBD4e41moFYTbXaf9x8tstaE8tGMQkEG9h49wDuMwyH 8B/w== X-Gm-Message-State: AOJu0YzzqQpe5miUvKBM37O6nEZ8BZhLE9kyKFHMFo9f86/M5HNvhpMf YbuA0V4LjS3LWaIt3TQxpeX8V4Lt8dhCE8GEkW9qE2mAI+9lsCXFUYnR1bds X-Google-Smtp-Source: AGHT+IEsQHDp84cHpbQhPwr3QBSANqt3UdvsuT9v7YDiw4piNzih0TaGNV5eHxtI5OXaghPRYqibFA== X-Received: by 2002:a05:6a20:1a9d:b0:1bc:ad1e:2e6f with SMTP id adf61e73a8af0-1bcba15b446mr9088324637.9.1718937215096; Thu, 20 Jun 2024 19:33:35 -0700 (PDT) Received: from localhost.localdomain (syn-076-032-089-124.res.spectrum.com. [76.32.89.124]) by smtp.gmail.com with ESMTPSA id d2e1a72fcca58-7065124df73sm334482b3a.110.2024.06.20.19.33.34 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 20 Jun 2024 19:33:34 -0700 (PDT) From: Nandini Persad To: dev@dpdk.org Subject: [PATCH v2 8/9] doc: reword stack library section in prog guide Date: Thu, 20 Jun 2024 19:32:53 -0700 Message-Id: <20240621023254.4258-8-nandinipersad361@gmail.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240621023254.4258-1-nandinipersad361@gmail.com> References: <20240513155911.31872-1-nandinipersad361@gmail.com> <20240621023254.4258-1-nandinipersad361@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Minor changes made to wording of the stack library section in prog guide. Signed-off-by: Nandini Persad --- doc/guides/prog_guide/stack_lib.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/prog_guide/stack_lib.rst b/doc/guides/prog_guide/stack_lib.rst index 975d3ad796..a51df60d13 100644 --- a/doc/guides/prog_guide/stack_lib.rst +++ b/doc/guides/prog_guide/stack_lib.rst @@ -44,8 +44,8 @@ Lock-free Stack The lock-free stack consists of a linked list of elements, each containing a data pointer and a next pointer, and an atomic stack depth counter. The -lock-free property means that multiple threads can push and pop simultaneously, -and one thread being preempted/delayed in a push or pop operation will not +lock-free property means that multiple threads can push and pop simultaneously. +One thread being preempted/delayed in a push or pop operation will not impede the forward progress of any other thread. The lock-free push operation enqueues a linked list of pointers by pointing the -- 2.34.1