> -----Original Message-----
> From: Yan, Zhirun
> Sent: Monday, December 10, 2018 10:09 PM
> To: [email protected]; Wang, Haiyue <[email protected]>; Zhang, Qi Z
> <[email protected]>
> Cc: Yan, Zhirun <[email protected]>
> Subject: [PATCH v4] net/i40e: fix VF/PF port close
>
> Port reset will call i40evf_uninit_vf() to release resource. It wants to call
> i40evf_dev_close() to release resources. Befort this patch,
s/Befort/before
> hw->adapter_stopped was used to mark the status about start/stop and
> close. So it will never call i40evf_dev_close() after stopped the port.
s/stopped/stopping
>
> This patch added hw->adapter_closed flag in i40evf_dev_close() and
> i40e_dev_close() to control the status of close.
>
> Fixes: 4861cde4611601ccc9 ("i40e: new poll mode driver")
>
> Signed-off-by: Zhirun Yan <[email protected]>
> Signed-off-by: Haiyue Wang <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel with above typo fix
Thanks
Qi