> -----Original Message-----
> From: Zhang, Yuying <[email protected]>
> Sent: Wednesday, July 14, 2021 10:20
> To: [email protected]; Li, Xiaoyun <[email protected]>; Zhang, Qi Z
> <[email protected]>
> Cc: Zhang, Yuying <[email protected]>; [email protected]
> Subject: [PATCH v1] app/testpmd: fix port MAC address after resetting port
>
> MAC address of each port in global variable ports hasn't been updated after
> resetting. It was the initial one after resetting VF MAC address.
> This patch gets correct port MAC address when starting port.
>
> Fixes: a5279d25616d ("app/testpmd: check status of getting MAC address")
> Cc: [email protected]
>
> Signed-off-by: Yuying Zhang <[email protected]>
> ---
> app/test-pmd/testpmd.c | 12 +++++++-----
> 1 file changed, 7 insertions(+), 5 deletions(-)
>
Acked-by: Xiaoyun Li <[email protected]>