Re: [PATCH] app/testpmd: support dump ethdev private cmd

2023-03-14 Thread fengchengwen
On 2023/3/14 21:45, Ferruh Yigit wrote: > On 3/14/2023 11:50 AM, Chengwen Feng wrote: >> This patch adds 'dump_eth_priv [port_id]' which could used to dump >> the specific ethdev port private info. >> > > We have already "show port ..." commands to display various port related > information, what

Re: [PATCH] app/testpmd: support dump ethdev private cmd

2023-03-14 Thread Ferruh Yigit
On 3/14/2023 11:50 AM, Chengwen Feng wrote: > This patch adds 'dump_eth_priv [port_id]' which could used to dump > the specific ethdev port private info. > We have already "show port ..." commands to display various port related information, what do you think to follow same syntax for port privat

[PATCH] app/testpmd: support dump ethdev private cmd

2023-03-14 Thread Chengwen Feng
This patch adds 'dump_eth_priv [port_id]' which could used to dump the specific ethdev port private info. Signed-off-by: Chengwen Feng --- app/test-pmd/cmdline.c | 43 + doc/guides/testpmd_app_ug/testpmd_funcs.rst | 7 2 files changed, 50 insertions