mbox series

[v7,0/7] app/procinfo: add some extended features

Message ID 20220924081332.21475-1-liudongdong3@huawei.com (mailing list archive)
Headers
Series app/procinfo: add some extended features |

Message

Dongdong Liu Sept. 24, 2022, 8:13 a.m. UTC
  This patchset is to add some extended features for dpdk-proc-info.

Thanks to Reshma and Stephen help to review the patchset and give many
useful comments.

v3->v4:
- Add Acked-by: Reshma Pattan for PATCH 1,2,3,5,7.
- Rename show-module-info to show-module-eeprom to make more clear.

v2->v3: Fix some comments from Stephen.
- Use --version option for DPDK version.
- add --firmware-version option to show firmware.
- Use errors on stderr, not stdout.
- Delete some unnecessary code.

v1->v2: Fix some comments from Reshma.

Dongdong Liu (3):
  app/procinfo: add firmware version dump
  app/procinfo: fix some wrong doxygen syntax
  doc: add some extended features in procinfo guide

Jie Hai (1):
  app/procinfo: add dump of Rx/Tx burst mode

Min Hu (Connor) (3):
  app/procinfo: add dpdk version dump
  app/procinfo: add RSS RETA dump
  app/procinfo: add module eeprom info dump

 app/proc-info/main.c           | 221 +++++++++++++++++++++++++++++----
 doc/guides/tools/proc_info.rst |  15 +++
 2 files changed, 214 insertions(+), 22 deletions(-)

--
2.22.0
  

Comments

Dongdong Liu Sept. 24, 2022, 8:21 a.m. UTC | #1
I made a mistake, The subtile shoud be [PATCH v4].
Others is ok.

Thanks,
Dongdong
On 2022/9/24 16:13, Dongdong Liu wrote:
> This patchset is to add some extended features for dpdk-proc-info.
>
> Thanks to Reshma and Stephen help to review the patchset and give many
> useful comments.
>
> v3->v4:
> - Add Acked-by: Reshma Pattan for PATCH 1,2,3,5,7.
> - Rename show-module-info to show-module-eeprom to make more clear.
>
> v2->v3: Fix some comments from Stephen.
> - Use --version option for DPDK version.
> - add --firmware-version option to show firmware.
> - Use errors on stderr, not stdout.
> - Delete some unnecessary code.
>
> v1->v2: Fix some comments from Reshma.
>
> Dongdong Liu (3):
>   app/procinfo: add firmware version dump
>   app/procinfo: fix some wrong doxygen syntax
>   doc: add some extended features in procinfo guide
>
> Jie Hai (1):
>   app/procinfo: add dump of Rx/Tx burst mode
>
> Min Hu (Connor) (3):
>   app/procinfo: add dpdk version dump
>   app/procinfo: add RSS RETA dump
>   app/procinfo: add module eeprom info dump
>
>  app/proc-info/main.c           | 221 +++++++++++++++++++++++++++++----
>  doc/guides/tools/proc_info.rst |  15 +++
>  2 files changed, 214 insertions(+), 22 deletions(-)
>
> --
> 2.22.0
>
> .
>