On Tue, 20 Sep 2022 18:51:42 +0800 Dongdong Liu <[email protected]> wrote:
> From: "Min Hu (Connor)" <[email protected]> > > This patch add support for dump dpdk version and ethdev firmware version. > > The command is like: > dpdk-proc-info -a xxxx:xx:xx.x --file-prefix=xxx -- --show-version > > Signed-off-by: Min Hu (Connor) <[email protected]> > Signed-off-by: Dongdong Liu <[email protected]> > --- Why mix DPDK and firmware version in one option? Why not use semi-standard convention of -V --version option for DPDK version and add --firmware-version option to show firmware.

