> -----Original Message-----
> From: Zhang, Qi Z <[email protected]>
> Sent: Thursday, April 20, 2023 11:57 PM
> To: Xing, Beilei <[email protected]>
> Cc: [email protected]; Zhang, Qi Z <[email protected]>; [email protected]
> Subject: [PATCH] common/idpf: remove device stop flag
>
> Remove device stop flag, as we already have dev->data-dev_started.
> This also fixed the issue when close port directly without start it first,
> some
> error message will be reported in dev_stop.
>
> Fixes: 14aa6ed8f2ec ("net/idpf: support device start and stop")
> Fixes: 1082a773a86b ("common/idpf: add vport structure")
> Cc: [email protected]
>
> Signed-off-by: Qi Zhang <[email protected]>
Acked-by: Beilei Xing <[email protected]>