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.
