On 9/21/2022 8:58 AM, Ferruh Yigit wrote:
On 9/20/2022 8:15 PM, Robin Jarry wrote:
Ferruh Yigit, Sep 20, 2022 at 19:48:
+* The ``dpdk-pmdinfo.py`` script was rewritten to produce valid
JSON only.
+ PCI-IDs parsing has been removed.
+ To get a similar output to the (now removed) ``-r/--raw`` flag,
you may use the following command::
+
+ strings $dpdk_binary_or_driver | sed -n 's/^PMD_INFO_STRING= //p'
Empty line is missing (in case there will be a new version for some
other reason).
What do you mean?
just nit picking, there needs to be two empty lines before "ABI
Changes", I assume committer can fix it while merging if there won't be
any new version.
Also looking twice, this release note update is in "API Changes"
section, I think that is not correct place, "New Features" section can
be better place.