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`
On 9/21/2022 8:27 AM, Thomas Monjalon wrote:
20/09/2022 19:50, Ferruh Yigit:
Thomas, John,
Should we have documentation for usertools, since they are user facing,
what do you think?
We have doc/guides/tools/
Indeed, and there is even 'doc/guides/tools/pmdinfo.rst', so
@Robin that documenta
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::
20/09/2022 19:50, Ferruh Yigit:
> Thomas, John,
>
> Should we have documentation for usertools, since they are user facing,
> what do you think?
We have doc/guides/tools/
> Can it be possible to find resource for it?
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
On 9/20/2022 6:48 PM, Ferruh Yigit wrote:
On 9/20/2022 11:42 AM, Robin Jarry wrote:
dpdk-pmdinfo.py does not produce any parseable output. The -r/--raw flag
merely prints multiple independent JSON lines which cannot be fed
directly to any JSON parser. Moreover, the script complexity is rather
On 9/20/2022 11:42 AM, Robin Jarry wrote:
dpdk-pmdinfo.py does not produce any parseable output. The -r/--raw flag
merely prints multiple independent JSON lines which cannot be fed
directly to any JSON parser. Moreover, the script complexity is rather
high for such a simple task: extracting PMD
On Tue, Sep 20, 2022 at 12:42:12PM +0200, Robin Jarry wrote:
> dpdk-pmdinfo.py does not produce any parseable output. The -r/--raw flag
> merely prints multiple independent JSON lines which cannot be fed
> directly to any JSON parser. Moreover, the script complexity is rather
> high for such a simp
dpdk-pmdinfo.py does not produce any parseable output. The -r/--raw flag
merely prints multiple independent JSON lines which cannot be fed
directly to any JSON parser. Moreover, the script complexity is rather
high for such a simple task: extracting PMD_INFO_STRING from .rodata ELF
sections. Rewrit
9 matches
Mail list logo