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?