Re: [PATCH] usertools/pmdinfo: fix usage typos

2023-11-22 Thread Thomas Monjalon
27/09/2023 09:56, David Marchand: > On Tue, Sep 19, 2023 at 12:20 PM Robin Jarry wrote: > > > > The docs and script usages are not consistent. > > > > There is no .devices, .vendor_id nor .device_id fields. Fix usage to the > > correct field names. > > > > Some drivers do not expose any pci_ids, s

Re: [PATCH] usertools/pmdinfo: fix usage typos

2023-09-27 Thread David Marchand
On Tue, Sep 19, 2023 at 12:20 PM Robin Jarry wrote: > > The docs and script usages are not consistent. > > There is no .devices, .vendor_id nor .device_id fields. Fix usage to the > correct field names. > > Some drivers do not expose any pci_ids, show how to use the []? jq > operator to avoid spur

[PATCH] usertools/pmdinfo: fix usage typos

2023-09-19 Thread Robin Jarry
The docs and script usages are not consistent. There is no .devices, .vendor_id nor .device_id fields. Fix usage to the correct field names. Some drivers do not expose any pci_ids, show how to use the []? jq operator to avoid spurious errors. Fixes: 0ce3cf4afd04 ("usertools/pmdinfo: rewrite simp