On 10/12/2021 2:50 AM, Li, Xiaoyun wrote:
-----Original Message-----
From: Andrew Rybchenko <[email protected]>
Sent: Monday, October 11, 2021 21:09
To: Li, Xiaoyun <[email protected]>
Cc: [email protected]; Viacheslav Galaktionov
<[email protected]>; Andy Moreton <[email protected]>;
Xueming Li <[email protected]>; Ajit Khaparde
<[email protected]>
Subject: [PATCH v4] app/testpmd: add command to print representor info
From: Viacheslav Galaktionov <[email protected]>
Make it simpler to debug configurations and code related to the representor
info API.
Signed-off-by: Viacheslav Galaktionov <[email protected]>
Signed-off-by: Andrew Rybchenko <[email protected]>
Reviewed-by: Andy Moreton <[email protected]>
Reviewed-by: Xueming(Steven) Li <[email protected]>
Acked-by: Ajit Khaparde <[email protected]>
---
v4:
- apply review notes from Xiaoyun Li
v3:
- change command to "show port info (port_id) representor"
v2:
- change output format to log just one line per range
app/test-pmd/cmdline.c | 135
+++++++++++++++++++++++++++++++++++++++++
1 file changed, 135 insertions(+)
Acked-by: Xiaoyun Li <[email protected]>
Applied to dpdk-next-net/main, thanks.