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 109FAA052F; Sun, 26 Jan 2020 22:36:18 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A23F44C74; Sun, 26 Jan 2020 22:36:17 +0100 (CET) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id CDFCB262E for ; Sun, 26 Jan 2020 22:36:16 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 4D1394F1; Sun, 26 Jan 2020 16:36:15 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 26 Jan 2020 16:36:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=YFGcWZdXdnKqof1R91WhAH1w0F7M3dhVhz+gmr2pbx8=; b=fvKutHWvyRvP 84CoMgfVEkauwYf6bh2qz9dZcvbUMJJj+t7dpEBpqCD5qpAU8+kH5b9JeCG8GNYp 7JIpoIFFku5LcGTTFRXcYol5WdrgNWdWQ15+P5kduvGOvGsCqaRHRWogAOa1Y00d qtmMzP9YKSzEcOwfh+n0DIzq4n5sulQ= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=YFGcWZdXdnKqof1R91WhAH1w0F7M3dhVhz+gmr2pb x8=; b=fXPK1Z8GVNoW9i39g5H77FlM1Z0siiOsDEB7B9b8sNyDgZG8UvXBzTlvi e8u3yArt+mzGjvycxTenZU4o2WxQ19j6/+JbuiDFSz77XwohZaT73P1ztFDJDFKX mE9sBMbE2CEVAMEbrD2QnfwI67OFcNR7im6mhNHKnI4WSQO/94opizKVJ0U3O+21 2Y0atwvnbPxmOoyar0xjMUJM4UqmpGhvaBT+Q4iPVhL1xOXkDTekma5OQxJbvidk LVr1RK0TwmluQFy40NmVhAGcPuZA6AHPv4BtoQJfXsn8Hq0b4qmg3r8yJWBknyJk NwyPjU3L4cySt+TBBTNyqNI6ixVGA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrfedtgdduheefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkjghfggfgtgesthfure dttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshes mhhonhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtdefrddukeegnecuve hluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghs sehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id F1EA030687F7; Sun, 26 Jan 2020 16:36:13 -0500 (EST) From: Thomas Monjalon To: prateekag Cc: dev@dpdk.org, honnappa.nagarahalli@arm.com Date: Sun, 26 Jan 2020 22:36:11 +0100 Message-ID: <3225697.zog1K27m0d@xps> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [dpdk-web] DPDK Programmer's Guide :ERRATA 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" Thanks for the comments. I did not look at this doc but I'm sure Honnappa will have answers. Note: you may want to update the doc yourself by making a patch for the DPDK git. Rerouting this email to dpdk-dev and adding Honnappa. 26/01/2020 19:46, prateekag: > Dear, > > I am currently going through the DPDK programmer's guide 20.02-rc1 updated on > January 21, 2020, as a part of my Master's Project. > I found the following errors in the documentation. > a) In section 5.1 (What is quiescent state): In paragraph 5, The line "So > reader thread 1 will not have a reference to the deleted entry" should be > replaced with "So reader thread 3 will not have a reference to the deleted > entry." We are talking about reader thread 3 and its behavior in this > paragraph and not reader thread 1." > b) If what I am thinking is right, this one is a much serious error. > In section 6.5.3 Multiple Producers enqueue Figure 6.10, the global > prod_head(ring-> prod_head) should point one place to the right of the obj5 > (i.e. shift it from its current position to one place right) > As in third step, core 2 CAS is successful as mention in the text. > If I am not mailing to the correct mailing list, kindly forward the message > to the correct mailing list. > > Regards > Prateek Agarwal