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 2E0ECA04C2 for ; Wed, 12 Aug 2020 15:36:14 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A7ABE1C1B2; Wed, 12 Aug 2020 15:36:13 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id EA96B1C1B1 for ; Wed, 12 Aug 2020 15:36:11 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 6FB905C00F7; Wed, 12 Aug 2020 09:36:11 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Wed, 12 Aug 2020 09:36:11 -0400 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=fm1; bh= oWVG5fgPr0ibSU7R6P/WVbh8DXsgiLwQ+RsZeFpw72A=; b=WR+nTu/RWzqPoLlz m5Q05MR4qdqieVvOyLyr8DRz6eFeqDZZemLsKMLLj3kQYY2n7Ia+CwBpiZd5CTF/ CV+r9lZ+UtZCNz7f+IQQRJOBIpgtgL8ATpgHqwyTqUMwyEcvPIvTG+3pfKI7ADhY 9p13GA9Vzio9Og4bkZq0rP1kVAJ25641LT0M829QoQdwX+akEYR+i/DBBZy68eui 2PtSGuwZ8S1IJJyrA/hK0xI9+X17ckbQOhYmEOXm6VSJxRzYWit44rkFdn49f3Et fOOysf5xZF/Cb6srOB4MwpOC29qDwDOu0or5SgSh2jr1Z8VeMzS+re4SO3OxLjjk jU31+Q== 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=fm3; bh=oWVG5fgPr0ibSU7R6P/WVbh8DXsgiLwQ+RsZeFpw7 2A=; b=L5bAYMjvPB5P8kyJy5x0C+WCUuC26UbHk7uiE4RpeapuG/IV0xhPEOMHb k+o1GwFgRofAxxOIPAq736lmvyTwlIYcRN3H7KYfig2tP28vf4fk2moap+dSBF7D 0/eibxUc48nyAlpAvofq2FoUToXhGTfHYcn2Njqn7w/UUhJN7xfL0XRLJxHpg1Zr b0VLhpwUBs5VHdymMX9DjGqshy+bkIXAIgcvOyk/udJtG6F/1odZ9gyqIc/nbthD HUmkq+b/V+k/JoOarsl4QZq5+A/N5gbzomQRQ+oxvMfu4IwjUSnGdXUw+8uumV0g 9tW/UOvY6AiIpVEbRq9HsEE/FR+uQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedrledvgdeiiecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpeffvdffjeeuteelfeeileduudeugfetjeelveefkeejfeeigeehteff vdekfeegudenucffohhmrghinhepughpughkrdhorhhgnecukfhppeelfedriedrudegle druddugeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhm pehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (114.149.6.93.rev.sfr.net [93.6.149.114]) by mail.messagingengine.com (Postfix) with ESMTPA id CC3823280060; Wed, 12 Aug 2020 09:36:10 -0400 (EDT) From: Thomas Monjalon To: "Jim Holland (jimholla)" Cc: users@dpdk.org Date: Wed, 12 Aug 2020 15:36:09 +0200 Message-ID: <3190264.unCNB1XOv3@thomas> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-users] Resolved Issues per release X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org Sender: "users" 12/08/2020 15:32, Jim Holland (jimholla): > The release notes at https://doc.dpdk.org/guides-20.02/rel_notes/index.html don't list the resolved issues/bugs. Is there a way to find what bugs are resolved for each dpdk release? When looking at the git history, every commit fixing a bug should contain a line starting with "Fixes:" identifying the root cause. Catching such commits will give you all details of bugs fixed.